FallingTree

FallingTree

40M Downloads

4% in spark profile

Closed this issue ยท 4 comments

commented

Describe the bug

Was doing some sparks to see how things were doing, which overall is great, however, this was using 4%. It didn't use to be this high but I recently grabbed the latest version for 1.21.1 Fabric.

https://spark.lucko.me/0GFD4CxJ5V
https://gyazo.com/31f5b1a169e3c7b531e8d9eb7b2b67de

Minecraft version

1.21.1

Fabric API version

0.115.1

Mod version

1.21.1.7

Configuration

{
  "trees": {
    "allowedLogs": [],
    "deniedLogs": [],
    "allowedLeaves": [],
    "allowedNonDecayLeaves": [],
    "deniedLeaves": [],
    "breakMode": "INSTANTANEOUS",
    "detectionMode": "WHOLE_TREE",
    "maxScanSize": 500,
    "maxSize": 100,
    "maxLeafDistanceFromLog": 15,
    "maxSizeAction": "ABORT",
    "breakOrder": "FURTHEST_FIRST",
    "minimumLeavesAroundRequired": 1,
    "includePersistentLeavesInRequiredCount": true,
    "treeBreaking": true,
    "leavesBreaking": true,
    "leavesBreakingForceRadius": 0,
    "allowMixedLogs": false,
    "breakNetherTreeWarts": true,
    "breakMangroveRoots": true,
    "searchAreaRadius": -1,
    "allowedAdjacentBlocks": [],
    "adjacentStopMode": "STOP_ALL",
    "spawnItemsAtBreakPoint": false
  },
  "tools": {
    "allowed": [],
    "denied": [],
    "durabilityMode": "NORMAL",
    "ignoreTools": false,
    "damageMultiplicand": 1.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

commented

Will make some improvments to it using some cache, but it'll be only available on latest versions 1.21.5+.

commented

Will make some improvments to it using some cache, but it'll be only available on latest versions 1.21.5+.

Dang :( all us Cobblemon peeps are on 1.21.1 for a bit.

commented

Here you go for a 1.21.1 version with the improvment (mod is inside the zip). You can see with spark if it indeed improves things (I haven't tested).

It won't be published on the stores though. Too much maintenance to support 1.21.1/2/3/4/5/6 long term. I can understand that some bigger mods can hold back, but it'll soon be 1 year old.

mod-file.zip

commented

Thank you so much! I appreciate that.