allows saplings and fruit bushes in the seed pouch (#2202)
* allows saplings and fruit bushes in the seed pouch * changelog
This commit is contained in:
parent
544a46567f
commit
8562c320b1
2 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ function registerSNSItemTags(event) {
|
|||
event.add('sns:allowed_in_ore_sack', '#tfc:metamorphic_rock')
|
||||
event.add('sns:allowed_in_ore_sack', '#tfc:igneous_intrusive_rock')
|
||||
event.add('sns:allowed_in_ore_sack', '#tfc:igneous_extrusive_rock')
|
||||
|
||||
event.add('sns:allowed_in_seed_pouch', '#minecraft:saplings')
|
||||
event.add('sns:allowed_in_seed_pouch', '#tfc:wild_fruits')
|
||||
|
||||
event.add('sns:prevented_in_item_containers', '#tfc:fired_vessels')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue