Changes in version 2.0
- All crafts have been changed
- Added new storage crystals
- JEI/REI/EMI crystal crafting supported
- Changed description when crystal is in tool
To change where you can insert crystals or what you can put in them:
minecraft\saves\YourWorld\serverconfig\storageinfuser-server.toml There are two arrays inside:
#List of item IDs for tools that can have storage crystals applied
allowed_tools = ["..."]
#List of item IDs that cannot be placed in storage slots
blacklisted_items = ["..."]
Changes:
- Visually shows unavailable slot.
- Shulker can no longer be put into storage.
- Moved settings where crystal is inserted and added blacklist of items where shulkers are included by default.
mod config is in "minecraft\saves\Your_world\serverconfig" File storageinfuser-server.toml
Insides of the config:
#List of item IDs for tools that can have storage crystals applied
allowed_tools = ["minecraft:wooden_pickaxe", "minecraft:stone_pickaxe", "minecraft:iron_pickaxe", "minecraft:golden_pickaxe", "minecraft:diamond_pickaxe", "minecraft:netherite_pickaxe", "minecraft:wooden_axe", "minecraft:stone_axe", "minecraft:iron_axe", "minecraft:golden_axe", "minecraft:diamond_axe", "minecraft:netherite_axe", "minecraft:wooden_sword", "minecraft:stone_sword", "minecraft:iron_sword", "minecraft:golden_sword", "minecraft:diamond_sword", "minecraft:netherite_sword", "minecraft:wooden_shovel", "minecraft:stone_shovel", "minecraft:iron_shovel", "minecraft:golden_shovel", "minecraft:diamond_shovel", "minecraft:netherite_shovel", "minecraft:wooden_hoe", "minecraft:stone_hoe", "minecraft:iron_hoe", "minecraft:golden_hoe", "minecraft:diamond_hoe", "minecraft:netherite_hoe"]
#List of item IDs that cannot be placed in storage slots
blacklisted_items = ["minecraft:shulker_box", "minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box"]