Make stage-4 cotton plant unmagnetic

master
Wuzzy 2022-06-16 13:52:40 +02:00
parent a56113ca14
commit 556a30b20d
1 changed files with 2 additions and 1 deletions

View File

@ -267,7 +267,8 @@ minetest.register_node(
type = "fixed",
fixed = {-0.5, -0.5, -0.5, 0.5, -0.5+(4/16), 0.5}
},
groups = {snappy=3, handy=2, attached_node=1, plant=1, farming_plant=1, plant_cotton=4, not_in_craft_guide = 1, not_in_creative_inventory = 1},
-- Last-stage cotton has special group 'unmagnetic'
groups = {snappy=3, handy=2, attached_node=1, plant=1, farming_plant=1, plant_cotton=4, unmagnetic=1, not_in_craft_guide = 1, not_in_creative_inventory = 1},
sounds = rp_sounds.node_sound_leaves_defaults(),
_rp_farming_plant_name = "rp_farming:cotton",