Mod
ItemGator
No reviews yet
Prevent players from having/using specific items until they have a certain tag!
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Looking for an easy way to prevent players from having anything to do with an item until they've made it further through progression? Then look no further! ItemGator allows you to use datapack-style recipes in order to prevent players from being able to have an item until some other process - be it an FTB Quest Reward, a Per-Tick mcfunction or some other means - adds a tag to the player.
When the tag isn't present on the player, the item will turn into whatever item is defined as a substitute and all of the data for the original item will be stored on the substitute as NBT.
When the tag is present, the mod will use that NBT data on the item to revert it back to its original form, allowing you to push the use of an item to a later time.
Datapack examples:
Disallow access to an entire mod until the tag test123 is given to the player
In this example, the mod Immersive Engineering is being gated from any player that doesn't have the tag test123. When a player without that tag obtains any Immersive Engineering item, it'll turn into a stick until they are granted that tag.
{
"type": "itemgator:mod",
"mod": "immersiveengineering",
"substitute": { "item": "minecraft:stick" },
"tag": "test123"
}
Disallow an item or item tag until the tag test123is given to the player
In this example, any minecraft:planks will be turned into a stick until the player is granted the tag test123:
{
"type": "itemgator:ingredient",
"input": { "tag": "minecraft:planks" },
"substitute": { "item": "minecraft:stick" },
"tag": "test123"
}
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers