misode / no-trial-chambers

Data pack that enables the Update 1.21 experimental features, but disables the trial chambers and breeze. Made for Hermitcraft 10!
MIT License
51 stars 0 forks source link

Datapack doesn't show up in datapack list #1

Closed SatoshiKitagawa closed 6 months ago

SatoshiKitagawa commented 7 months ago

When I create a world and try to add this datapack in the pack folder it doesnt show up in the select datapack page. Even when I create a world without the datapack and add it later in the game files it doesn't show up when I run /datapack list. Am I doing something wrong?

I'm using Vanilla 1.20.4 and v1.2

Edit: I don't know if this was clear from my previous message, but the datapack doesn't work for me.

Edit 2: Should I add the experimental features 1.21 datapack at world creation and then disable them or should I not add them at all? (Tried both btw and it didn't work)

Riannanas commented 7 months ago

I have this too

jimmyfrost commented 7 months ago

Same issue. I am seeing this in the logs: WARN Missing metadata in pack file/no-trial-chambers-main.zip

However, I have the same warning for another vanilla tweaks datapack and it still registers in the datapack list. While the no trial chambers pack is not on the list.

Im loading this through Apex Hosting on an SMP using Paper v1.20.4.

misode commented 7 months ago

@SatoshiKitagawa The data pack is supposed to be added when you create the world, not after. Are you using any mods together with this?

misode commented 7 months ago

@jimmyfrost Where did you download this from if the file is named no-trial-chambers-main.zip? You should get it either from Modrinth or from GitHub releases. Also I didn't test this on either Apex or Paper, so there may be issues with those.

Lardbutt200 commented 7 months ago

I also have the same issue. fabric 1.20.4 v1.2. I tried creating the world with the pack, i tried adding the pack after creating the world, i even tried the mod. all to no avail. the mod shows up in the mod list but no new blocks are in the creative menu. with the datapack, it didnt show up in /datapack list

misode commented 7 months ago

@Lardbutt200 Okay I believe the issue here is an outdated version of Fabric API.

Update to the latest beta version 0.95.4: https://modrinth.com/mod/fabric-api/version/0.95.4+1.20.4

jimmyfrost commented 7 months ago

@jimmyfrost Where did you download this from if the file is named no-trial-chambers-main.zip? You should get it either from Modrinth or from GitHub releases. Also I didn't test this on either Apex or Paper, so there may be issues with those.

I tried to apply this to an existing world. I take it that is my issue. I downloaded the zip here from github btw.

sakura-ryoko commented 7 months ago

FYI, using the mod and the fabric API version worked for me after having the above problems.

Nefride commented 6 months ago

I have similar issue im running a server and i thought this datapack i s cool so i added it. It normaly shows even run but when i wanna get ingame items like crafter i only see them in crafting book and it says they are disabled is there anything i can do ?

misode commented 6 months ago

@Nefride Adding it to an existing world does not world. You need to add it from the start. There are some workarounws mentioned in #2 if you're interested.

SatoshiKitagawa commented 6 months ago

@SatoshiKitagawa The data pack is supposed to be added when you create the world, not after. Are you using any mods together with this?

No, I'm not

misode commented 6 months ago

@SatoshiKitagawa I am not sure what could be causing the issue for you. Could you provide some more info:

SatoshiKitagawa commented 6 months ago

@misode When I download the mod or the datapack (_update_1_21_no_trial_chambers1.20.4.zip) from modrinth everything works fine. When I download the datapack from GitHub (no-trial-chambers-main.zip or no-trial-chambers-1.2) it doesn't work. Here are some screenshots: (Everything looks the same for both versions) Screenshot (17) Screenshot (18) Screenshot (19) Screenshot (23) Screenshot (20)

misode commented 6 months ago

Thank you for the help! I figured out what the problem was. I forgot to attach the data pack zip when I made the release on GitHub, so you downloaded the source, which contains an extra folder inside the zip.

@Riannanas @jimmyfrost The issue should be fixed now.