FallingTree

FallingTree

28M Downloads

Cannot read field "invertCrouchMining"

darkphan opened this issue ยท 1 comments

commented

Describe the bug

Whenever this error occurs, drops no longer work until server is restarted.

Minecraft version

1.20.1

Forge version

47.2.23

Mod version

0.11

Configuration

fallingtrees_client.json

{
  "invertCrouchMining": false,
  "soundSettings": {
    "enabled": true,
    "startVolume": 0.7,
    "endVolume": 0.7
  },
  "animation": {
    "fallAnimLength": 2.5,
    "bounceAngleHeight": 10.0,
    "bounceAnimLength": 1.0
  }
}

fallingtrees_common.json:

{
  "disableCrouchMining": false,
  "disableExtraToolDamage": false,
  "disableExtraFoodExhaustion": false,
  "onlyFallWithRequiredTool": false,
  "treeLifetimeLength": 5.0,
  "dynamicMiningSpeed": {
    "disable": false,
    "speedMultiplication": 0.5,
    "maxSpeedMultiplication": 16.0
  },
  "trees": {
    "standardTree": {
      "algorithm": {
        "maxLeavesRadius": 10,
        "maxLogAmount": 256,
        "shouldFallOnMaxLogAmount": false,
        "shouldIgnorePersistentLeaves": true
      },
      "logFilter": {
        "whitelistedTags": [
          "minecraft:logs"
        ],
        "whitelist": [],
        "blacklist": []
      },
      "leavesFilter": {
        "whitelistedTags": [
          "minecraft:leaves"
        ],
        "whitelist": [],
        "blacklist": []
      },
      "extraBlockFilter": {
        "whitelistedTags": [],
        "whitelist": [
          "minecraft:vine",
          "minecraft:bee_nest",
          "minecraft:cocoa"
        ],
        "blacklist": []
      },
      "allowedToolFilter": {
        "whitelistedTags": [
          "minecraft:axes"
        ],
        "whitelist": [],
        "blacklist": []
      },
      "enabled": true
    },
    "verticalTree": {
      "filter": {
        "whitelistedTags": [],
        "whitelist": [
          "minecraft:cactus",
          "minecraft:bamboo"
        ],
        "blacklist": []
      },
      "enabled": true
    },
    "chorusTree": {
      "enabled": true
    },
    "mushroomTree": {
      "stemFilter": {
        "whitelistedTags": [],
        "whitelist": [
          "minecraft:mushroom_stem"
        ],
        "blacklist": []
      },
      "capFilter": {
        "whitelistedTags": [],
        "whitelist": [
          "minecraft:red_mushroom_block",
          "minecraft:brown_mushroom_block"
        ],
        "blacklist": []
      },
      "enabled": true
    }
  }
}

Relevant log output

https://gist.github.com/darkphan/6b53c1dbf9befbb6f36410bbc9469793
commented

Wrong repository.

The correct one should be https://github.com/PandaDap2006/Pandas-Falling-Trees