Jake's Build Tools

Jake's Build Tools

4.5k Downloads

Only the hardhat work in 1.21.8

Closed this issue ยท 11 comments

commented

I had no problems in 1.21.4 but when i updated my game to 1.21.8 only the hardhat worked so i dont think its a problem with my mods because they are only client side, and i didnt add new datapacks so i think its a problem with the datapack, i tried the 4.0.1 and the 4.0.2 and nothing worked, same issue

commented

1.21.4 -> 1.21.8 had a lot of changes in the backend that will break a lot of the existing tools. They'll either need to be recrafted or re-given to the player using their commands.

commented

1.21.4 -> 1.21.8 had a lot of changes in the backend that will break a lot of the existing tools. They'll either need to be recrafted or re-given to the player using their commands.

i tried with EVERY versions i said thats the problem, like i gave myself the items with the command but nothing changed

commented

I see, could you send me your logs from when you load the world or start the server?

commented

the modpack logs ? if yes here it is
idk if there is logs for worlds but yeah i didnt find anything about the datapack exept the name in it
i dont find logs in my world folder

latest.log

commented

There's an issue with the tick function from the "timberstrikeenchantment" datapack. It'll either need removing or updating

It's basically stopping any other datapacks from loading

commented

the others datapcks work thats the problem

commented

should i remove the timber datapck ?

commented

It's multiple datapacks actually:

[15:29:26] [Render thread/ERROR]: Couldn't load tag minecraft:tick as it is missing following references: secrets:secrets/tick (from file/CavernousRemastered-v2.2.4.zip), secrets:myst/tick (from file/CavernousRemastered-v2.2.4.zip), timberstrikeenchantment:main/tick (from file/Timber Strike Enchantment v4.1 1.21 - 1.21.4.zip)
[15:29:26] [Render thread/ERROR]: Couldn't load tag load:_private/load as it is missing following references: secrets:secrets/init (from file/CavernousRemastered-v2.2.4.zip), secrets:myst/load (from file/CavernousRemastered-v2.2.4.zip)
[15:29:26] [Render thread/ERROR]: Couldn't load tag minecraft:load as it is missing following references: #load:_private/load (from file/CavernousRemastered-v2.2.4.zip)

Cavernous Remastered and Timer Strike Enchantment. I would check if these datapacks have versions compatible with your current version of minecraft, or remove them entirely.

commented

its so weird bcs it was working before

commented

They have been working in some capacity, but whatever functionality is required by those functions will never have been working.

commented

Did this solve your issue?