FallingTree

FallingTree

28M Downloads

Mod Not Activating with Valhelsia Enhanced Vanilla - 1.18

stembrick opened this issue ยท 3 comments

commented

Describe the bug

I initially tried to add this mod to the Valhelsia modpack when I discovered it was already in the modpack.
I tried activating it... But to no avail, it will not work. I've played with the mod settings in the menu by adding a wooden axe in the tools and the applicable logs to the tree settings, but no matter what I try, it will not activate. Really at a loss here.

Minecraft version

1.18

Fabric API version

0.14.8

Mod version

3.5.3

Relevant log output

No response

commented

Can you share the config file that is used?

commented

Is this it?

{
  "trees": {
    "allowedLogs": [
      "minecraft:spruce_log"
    ],
    "deniedLogs": [],
    "allowedLeaves": [],
    "allowedNonDecayLeaves": [],
    "deniedLeaves": [],
    "breakMode": "INSTANTANEOUS",
    "detectionMode": "WHOLE_TREE",
    "maxScanSize": 50,
    "maxSize": 24,
    "maxSizeAction": "CUT",
    "breakOrder": "FURTHEST_FIRST",
    "minimumLeavesAroundRequired": 1,
    "includePersistentLeavesInRequiredCount": true,
    "treeBreaking": true,
    "leavesBreaking": true,
    "leavesBreakingForceRadius": 0,
    "allowMixedLogs": false,
    "breakNetherTreeWarts": true,
    "instantlyBreakWarts": false,
    "searchAreaRadius": -1,
    "allowedAdjacentBlocks": [],
    "adjacentStopMode": "STOP_ALL"
  },
  "tools": {
    "allowed": [
      "minecraft:wooden_axe"
    ],
    "denied": [
      "minecraft:wooden_axe",
      "minecraft:stone_axe",
      "minecraft:iron_axe",
      "minecraft:golden_axe",
      "ae2:nether_quartz_axe",
      "ae2:certus_quartz_axe",
      "ae2:fluix_axe",
      "betterend:thallasium_axe",
      "techreborn:bronze_axe",
      "techreborn:peridot_axe",
      "techreborn:ruby_axe",
      "techreborn:sapphire_axe"
    ],
    "preserve": false,
    "ignoreTools": false,
    "damageMultiplicand": 1.0,
    "damageRounding": "ROUND_DOWN",
    "speedMultiplicand": 0.95
  },
  "player": {
    "allowedTags": []
  },
  "enchantment": {
    "registerEnchant": false,
    "registerSpecificEnchant": false,
    "hideEnchant": true
  },
  "sneakMode": "SNEAK_ENABLE",
  "breakInCreative": false,
  "notificationMode": "ACTION_BAR"
}
commented

Idk what happened. Prior to this, there was nothing under "denied tools".
I relaunched and there was... I reset it and now it's working perfectly. Sorry to waste your time!