mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-04 00:51:13 +02:00
compatability and legacy mostly done. schema recipes are all messed up for some reason.
This commit is contained in:
20
stairsplus/groups/default.lua
Normal file
20
stairsplus/groups/default.lua
Normal file
@ -0,0 +1,20 @@
|
||||
if not stairsplus.has.default then
|
||||
return
|
||||
end
|
||||
|
||||
stairsplus.api.register_passthrough_groups({
|
||||
"crumbly",
|
||||
"cracky",
|
||||
"snappy",
|
||||
"choppy",
|
||||
"fleshy",
|
||||
"flammable",
|
||||
"explody",
|
||||
"oddly_breakable_by_hand",
|
||||
})
|
||||
|
||||
stairsplus.api.register_scale_groups({
|
||||
})
|
||||
|
||||
stairsplus.api.register_ignore_groups({
|
||||
})
|
Reference in New Issue
Block a user