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
21
mods/moreblocks/stairsplus/groups/builtin.lua
Normal file
21
mods/moreblocks/stairsplus/groups/builtin.lua
Normal file
|
@ -0,0 +1,21 @@
|
|||
stairsplus.api.register_passthrough_groups({
|
||||
"not_in_creative_inventory",
|
||||
"dig_immediate",
|
||||
"float",
|
||||
"level",
|
||||
"slippery",
|
||||
"falling_node",
|
||||
"disable_jump",
|
||||
})
|
||||
|
||||
stairsplus.api.register_scaling_groups({
|
||||
"bouncy",
|
||||
"fall_damage_add_percent",
|
||||
"slippery",
|
||||
})
|
||||
|
||||
stairsplus.api.register_ignore_groups({
|
||||
"attached_node",
|
||||
"connect_to_raillike",
|
||||
"tool",
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue