mcl_railcarts: Apply entity name convention
This commit is contained in:
parent
0380092988
commit
83c6299cc2
2 changed files with 48 additions and 48 deletions
|
@ -14,7 +14,7 @@ minetest.register_node("mcl_minecarts:golden_rail", {
|
|||
-- but how to specify the dimensions for curved and sideways rails?
|
||||
fixed = {-1/2, -1/2, -1/2, 1/2, -1/2+1/16, 1/2},
|
||||
},
|
||||
groups = {dig_immediate = 2, attached_node = 1, rail = 1, connect_to_raillike = 1},
|
||||
groups = {dig_immediate = 2, attached_node = 1, rail = 1, connect_to_raillike = 1, dig_by_water = 1},
|
||||
|
||||
after_place_node = function(pos, placer, itemstack)
|
||||
if not mesecon then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue