Mods / Shears speed scales
Category:
#QoL
#Tweak
Author: Guimoute
Side: Both
Created: Jul 12th at 7:55 PM
Last modified: Jul 12th at 7:56 PM
Downloads: 779
Follow Unfollow 21
Author: Guimoute
Side: Both
Created: Jul 12th at 7:55 PM
Last modified: Jul 12th at 7:56 PM
Downloads: 779
Follow Unfollow 21
Latest file for v1.19.8:
shears_speed_scales.zip
1-click install
Higher tier shears actually break leaves faster now.
The new values are below. They can be easily modified to suit your preferences.
- Copper: x1
- Bismuth and tin bronze: x1.5
- Black bronze: x2
- Gold and silver: x2.5
- Iron: x3
- Meteoric iron: x3.5
- Steel: x4
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.0.0 | 779 | Jul 12th at 7:56 PM | Show | shears_speed_scales.zip | Install now |
ivyoary I have no idea how to change the speed of an animation but I'm all ears.
For the blocks, you can add elements to the list at attributes/codePrefixes in survival/itemtypes/tool/scythe.json. What blocks are you thinking about? Ferns and such?
Would love a version for scythes whether it's more blocks, faster speed scythes or a mix of both! This mod is simply refreshing!
Guimoute don't worry I just add it myself. I think Swordz is one of the only mods that has different types of shears. You are free to use it and update your mod.
in your survival-itemtypes-tool-shears.json just add:
{
"op": "add",
"path": "/miningspeedbytype",
"value": {"shears-stainlesssteel": {"leaves": 4.5},
"shears-titanium": {"leaves": 5.0},
"shears-mithril": {"leaves": 5.5},
"shears-adamant": {"leaves": 6.0},
"shears-orichalcum": {"leaves": 6.5},
"shears-aithril": {"leaves": 7.0}
},
"file": "swordz:itemtypes/tool/shears.json"
}
So the whole code is now:
[
{
"op": "add",
"path": "/miningspeedbytype",
"value": {"shears-copper": {"leaves": 1.0},
"shears-bismuthbronze": {"leaves": 1.5},
"shears-tinbronze": {"leaves": 1.5},
"shears-blackbronze": {"leaves": 2.0},
"shears-gold": {"leaves": 2.5},
"shears-silver": {"leaves": 2.5},
"shears-iron": {"leaves": 3.0},
"shears-meteoriciron": {"leaves": 3.5},
"shears-steel": {"leaves": 4.0}
},
"file": "game:itemtypes/tool/shears.json"
},
{
"op": "add",
"path": "/miningspeedbytype",
"value": {"shears-stainlesssteel": {"leaves": 4.5},
"shears-titanium": {"leaves": 5.0},
"shears-mithril": {"leaves": 5.5},
"shears-adamant": {"leaves": 6.0},
"shears-orichalcum": {"leaves": 6.5},
"shears-aithril": {"leaves": 7.0}
},
"file": "swordz:itemtypes/tool/shears.json"
}
]
dashr I can't, sorry.
Nice mod. Could you add a compatibility with "Swordz" shears? Would be awesome.
gg