Improve trading villager selection based on profession
This commit is contained in:
@@ -235,6 +235,8 @@ class JobStates:
|
||||
tuple([items.IRON_INGOT_ID]): (64, 3),
|
||||
tuple([items.WHEAT_ID]): (64, 3),
|
||||
tuple([items.POTATO_ID]): (64, 3),
|
||||
tuple([items.CARROT_ID]): (64, 3),
|
||||
tuple([items.BEETROOT_ID]): (64, 3),
|
||||
}
|
||||
|
||||
items.set_needed(set([
|
||||
@@ -243,6 +245,8 @@ class JobStates:
|
||||
items.IRON_INGOT_ID,
|
||||
items.WHEAT_ID,
|
||||
items.POTATO_ID,
|
||||
items.CARROT_ID,
|
||||
items.BEETROOT_ID,
|
||||
]))
|
||||
return machines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user