Improve finding sand by using slices

This commit is contained in:
2020-12-02 05:16:46 +00:00
parent eabb0a04d1
commit b7295b4beb
4 changed files with 195 additions and 39 deletions
+2
View File
@@ -47,5 +47,7 @@ CHEST_ID = set([ITEMS['minecraft:chest']['protocol_id']])
GAPPLE_ID = set([ITEMS['minecraft:enchanted_golden_apple']['protocol_id']])
SAND_ID = set([ITEMS['minecraft:sand']['protocol_id']])
NEEDED_ITEMS = BED_IDS | CHEST_ID
WANTED_ITEMS = SAPLING_IDS