moreblocks/stairsplus/groups/default.lua

15 lines
206 B
Lua

if not stairsplus.has.default then
return
end
stairsplus.api.register_passthrough_groups({
"crumbly",
"cracky",
"snappy",
"choppy",
"fleshy",
"flammable",
"explody",
"oddly_breakable_by_hand",
})