File Details
awesome_storage-neoforge-1.0.5.jar
- R
- Jan 9, 2025
- 280.79 KB
- 583
- 1.21.1
- NeoForge
File Name
awesome_storage-1.0.5.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
UPDRADE
- Add several remote controllers for opening container in distance as long as you have them.
What's the most important, we support this function cross level. That means you can use your container in The End while you are in over world.
- Just like version 1.20.1-forge, new craft config file are provided.
To upgrade this mod, you must transform the format of craft config file, or delete it directly.
```json { "enabled_recipes": [ { "blocks": [ "minecraft:crafting_table" ], "recipe_type": "minecraft:crafting" }, { "blocks": [ "minecraft:furnace" ], "recipe_type": "minecraft:smelting" }, { "blocks": [ "minecraft:blast_furnace" ], "recipe_type": "minecraft:blasting" }, { "blocks": [ "minecraft:campfire" ], "recipe_type": "minecraft:campfire_cooking" }, { "blocks": [ "minecraft:smoker" ], "recipe_type": "minecraft:smoking" } ] }