Fix swapped tags for rosin saplings and leaves (#2840)

* Fix swapped tags for rosin saplings and leaves

Corrected the tags of sapling and leaf items to the 'tfg:rosin_saplings' and 'tfg:rosin_leaves'.

* remove comment

Signed-off-by: Pyritie <pyritie@gmail.com>

---------

Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
TanJeeSchuan 2026-01-24 23:46:25 +08:00 committed by GitHub
parent 80f2354480
commit 32e451eb56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,21 +69,21 @@ const registerAFCItemTags = (event) => {
event.add("tfg:rosin_logs", "#tfc:white_cedar_logs")
event.add("tfg:rosin_logs", "#tfc:douglas_fir_logs")
event.add("tfg:rosin_saplings", 'tfc:wood/leaves/aspen')
event.add("tfg:rosin_saplings", 'afc:wood/leaves/coast_spruce')
event.add("tfg:rosin_saplings", 'tfc:wood/leaves/spruce')
event.add("tfg:rosin_saplings", 'afc:wood/leaves/black_spruce')
event.add("tfg:rosin_saplings", 'afc:wood/leaves/sitka_spruce')
event.add("tfg:rosin_saplings", 'tfc:wood/leaves/douglas_fir')
event.add("tfg:rosin_saplings", 'tfc:wood/leaves/white_cedar')
event.add("tfg:rosin_saplings", 'tfc:wood/sapling/aspen')
event.add("tfg:rosin_saplings", 'afc:wood/sapling/coast_spruce')
event.add("tfg:rosin_saplings", 'tfc:wood/sapling/spruce')
event.add("tfg:rosin_saplings", 'afc:wood/sapling/black_spruce')
event.add("tfg:rosin_saplings", 'afc:wood/sapling/sitka_spruce')
event.add("tfg:rosin_saplings", 'tfc:wood/sapling/douglas_fir')
event.add("tfg:rosin_saplings", 'tfc:wood/sapling/white_cedar')
event.add("tfg:rosin_leaves", 'tfc:wood/sapling/aspen')
event.add("tfg:rosin_leaves", 'afc:wood/sapling/coast_spruce')
event.add("tfg:rosin_leaves", 'tfc:wood/sapling/spruce')
event.add("tfg:rosin_leaves", 'afc:wood/sapling/black_spruce')
event.add("tfg:rosin_leaves", 'afc:wood/sapling/sitka_spruce')
event.add("tfg:rosin_leaves", 'tfc:wood/sapling/douglas_fir')
event.add("tfg:rosin_leaves", 'tfc:wood/sapling/white_cedar')
event.add("tfg:rosin_leaves", 'tfc:wood/leaves/aspen')
event.add("tfg:rosin_leaves", 'afc:wood/leaves/coast_spruce')
event.add("tfg:rosin_leaves", 'tfc:wood/leaves/spruce')
event.add("tfg:rosin_leaves", 'afc:wood/leaves/black_spruce')
event.add("tfg:rosin_leaves", 'afc:wood/leaves/sitka_spruce')
event.add("tfg:rosin_leaves", 'tfc:wood/leaves/douglas_fir')
event.add("tfg:rosin_leaves", 'tfc:wood/leaves/white_cedar')
// Maple Syrup Tag