No Mob Spawning on Trees Mod — FAQ
Troubleshooting
If rules do not seem to be applying, check the following:
- Syntax Errors: Check the game log (
latest.log) for the tag[nmsot]. It will report any syntax errors or invalid tags found during startup. - Rule Order: Rules are applied line-by-line. Ensure your whitelist rules (
-) are placed after the blacklist rules they are intended to override. - Mob Names: Mob names are case-insensitive and should have spaces removed. For modded mobs, use the format
modID.mobNameor the full Java class name if the short name fails.