1
0
réplica de https://github.com/minetest-mods/mesecons.git sincronizado 2025-11-01 03:45:21 +01:00

Rename/reorganize compat stuff

Este cometimento está contido em:
Jude Melton-Houghton
2022-04-21 08:59:30 -04:00
ascendente d074dd1a18
cometimento 090c36b585
32 ficheiros modificados com 89 adições e 74 eliminações

Ver ficheiro

@@ -26,7 +26,7 @@ mesecon.register_node("mesecons_blinkyplant:blinky_plant", {
paramtype = "light",
is_ground_content = false,
walkable = false,
sounds = mesecon.node_sound_leaves_defaults,
sounds = mesecon.node_sound.leaves,
selection_box = {
type = "fixed",
fixed = {-0.3, -0.5, -0.3, 0.3, -0.5+0.7, 0.3},