@@ -7,6 +7,7 @@
|
||||
### Bug fixes
|
||||
- Fixed large miners not outputting crushed ore when mining Migmatite @Pyritie
|
||||
- Fixed red granite ores never dropping poor or rich raw ores @Pyritie
|
||||
- Fixed rosin leaves and saplings having tags the wrong way around (#2836) @Pyritie
|
||||
### Translation updates
|
||||
|
||||
## [0.11.18] - 23-01-2026
|
||||
|
||||
@@ -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_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')
|
||||
|
||||
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_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')
|
||||
|
||||
// Maple Syrup Tag
|
||||
|
||||
|
||||
Reference in New Issue
Block a user