PssbleTrngle / SliceAndDice

Making automation for Farmer's Delight more sensible
https://www.curseforge.com/minecraft/mc-mods/slice-and-dice
Other
17 stars 15 forks source link

'sliceanddice:allowed_tools' tag doesn't exist #92

Closed KodYazanDruid closed 11 months ago

KodYazanDruid commented 11 months ago

What happened?

I can't give items 'sliceanddice:allowed_tools' tag because it doesn't exist. I am using KubeJS to give items tags. I can give custom tags but not this. And i cant give Slicer to any knife idk why.

Loader

forge

Mod Version

sliceanddice-forge-1.2.2

Minecraft Version

1.18

Relevant log output

No response

PssbleTrngle commented 11 months ago

Can you upload the latest.log file?

KodYazanDruid commented 11 months ago

latest.log

Prolly some createa addon messing it up.

KodYazanDruid commented 11 months ago

[29Jul2023 14:35:51.220] [Worker-ResourceReload-12/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag sliceanddice:allowed_tools as it is missing following references: #forge:tools/axes (from sliceanddice-forge-1.2.3.jar) hmm i think i found the problem at line 39867. Twilight Delight migh cause the problem because forge:tools/axes couldn't load because of this mod.

KodYazanDruid commented 11 months ago

https://github.com/Laokuai233/Twilight-Delight/issues/26 You already reported this issue 1 year ago kek.

KodYazanDruid commented 11 months ago

image I will try to solve this issue with KubeJS if i can't i will remove this twilight delight addon sadly.

PssbleTrngle commented 11 months ago

I've also found this interesting mod very recently, which should change the tag loading logic to always make entries optional, thereby a single tag file cannot break the entire tag. Should also solve your problem