Skip to content

Commit

Permalink
Add more chests from Sophisticated Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocihua committed Jun 24, 2024
1 parent bb31ac7 commit 0ec36ad
Showing 1 changed file with 32 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,22 @@ public static class Behavior {
"reinfshulker:brown_netherite_shulker_box",
"reinfshulker:green_netherite_shulker_box",
"reinfshulker:red_netherite_shulker_box",
"reinfshulker:black_netherite_shulker_box");
"reinfshulker:black_netherite_shulker_box",
"sophisticatedstorage:chest",
"sophisticatedstorage:iron_chest",
"sophisticatedstorage:gold_chest",
"sophisticatedstorage:diamond_chest",
"sophisticatedstorage:netherite_chest",
"sophisticatedstorage:barrel",
"sophisticatedstorage:iron_barrel",
"sophisticatedstorage:gold_barrel",
"sophisticatedstorage:diamond_barrel",
"sophisticatedstorage:netherite_barrel",
"sophisticatedstorage:shulker_box",
"sophisticatedstorage:iron_shulker_box",
"sophisticatedstorage:gold_shulker_box",
"sophisticatedstorage:diamond_shulker_box",
"sophisticatedstorage:netherite_shulker_box");
public Set<String> stackingTargetEntities = Set.of("minecraft:chest_boat",
"minecraft:trader_llama",
"minecraft:chest_minecart",
Expand Down Expand Up @@ -702,7 +717,22 @@ public static class Behavior {
"reinfshulker:brown_netherite_shulker_box",
"reinfshulker:green_netherite_shulker_box",
"reinfshulker:red_netherite_shulker_box",
"reinfshulker:black_netherite_shulker_box");
"reinfshulker:black_netherite_shulker_box",
"sophisticatedstorage:chest",
"sophisticatedstorage:iron_chest",
"sophisticatedstorage:gold_chest",
"sophisticatedstorage:diamond_chest",
"sophisticatedstorage:netherite_chest",
"sophisticatedstorage:barrel",
"sophisticatedstorage:iron_barrel",
"sophisticatedstorage:gold_barrel",
"sophisticatedstorage:diamond_barrel",
"sophisticatedstorage:netherite_barrel",
"sophisticatedstorage:shulker_box",
"sophisticatedstorage:iron_shulker_box",
"sophisticatedstorage:gold_shulker_box",
"sophisticatedstorage:diamond_shulker_box",
"sophisticatedstorage:netherite_shulker_box");
public Set<String> restockingSourceEntities = Set.of("minecraft:chest_boat",
"minecraft:trader_llama",
"minecraft:chest_minecart",
Expand Down

0 comments on commit 0ec36ad

Please sign in to comment.