pmmo-26.2.0-2.8.36
Curse Maven Snippet
What's new
Changelog
[26.2.0-2.8.36] - 2026-07-17
Reimplemented Break_Speed perks
Since Mojang got rid of tool tiers, we had to update to use tags. So the new format matches item tags to block tags. The examples below show specifics, but here is what it looks like as a schema
"ratios": {
"item_tag_that_tool_belongs_to" : {
"block_tag_that_speed_should_be_applied_to": 0.000 //the speed per level
}
}
old format
{
"perk": "pmmo:break_speed",
"pickaxe_dig": 0.005,
"skill": "mining"
}
new format
{
"perk": "pmmo:break_speed",
"ratios": {
"minecraft:pickaxes": {
"minecraft:mineable/pickaxes": 0.005
}
},
"skill": "mining"
}
This mod has no additional files

