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

Missing commands #70

Closed NathanVH8 closed 2 days ago

NathanVH8 commented 2 days ago

Describe the bug Only three of the /sm: commands show up and are usable

To Reproduce Load Minecraft 1.21 on Fabric 0.16.9 with Fabric API 0.102.0+1.21 open a world, set the seed, and type /sm: Only /sm:checkseed, /sm:locate, and /sm:source show up in the command suggestions.

Expected behavior All of the commands listed in the wiki.

Screenshot attached with only three commands showing in the suggested commands. 2024-11-05_14 43 03

xpple commented 2 days ago

That is correct, the /sm:seedoverlay command (and therefore the /sm:terrainversion command too) was no longer possible to support. I might implement the /sm:highlight command at a later point. This was the only way forward to support 1.18+ features. I will update the wiki accordingly, thanks for letting me know.

vanvac commented 2 days ago

Cubiomes can estimate terrian height but idk how well that will work for the seedoverlay command

NathanVH8 commented 1 day ago

But in doing so you've removed the entire reason I downloaded this mod. I specifically wanted to check for terrain differences and terrain versions on a world that was generated between 1.13 and 1.16.5

xpple commented 1 day ago

Oh that's still possible! Just download the latest version on the 1.0.0 branch of SeedMapper and use ViaFabricPlus or something alike to connect to older servers. I suggest using SeedMapper 1.6.1. I intend to maintain the 1.0.0 branch for at least some time to support needs like yours.