HomeJavaModsItem Stages
Item Stages
ModsJava

Item Stages

by DarkhaxDev · on CurseForge

Allows items to be restricted to a stage. Free Minecraft Java mod for 1.20.1, 1.19.2, 1.20.3.

⬇ Download on CurseForge

Item Stages

 

This mod is an addon for the GameStages API. It allows for items and blocks to be placed into custom progression systems.  You should check out the GameStage API mod's description for more info. To give a brief run down, stages are parts of the progression system set up by the modpack or server. Stages are given to players through a command, which is typically ran by a questing mod, advancement, or even a Command Block.

 

 


This project is sponsored by Nodecraft. Use code Darkhax for 30% off your first month of service!

 

Setup

This mod uses CraftTweaker for configuration.

This mod adds one new ZenScript method for adding item stage restrictions. You can use a specific item/block id, or an ore dictionary entry. If an ore dictionary is used, all entries for that oredict will be restricted. mods.ItemStages.addItemStage(String stage, Item/Block/OreDict);

Effects

When something is restricted by this mod, several things will happen to prevent the player from using the item.

Example Script

// Example Script

// Locks stone to stage one
mods.ItemStages.addItemStage("one", <minecraft:stone>);

// Locks all registered records to stage two
mods.ItemStages.addItemStage("two", <ore:record>);

// Locks all items from a mod to a stage
mods.ItemStages.stageModItems("one", "minecraft");

// Locks a liquid to a stage. This only affects JEI
mods.ItemStages.stageLiquid("nine", <liquid:water>);

Item Stages is a free Minecraft Java mod. Compatible with Minecraft 1.20.1, 1.19.2, 1.20.3, 1.20.2 and newer. Downloaded 26,500,999 times (via CurseForge). Download it and open it directly in the game.

📺 Java videos for Item Stages watch on YouTube ↗

Minecraft's Most Op Item! All The Mods 10 (ATM 10) Modded Minecraft! #atm10 #allthemods10 #atm10ttsYouTubeMinecraft's Most Op Item! All The Mods 10 (ATM 10) Modded Minecraft! #atm10 #allthemods10 #atm10ttsDragsterkingHDTooManyItems vs NEI vs JEI #minecraftYouTubeTooManyItems vs NEI vs JEI #minecraftRiss
🎬Made a video about Item Stages? Feature it #1 here for free — put the mcmodshub.com link near the top of your description, or in a pinned comment.

Explore more