Earthcomputer / EnchantmentCracker

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

Can't calculate seed #143

Closed PiauTW closed 4 years ago

PiauTW commented 4 years ago

XP seed 1: A16C6C35 XP seed 2: B6A01221 version 1.15.2

PiauTW commented 4 years ago

image

Earthcomputer commented 4 years ago

?template failed

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

This is usually caused by you 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.

PiauTW commented 4 years ago

thx