-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- makes all items in storage infinite - only admins can put additional items in (and make them infinite that way) once the upgrade is put in upgrade slot - only admins can break storage blocks with infinity upgrade
- Loading branch information
Showing
12 changed files
with
123 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 40 additions & 39 deletions
79
src/generated/resources/data/sophisticatedstorage/tags/item/upgrade.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,67 @@ | ||
{ | ||
"values": [ | ||
"sophisticatedstorage:advanced_pickup_upgrade", | ||
"sophisticatedstorage:advanced_pump_upgrade", | ||
"sophisticatedstorage:blasting_upgrade", | ||
"sophisticatedstorage:auto_smoking_upgrade", | ||
"sophisticatedstorage:auto_smelting_upgrade", | ||
"sophisticatedstorage:smoking_upgrade", | ||
"sophisticatedstorage:advanced_void_upgrade", | ||
"sophisticatedstorage:stack_upgrade_tier_1_plus", | ||
{ | ||
"id": "sophisticatedstorage:chipped/alchemy_bench_upgrade", | ||
"required": false | ||
}, | ||
"sophisticatedstorage:pump_upgrade", | ||
"sophisticatedstorage:stack_upgrade_tier_4", | ||
{ | ||
"id": "sophisticatedstorage:chipped/loom_table_upgrade", | ||
"id": "sophisticatedstorage:chipped/carpenters_table_upgrade", | ||
"required": false | ||
}, | ||
"sophisticatedstorage:filter_upgrade", | ||
"sophisticatedstorage:jukebox_upgrade", | ||
"sophisticatedstorage:advanced_filter_upgrade", | ||
"sophisticatedstorage:void_upgrade", | ||
{ | ||
"id": "sophisticatedstorage:chipped/botanist_workbench_upgrade", | ||
"id": "sophisticatedstorage:chipped/alchemy_bench_upgrade", | ||
"required": false | ||
}, | ||
"sophisticatedstorage:hopper_upgrade", | ||
"sophisticatedstorage:stack_upgrade_tier_1", | ||
"sophisticatedstorage:smelting_upgrade", | ||
"sophisticatedstorage:auto_smoking_upgrade", | ||
"sophisticatedstorage:magnet_upgrade", | ||
"sophisticatedstorage:advanced_feeding_upgrade", | ||
"sophisticatedstorage:feeding_upgrade", | ||
{ | ||
"id": "sophisticatedstorage:chipped/mason_table_upgrade", | ||
"required": false | ||
}, | ||
"sophisticatedstorage:advanced_jukebox_upgrade", | ||
"sophisticatedstorage:feeding_upgrade", | ||
"sophisticatedstorage:xp_pump_upgrade", | ||
"sophisticatedstorage:advanced_feeding_upgrade", | ||
"sophisticatedstorage:void_upgrade", | ||
"sophisticatedstorage:blasting_upgrade", | ||
"sophisticatedstorage:compacting_upgrade", | ||
"sophisticatedstorage:auto_blasting_upgrade", | ||
"sophisticatedstorage:smoking_upgrade", | ||
"sophisticatedstorage:advanced_magnet_upgrade", | ||
"sophisticatedstorage:filter_upgrade", | ||
"sophisticatedstorage:pickup_upgrade", | ||
"sophisticatedstorage:stack_upgrade_tier_2", | ||
"sophisticatedstorage:stack_upgrade_tier_3", | ||
"sophisticatedstorage:stack_upgrade_tier_1_plus", | ||
"sophisticatedstorage:advanced_pump_upgrade", | ||
"sophisticatedstorage:pickup_upgrade", | ||
{ | ||
"id": "sophisticatedstorage:chipped/loom_table_upgrade", | ||
"required": false | ||
}, | ||
"sophisticatedstorage:compression_upgrade", | ||
{ | ||
"id": "sophisticatedstorage:chipped/glassblower_upgrade", | ||
"required": false | ||
}, | ||
"sophisticatedstorage:stonecutter_upgrade", | ||
"sophisticatedstorage:advanced_hopper_upgrade", | ||
"sophisticatedstorage:crafting_upgrade", | ||
"sophisticatedstorage:jukebox_upgrade", | ||
"sophisticatedstorage:stack_upgrade_tier_5", | ||
"sophisticatedstorage:hopper_upgrade", | ||
"sophisticatedstorage:advanced_compacting_upgrade", | ||
"sophisticatedstorage:magnet_upgrade", | ||
"sophisticatedstorage:compression_upgrade", | ||
"sophisticatedstorage:advanced_hopper_upgrade", | ||
{ | ||
"id": "sophisticatedstorage:chipped/tinkering_table_upgrade", | ||
"id": "sophisticatedstorage:chipped/botanist_workbench_upgrade", | ||
"required": false | ||
}, | ||
"sophisticatedstorage:stack_upgrade_tier_4", | ||
"sophisticatedstorage:auto_smelting_upgrade", | ||
"sophisticatedstorage:pump_upgrade", | ||
"sophisticatedstorage:advanced_filter_upgrade", | ||
"sophisticatedstorage:stack_upgrade_tier_3", | ||
"sophisticatedstorage:infinity_upgrade", | ||
"sophisticatedstorage:auto_blasting_upgrade", | ||
"sophisticatedstorage:smelting_upgrade", | ||
{ | ||
"id": "sophisticatedstorage:chipped/carpenters_table_upgrade", | ||
"id": "sophisticatedstorage:chipped/tinkering_table_upgrade", | ||
"required": false | ||
} | ||
}, | ||
"sophisticatedstorage:compacting_upgrade", | ||
"sophisticatedstorage:advanced_jukebox_upgrade", | ||
"sophisticatedstorage:stonecutter_upgrade", | ||
"sophisticatedstorage:advanced_magnet_upgrade", | ||
"sophisticatedstorage:advanced_pickup_upgrade", | ||
"sophisticatedstorage:advanced_compacting_upgrade", | ||
"sophisticatedstorage:stack_upgrade_tier_5", | ||
"sophisticatedstorage:xp_pump_upgrade" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/sophisticatedstorage/models/item/infinity_upgrade.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "sophisticatedstorage:item/infinity_upgrade" | ||
} | ||
} |
Binary file added
BIN
+372 Bytes
src/main/resources/assets/sophisticatedstorage/textures/item/infinity_upgrade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.