Awesome Storage

A simple storage system similar to Magic Storage of Terraria mod

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

NeoForge

implementation "curse.maven:awesome-storage-1170908:6069165"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

UPDRADE

  1. 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.

  1. 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" } ] }