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: 483
Follow Unfollow 18

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 483 Jul 12th at 7:56 PM Show shears_speed_scales.zip Install now

6 Comments (oldest first | newest first)

💬 GuimouteAuthor, 3 days ago

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?

💬 ivyoary, 4 days ago

Would love a version for scythes whether it's more blocks, faster speed scythes or a mix of both! This mod is simply refreshing!

💬 dashr, Jul 28th at 9:32 PM

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"
}
]

 

 

💬 GuimouteAuthor, Jul 28th at 8:35 PM

dashr I can't, sorry.

💬 dashr, Jul 21st at 10:04 AM

Nice mod. Could you add a compatibility with "Swordz" shears? Would be awesome. 

💬 DUCATISLO, Jul 13th at 1:46 PM

gg

(edit comment delete)