Earthcomputer / EnchantmentCracker

Cracking the XP seed in Minecraft and choosing your enchantments
MIT License
1.04k stars 91 forks source link

Player seed error. #252

Open Nick403 opened 3 years ago

Nick403 commented 3 years ago

Hello, I have some issue with app, when i try to calculate player seed return me a fail message, please help image

Earthcomputer commented 3 years ago

?template failed

earth-github-bot[bot] commented 3 years ago

First of all, check that you are not on a PaperMC server (which may include various flavours of Spigot). PaperMC is known to break enchantment cracking and will never be supported. The other most likely cause is doing one of a number of disallowed actions, such as sprinting, eating or being in beacon range. The Enchantment Cracker itself is not able to give any further information, so review the list of disallowed actions and make sure you aren't doing any of them. If you're really stuck, if you're on Minecraft 1.14 or newer you can install clientcommands which is a client-side mod and has a built-in Enchantment Cracker (so no need to use this one), and can give you more detailed information about where you're going wrong. You first have to enable /ctemprule set enchantingPrediction true, then use the built-in Enchantment Cracker in much the same way as you would use this one. Also run /ctemprule set playerRNGMaintenance false for more error catching. This mod requires the Fabric mod loader AND the Fabric API.