mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-15 23:10:18 +01:00
15 lines
206 B
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",
|
||
|
})
|