Releases: sakura-ryoko/tweakeroo
Releases · sakura-ryoko/tweakeroo
1.21.5-0.24.2-sakura.1
- add:
toolSwapPreferSilkTouch
-- which is used as the 'last resort' check for Silk Touch, versus non-silk touch tools when all other checks have passed, and the mod equates both tools as the same; such as when you have two Netherite Picks with the same amount of Encxhantments; except one has Silk Touch and the other one doesn't. - add:
toolSwapBambooUsesSwordFirst
- This isn't new code; but it just allows this behavior to be configurable. This makes it so thattweakToolSwitch
uses a Sword instead of an Axe when breaking Bamboo. - add:
toolSwapNeedsShearsFirst
- This config uses the#malilib:needs_shears
Block Tag to provide similar behavior tosilkTouchFirst
, but only whenever Vanilla does not return the Shears as a Valid tool for the block; such as for Wool Blocks. - add:
toolSwapSilkTouchOverride
--> This configuration enables thesilkTouchOverride
List that works like an "Additional" list for theSilkTouchFirst
system. This can be used to Replace thesilkTouchFirst
method; but at the downside of requiring adding all of the relevant blocks to this list; or related Block Tags. - Various
tweakToolSwitch
logic fixes; such as the mod switching to the wrong tools whenSilkTouchFirst
is in use. - fix:
entityWeaponMapping
's defaultminecraft:boat
entry with all of the boat types.
1.21.4-0.23.4-sakura.1
- add:
toolSwapPreferSilkTouch
-- which is used as the 'last resort' check for Silk Touch, versus non-silk touch tools when all other checks have passed, and the mod equates both tools as the same; such as when you have two Netherite Picks with the same amount of Encxhantments; except one has Silk Touch and the other one doesn't. - add:
toolSwapBambooUsesSwordFirst
- This isn't new code; but it just allows this behavior to be configurable. This makes it so thattweakToolSwitch
uses a Sword instead of an Axe when breaking Bamboo. - add:
toolSwapNeedsShearsFirst
- This config uses the#malilib:needs_shears
Block Tag to provide similar behavior tosilkTouchFirst
, but only whenever Vanilla does not return the Shears as a Valid tool for the block; such as for Wool Blocks. - add:
toolSwapSilkTouchOverride
--> This configuration enables thesilkTouchOverride
List that works like an "Additional" list for theSilkTouchFirst
system. This can be used to Replace thesilkTouchFirst
method; but at the downside of requiring adding all of the relevant blocks to this list; or related Block Tags. - Various
tweakToolSwitch
logic fixes; such as the mod switching to the wrong tools whenSilkTouchFirst
is in use. - fix:
entityWeaponMapping
's defaultminecraft:boat
entry with all of the boat types.
1.21.3-0.22.6-sakura.1
- add:
toolSwapPreferSilkTouch
-- which is used as the 'last resort' check for Silk Touch, versus non-silk touch tools when all other checks have passed, and the mod equates both tools as the same; such as when you have two Netherite Picks with the same amount of Encxhantments; except one has Silk Touch and the other one doesn't. - add:
toolSwapBambooUsesSwordFirst
- This isn't new code; but it just allows this behavior to be configurable. This makes it so thattweakToolSwitch
uses a Sword instead of an Axe when breaking Bamboo. - add:
toolSwapNeedsShearsFirst
- This config uses the#malilib:needs_shears
Block Tag to provide similar behavior tosilkTouchFirst
, but only whenever Vanilla does not return the Shears as a Valid tool for the block; such as for Wool Blocks. - add:
toolSwapSilkTouchOverride
--> This configuration enables thesilkTouchOverride
List that works like an "Additional" list for theSilkTouchFirst
system. This can be used to Replace thesilkTouchFirst
method; but at the downside of requiring adding all of the relevant blocks to this list; or related Block Tags. - Various
tweakToolSwitch
logic fixes; such as the mod switching to the wrong tools whenSilkTouchFirst
is in use. - fix:
entityWeaponMapping
's defaultminecraft:boat
entry with all of the boat types.
1.21-0.21.59-sakura.1
- add:
toolSwapPreferSilkTouch
-- which is used as the 'last resort' check for Silk Touch, versus non-silk touch tools when all other checks have passed, and the mod equates both tools as the same; such as when you have two Netherite Picks with the same amount of Encxhantments; except one has Silk Touch and the other one doesn't. - add:
toolSwapBambooUsesSwordFirst
- This isn't new code; but it just allows this behavior to be configurable. This makes it so thattweakToolSwitch
uses a Sword instead of an Axe when breaking Bamboo. - add:
toolSwapNeedsShearsFirst
- This config uses the#malilib:needs_shears
Block Tag to provide similar behavior tosilkTouchFirst
, but only whenever Vanilla does not return the Shears as a Valid tool for the block; such as for Wool Blocks. - add:
toolSwapSilkTouchOverride
--> This configuration enables thesilkTouchOverride
List that works like an "Additional" list for theSilkTouchFirst
system. This can be used to Replace thesilkTouchFirst
method; but at the downside of requiring adding all of the relevant blocks to this list; or related Block Tags. - Various
tweakToolSwitch
logic fixes; such as the mod switching to the wrong tools whenSilkTouchFirst
is in use.
1.21.5-0.24.1
- release to modrinth
1.21.4-0.23.3
- release to modrinth
1.21.3-0.22.5
- release to modrinth
1.21-0.21.58
- release to modrinth
1.21.5-0.24.1-sakura.4
- add:
toolSilkTouchFirstOres
; uses new#malilib:ore_blocks
block tag - make all tool / weapon toggles a boolean hotkey for quick toggles.
1.21.4-0.23.3-sakura.6
- add:
toolSilkTouchFirstOres
; uses new#malilib:ore_blocks
block tag - make all tool / weapon toggles a boolean hotkey for quick toggles.