Lucky Block 9minecraft Mod — FAQ
Troubleshooting & FAQ
My custom block does not appear. Check that the addon folder is directly inside .minecraft/addons/lucky/ and that plugin_init.txt defines a block_id. Restart the game after adding files.
A drop line does nothing. Verify the ID is a valid item/block/entity id and that commas, semicolons, and the @luck= suffix are written exactly as shown. A single typo skips the line.
My block has no texture. Make sure your assets/ folder and pack.mcmeta are present and that the model/texture paths match your block_id.
Structures do not spawn. Confirm the schematic is in the structures/ folder, listed in structures.txt, and referenced by name in the type=structure drop.
Fabric build will not load. The Fabric version requires Fabric API. The NeoForge version bundles everything it needs and has no extra dependency.
Can I edit the default Lucky Block instead of adding a new one? Yes — leave out plugin_init.txt and your drops.txt will extend the built-in block's drop table.