Massive rework of creative inventory categories
This commit is contained in:
parent
1275af7903
commit
dd1fa65f9e
41 changed files with 278 additions and 202 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, dig_by_water = 1},
|
||||
groups = {dig_immediate = 2, attached_node = 1, rail = 1, connect_to_raillike = 1, dig_by_water = 1, transport = 1},
|
||||
|
||||
after_place_node = function(pos, placer, itemstack)
|
||||
if not mesecon then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue