Causing all blocks to be unbreakable
Closed this issue ยท 2 comments
Describe the bug
I have finally after disabling and re-enabling mods, have caught the culprut of this:
Falling Tree.
Video of what I'm talking about:
.mrpack here: https://drive.google.com/file/d/15FCIMYC1CqH1d_4jUUBTqbGF9yZvu7fB/view?usp=sharing
Minecraft version
1.21.5
Fabric API version
0.16.14
Mod version
1.21.5-1.21.5.5
Configuration
{
"trees": {
"allowedLogs": [
"minecraft:warped_wart_block",
"minecraft:nether_wart_block",
"minecraft:shroomlight",
"minecraft:mushroom_stem"
],
"deniedLogs": [],
"allowedLeaves": [],
"allowedNonDecayLeaves": [
"minecraft:red_mushroom_block",
"minecraft:brown_mushroom_block"
],
"deniedLeaves": [],
"breakMode": "INSTANTANEOUS",
"detectionMode": "WHOLE_TREE",
"maxScanSize": 500000,
"minSize": 0,
"maxSize": 100000,
"maxLeafDistanceFromLog": 15,
"maxSizeAction": "ABORT",
"breakOrder": "FURTHEST_FIRST",
"minimumLeavesAroundRequired": 1,
"includePersistentLeavesInRequiredCount": true,
"treeBreaking": true,
"leavesBreaking": true,
"leavesBreakingForceRadius": 0,
"allowMixedLogs": true,
"breakNetherTreeWarts": true,
"breakMangroveRoots": true,
"searchAreaRadius": -1,
"allowedAdjacentBlocks": [],
"adjacentStopMode": "STOP_ALL",
"spawnItemsAtBreakPoint": true
},
"tools": {
"allowed": [],
"denied": [],
"durabilityMode": "NORMAL",
"ignoreTools": true,
"damageMultiplicand": 0.0,
"damageRounding": "ROUND_DOWN",
"speedMultiplicand": 0.0,
"forceToolUsage": false
},
"player": {
"allowedTags": []
},
"enchantment": {
"requireEnchantment": false
},
"sneakMode": "SNEAK_DISABLE",
"breakInCreative": false,
"lootInCreative": true,
"notificationMode": "ACTION_BAR"
}Relevant log output
Btw, idk what I was supposed to put in the relevant log output, cause it limits me to 333 characters