fixes not being able to quern hardwood/softwood, removed strophar/aeronos caps from the log tag
This commit is contained in:
parent
4664e60a98
commit
b0608183e9
2 changed files with 10 additions and 0 deletions
|
|
@ -109,6 +109,10 @@ const registerAdAstraItemTags = (event) => {
|
|||
|
||||
event.add('tfc:compost_greens', 'ad_astra:aeronos_cap')
|
||||
event.add('tfc:compost_greens', 'ad_astra:strophar_cap')
|
||||
|
||||
// these are log tags
|
||||
event.remove('ad_astra:aeronos_caps', 'ad_astra:aeronos_cap')
|
||||
event.remove('ad_astra:strophar_caps', 'ad_astra:strophar_cap')
|
||||
|
||||
global.AD_ASTRA_WOOD.forEach(wood => {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue