xpple / SeedMapper

In-game Minecraft Fabric mod that allows you to do various things with the world seed.
GNU Lesser General Public License v3.0
184 stars 21 forks source link

Its more of a Question than an Issue "Dimension not supported" #36

Closed Fnrs-Wlan closed 2 years ago

Fnrs-Wlan commented 2 years ago

As it says i got the Message "Dimension not Supported farmwelt-2" The Seed is Correct and all so i just want to ask if theres a way to make Seedmapper ignore the custom Name for the Dimension. Its the Normal Overworld but just renamed. Checked the Seed and everything perfectly aligns

xpple commented 2 years ago

Yes, there is a way to force SeedMapper to use the overworld as dimension. Prefix any of your commands with /seedmapper:source in overworld run <your command>. For example /seedmapper:locate feature slimechunk becomes /seedmapper:source in overworld run seedmapper:locate feature slimechunk. Let me know if that works.

Fnrs-Wlan commented 2 years ago

I tested it on the Server Im using the latest Seedmapper version on Version 1.17.1 the World Version is 1.16.5 and is called farmwelt-2 I use the command /source in minecraft:overworld run highlight block redstone_ore But it doesnt align with the Ores Did i miss smth?

xpple commented 2 years ago

If the world version doesn’t match the client’s version you can force SeedMapper to use the desired version again by using the /seedmapper:source command. Your command will be as follows: /seedmapper:source versioned 1.16.5 in overworld run seedmapper:highlight block redstone_ore.

Fnrs-Wlan commented 2 years ago

WOW this works like a Charm! Thx for your time, i rly love your work.

xpple commented 2 years ago

Thanks, I appreciate it! The /seedmapper:source command is really powerful if you know how to use it.

Fnrs-Wlan commented 2 years ago

Can you use source only for Seedmapper commands or for EVERY Command?

DesiCow commented 2 years ago

Can you use source only for Seedmapper commands or for EVERY Command?

ig its only for seedmapper's commands.

xpple commented 2 years ago

Indeed, it only works for SeedMapper's commands.