2 downloads


Description:
This mod adds the Creative Catalyst, an item that lets you toggle only your own gamemode between Survival and Creative: right-click while in Survival to consume it and switch to Creative (5 second cooldown, message: Reality bends. You ascend.), and right-click while in Creative to return to Survival without consuming the item (same 5 second cooldown, message: Reality settles. You return.); effects apply only to the player using the item, are handled server-side, and do not bypass Hardcore or other world rules. The crafting pattern remains the same but now uses regular golden apples with a Spider Eye in the center instead of a phantom membrane.
Manage versions and create new iterations of this mod.
This will create a new mod based on "Creative Catalyst" with your modifications. The original mod will remain unchanged and you'll be credited as the author of the remix.
This will create a new version of "Creative Catalyst" for Minecraft Java 1.20.1. The original mod will remain unchanged.
2
Dec 9, 2025, 03:15 AM
User request: Build a Minecraft mod for version <insert version> using <Forge or Fabric>. Implement a single custom item called Creative Catalyst. Core Requirements • Item is fully craftable in survival. • Recipe: a rare-tier pattern using diamond, nether star, and enchanted golden apple. Use a shaped recipe. • When the player right-clicks the item in survival mode, the item is consumed and immediately toggles the player to creative mode. • Permission check: only toggle for the player holding the item; no server-wide effects. • Must not break game rules: no bypassing server ops beyond the item’s intended function. • Cooldown: after activation, apply a 5-second cooldown before another can be used. • Display a short on-screen message: “Reality bends. You ascend.” • Store all logic serverside to prevent abuse or desync. Technical Requirements • Register a new item with proper namespace and translation keys. • Register a crafting recipe JSON. • Implement an event or useItem method to detect right-click and switch player.setGameMode(GameMode.CREATIVE) (or equivalent API). • Include full file structure: main mod class, item registration class, resources folder, lang file, item model, item texture placeholder. • Provide the full code, not snippets. • Ensure the mod builds without errors. Tone Requirements for Output Speak like a dev who knows the grind, but drop the instructions clean and straight. No explanations about how Minecraft works. No commentary. Edit v2: Change the recipe items to 4 eyes of ender, 4 god apples and 1 phantom membrane Edit v3: make it so this mod actually works on fabric 1.21.10 for a minecraft singleplayer hardcore works, also make a way to go back to survival mode Edit v4: 1 last change to recipe, remove enchanted golden apples and replace with non enchanted golden apple Edit v5: change the membrane to a spider eye
1
Dec 9, 2025, 03:08 AM
User request: Build a Minecraft mod for version <insert version> using <Forge or Fabric>. Implement a single custom item called Creative Catalyst. Core Requirements • Item is fully craftable in survival. • Recipe: a rare-tier pattern using diamond, nether star, and enchanted golden apple. Use a shaped recipe. • When the player right-clicks the item in survival mode, the item is consumed and immediately toggles the player to creative mode. • Permission check: only toggle for the player holding the item; no server-wide effects. • Must not break game rules: no bypassing server ops beyond the item’s intended function. • Cooldown: after activation, apply a 5-second cooldown before another can be used. • Display a short on-screen message: “Reality bends. You ascend.” • Store all logic serverside to prevent abuse or desync. Technical Requirements • Register a new item with proper namespace and translation keys. • Register a crafting recipe JSON. • Implement an event or useItem method to detect right-click and switch player.setGameMode(GameMode.CREATIVE) (or equivalent API). • Include full file structure: main mod class, item registration class, resources folder, lang file, item model, item texture placeholder. • Provide the full code, not snippets. • Ensure the mod builds without errors. Tone Requirements for Output Speak like a dev who knows the grind, but drop the instructions clean and straight. No explanations about how Minecraft works. No commentary. Edit v2: Change the recipe items to 4 eyes of ender, 4 god apples and 1 phantom membrane Edit v3: make it so this mod actually works on fabric 1.21.10 for a minecraft singleplayer hardcore works, also make a way to go back to survival mode Edit v4: 1 last change to recipe, remove enchanted golden apples and replace with non enchanted golden apple
1
Dec 9, 2025, 02:26 AM
User request: Build a Minecraft mod for version <insert version> using <Forge or Fabric>. Implement a single custom item called Creative Catalyst. Core Requirements • Item is fully craftable in survival. • Recipe: a rare-tier pattern using diamond, nether star, and enchanted golden apple. Use a shaped recipe. • When the player right-clicks the item in survival mode, the item is consumed and immediately toggles the player to creative mode. • Permission check: only toggle for the player holding the item; no server-wide effects. • Must not break game rules: no bypassing server ops beyond the item’s intended function. • Cooldown: after activation, apply a 5-second cooldown before another can be used. • Display a short on-screen message: “Reality bends. You ascend.” • Store all logic serverside to prevent abuse or desync. Technical Requirements • Register a new item with proper namespace and translation keys. • Register a crafting recipe JSON. • Implement an event or useItem method to detect right-click and switch player.setGameMode(GameMode.CREATIVE) (or equivalent API). • Include full file structure: main mod class, item registration class, resources folder, lang file, item model, item texture placeholder. • Provide the full code, not snippets. • Ensure the mod builds without errors. Tone Requirements for Output Speak like a dev who knows the grind, but drop the instructions clean and straight. No explanations about how Minecraft works. No commentary. Edit v2: Change the recipe items to 4 eyes of ender, 4 god apples and 1 phantom membrane Edit v3: make it so this mod actually works on fabric 1.21.10 for a minecraft singleplayer hardcore works, also make a way to go back to survival mode
Click here for installation instructions
This mod is licensed under the CreativeMode Mods License.