flux dupe fix (#1903)

This commit is contained in:
Redeix 2025-09-26 01:02:51 -05:00 committed by GitHub
parent a3fea9622a
commit bf73c01066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,8 +18,6 @@ const registerFirmaLifeItemTags = (event) => {
event.add('tfc:foods/usable_in_salad', 'firmalife:food/pickled_egg')
event.add('tfc:fluxstone', 'firmalife:hollow_shell')
// Удаление тегов у руд
event.removeAllTagsFrom("/tfc:ore/[^*]+/[^*]+/")
}