Язык

Item Stages

Item Stages

Modrinth

Allows items to be restricted to a stage.

122.5k загрузок 13 подписчиков обновлено 27mo ago
последняя v8.0.3 Modrinth
Forge 1.12.2 – 1.20.3 AdventureLibraryUtility

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.

Nodecraft sponsor banner

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.

  • Holding a restricted item will cause it to be dropped immediately. (Configurable)
  • Equipping the item to offhand, armor, or bauble slot will cause it to be dropped. (Configurable)
  • Players can not right click or left click with the item. (Configurable)
  • The tooltip will be replaced with a restricted message.
  • The item will not be visible in JEI

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>);

Версии

Release
8.0.3
forge · 1.20.1 · 27mo ago
- Fix restrictions created with CraftTweaker scripts not being created on dedicated clients.…
93.1k
Release
10.0.1
forge · 1.20.3 · 29mo ago
- Port to MC 1.20.3 [(40e8a7c)](https://github.com/Darkhax-Minecraft/ItemStages/commit/40e8a7c) This project is made possible by…
116
Release
9.0.2
forge · 1.20.2 · 29mo ago
- Update build dependencies. [(e0a278b)](https://github.com/Darkhax-Minecraft/ItemStages/commit/e0a278b) This project is made possible by…
138
Release
9.0.1
forge · 1.20.2 · 29mo ago
- Port to MC 1.20.2 [(bbbfb80)](https://github.com/Darkhax-Minecraft/ItemStages/commit/bbbfb80) This project is made possible by…
96
Release
8.0.2
forge · 1.20.1 · 30mo ago
- Add Russian localization. Thanks to TheAnaxMan. [(6bd52a6)](https://github.com/Darkhax-Minecraft/ItemStages/commit/6bd52a6) This project is made possible by…
353
Release
8.0.1
forge · 1.20.1 · 35mo ago
- Port to MC 1.20.1 [(461bd4e)](https://github.com/Darkhax-Minecraft/ItemStages/commit/461bd4e) This project is made possible by…
210
Release
6.0.1
forge · 1.19.4 · 35mo ago
- Port to MC 1.19.4, thanks to remplerus This project is made possible by [Patreon](https://www.patreon.com/Darkhax?itemstages) support from players like you.…
145
Release
7.0.1
forge · 1.20 · 35mo ago
- Port to Minecraft 1.20 [(402c13c)](https://github.com/Darkhax-Minecraft/ItemStages/commit/402c13c) This project is made possible by…
141
Release
4.0.3
forge · 1.18.2 · 36mo ago
<ul> <li>Remove support for Tweedle. <a href="https://github.com/Darkhax-Minecraft/ItemStages/commit/9292200" rel="nofollow">(9292200)</a></li> </ul> <p>This…
213
Alpha
5.0.2
forge · 1.19.2 · 36mo ago
<p>This mod was made possible by <a href="https://www.patreon.com/Darkhax?itemstages" rel="nofollow">Patreon</a> support from players like you. Thank…
677
Beta
4.0.1
forge · 1.18.2 · 36mo ago
<ul> <li>Initial port to 1.18.2, thanks to remplerus for doing most of the work.</li> </ul> <p>This mod was made possible by <a…
106
Beta
3.0.9
forge · 1.16.5 · 36mo ago
<ul> <li>Merge branch 'forge-1.16.5' of <a href="https://github.com/Darkhax-Minecraft/ItemStages"…
3.2k

Комментарии 0

Пока нет комментариев. Будь первым, кто поделится мнением.

Скачать Item Stages

Файлы отдаются напрямую с первоисточника. Modgrid не хранит и не изменяет их.