Support Recycling (#2211)

Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
This commit is contained in:
Nebby 2025-11-17 15:53:16 -03:00 committed by GitHub
parent 9e97f3f25b
commit b2f70d3f99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 99 additions and 25 deletions

View file

@ -30,6 +30,7 @@ const registerAFCItemTags = (event) => {
event.add('tfg:hardwood', `#afc:${woodType}_logs`)
event.add('tfg:stripped_hardwood', `afc:wood/stripped_log/${woodType}`)
event.add('tfg:stripped_hardwood', `afc:wood/stripped_wood/${woodType}`)
event.add('tfg:hardwood_supports', `afc:wood/support/${woodType}`);
});
//Softwood Tags
@ -37,6 +38,7 @@ const registerAFCItemTags = (event) => {
event.add('tfg:softwood', `#afc:${woodType}_logs`)
event.add('tfg:stripped_softwood', `afc:wood/stripped_log/${woodType}`)
event.add('tfg:stripped_softwood', `afc:wood/stripped_wood/${woodType}`)
event.add('tfg:softwood_supports', `afc:wood/support/${woodType}`);
})
// AFC saplings are missing the item tag for whatever reason