Charakterbewegungen hinzugefügt, Deko hinzugefügt, Kochrezepte angepasst
This commit is contained in:
parent
95945c0306
commit
a0c893ca0b
1124 changed files with 64294 additions and 763 deletions
15
mods/moreblocks/stairsplus/groups/default.lua
Normal file
15
mods/moreblocks/stairsplus/groups/default.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
if not stairsplus.has.default then
|
||||
return
|
||||
end
|
||||
|
||||
stairsplus.api.register_passthrough_groups({
|
||||
"crumbly",
|
||||
"cracky",
|
||||
"snappy",
|
||||
"choppy",
|
||||
"fleshy",
|
||||
"flammable",
|
||||
"explody",
|
||||
"oddly_breakable_by_hand",
|
||||
"snowy", -- https://github.com/fluxionary/minetest-moreblocks/issues/20 might revisit this later
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue