Add a job for farming nether wart

This commit is contained in:
2020-12-14 06:21:50 +00:00
parent 6c0688b759
commit 6c9f228862
4 changed files with 129 additions and 1 deletions
+5
View File
@@ -279,6 +279,11 @@ for block_name in ['trapped_chest']:
for state in JSON_BLOCKS['minecraft:' + block_name]['states']:
TRAPPED_CHEST_IDS.add(state['id'])
NETHERWART_IDS = set()
for block_name in ['nether_wart']:
for state in JSON_BLOCKS['minecraft:' + block_name]['states']:
NETHERWART_IDS.add(state['id'])
INDEXED_IDS = set()
for block_name in INDEXED:
for state in JSON_BLOCKS['minecraft:' + block_name]['states']: