Charakterbewegungen hinzugefügt, Deko hinzugefügt, Kochrezepte angepasst

This commit is contained in:
N-Nachtigal 2025-05-14 16:36:42 +02:00
parent 95945c0306
commit a0c893ca0b
1124 changed files with 64294 additions and 763 deletions

View 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",
})