Support Recycling (#2211)
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
This commit is contained in:
parent
9e97f3f25b
commit
b2f70d3f99
5 changed files with 99 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue