henkelmax / advanced-mining-dimension

A dimension consisting just of caves.
25 stars 81 forks source link

can't get datapack working on server (+custom datapack) #33

Closed Nyatsuru closed 3 years ago

Nyatsuru commented 3 years ago

Hello, I wanted to customize the Mining Dimension by adding a datapack, but it didn't change anything other than creating the issue, where right clicking the block doesn't do anything anymore (fixed it tho)

But I still can't get the datapack to work (even in singleplayer)

How I tried it in singleplayer:

  1. Creating a new world (level type: Biomes O' Plenty, but also didn't worked on superflat) also adding datapack
  2. enabling datapack with /datapack enable file/(ex.)no_lakes
  3. going into the dimension

extra: I also wanted to make a datapack where there are no caves, canyons, mobs, lakes (lava and water), spawners, mineshafts. https://pastebin.com/X1tSrPSa I don't know if I did it right though...

(btw I am new to GitHub, sorry if the submission is wrong...) Thanks for the help in advance btw! <3

henkelmax commented 3 years ago

Have you tried a datapack from the examples?

Nyatsuru commented 3 years ago

Yes I tried no_lakes in singleplayer but it didn't work

henkelmax commented 3 years ago

Please send me your logs.

Nyatsuru commented 3 years ago

latest.log (singleplayer, tested no lava, didn't work)

latest.log (multiplayer world, tested last with custom datapack (but also didn't work with presets)

Minecraft 1.16.4, Forge 35.1.37

henkelmax commented 3 years ago

This has nothing to do with the datapack.

[00:14:14] [Render thread/INFO]: [CHAT] The Mining Dimension hasn't been created yet. This is a [BUG]. [00:14:14] [Render thread/INFO]: [CHAT] A workaround can be found [HERE].

This message indicates this A workaround can be found here

Nyatsuru commented 3 years ago

Yes I already used that workaround but it still not fixes the problem, that the datapack isn't working Video of me creating a new world and inserting the datapack:

https://youtu.be/nfYBHYyFi7c

henkelmax commented 3 years ago

You didn't activate the datapack. You have to press on the arrow to put in in the right column.

Nyatsuru commented 3 years ago

That's embarassing... I am soo sorry to waste your time... (never used datapacks before) I just tested it and it worked with the "no_lava" preset.

When I use that custom one, the dimension does not generate... I'll look into it and write an update here (if that's ok) Thank you for your time... Have a nice day!

Nyatsuru commented 3 years ago

I did it! The custom datapack works (no caves/lava/canyons etc.) and ores from other mods spawn too! If anyone wants to use this, here you go: just_mine.zip (more ores NOT included)

Now that I know how to use that datapack, I'll write a little tutorial How to use it and how to get it into an existing world:

  1. Create a new world
  2. Click on "Data Packs"
  3. "Open Pack Folder" and paste the datapack into the folder (idk if you need to unzip it but better just do it). Make sure you press the arrow on the datapack to put it into the right ("Selected") Column! (thx henkelmax <3) Click "Done"
  4. Create the new world (idk if the next steps are necessary)
  5. Place the Mining Dimension Block and go into the world to check if it worked
  6. Save and exit the world

Export it into existing world:

  1. insert the datapack into the existing world
  2. replace the current "dimensions" folder with the one you created in step 1-6
  3. done, you should have the mining dimension with the right config

(also works on servers) (btw, only use one datapack preset for the mining dimension...)

henkelmax commented 3 years ago

Thank you for sharing your work! I'm glad that it worked.