Rename pinetree to pine_tree
These have been renamed now a long time ago.
This commit is contained in:
parent
c3082c88fe
commit
5ee4618f69
12
register.lua
12
register.lua
@ -73,11 +73,11 @@ mymillwork.register_all(--material, description, image, groups, craft item
|
||||
"normal"
|
||||
)
|
||||
mymillwork.register_all(--material, description, image, groups, craft item
|
||||
"default_pinewood",
|
||||
"default_pine_wood",
|
||||
"Pine Wood",
|
||||
"default_pinewood.png",
|
||||
"default_pine_wood.png",
|
||||
"{cracky = 1, oddly_breakable_by_hand = 1,not_in_creative_inventory=1}",
|
||||
"default:pinewood",
|
||||
"default:pine_wood",
|
||||
"normal"
|
||||
)
|
||||
mymillwork.register_all(--material, description, image, groups, craft item
|
||||
@ -233,11 +233,11 @@ mymillwork.register_all(--material, description, image, groups, craft item
|
||||
"normal"
|
||||
)
|
||||
mymillwork.register_all(--material, description, image, groups, craft item
|
||||
"default_pinetree",
|
||||
"default_pine_tree",
|
||||
"Pine Tree",
|
||||
"default_pinetree.png",
|
||||
"default_pine_tree.png",
|
||||
"{cracky = 1, oddly_breakable_by_hand = 1,not_in_creative_inventory=1}",
|
||||
"default:pinetree",
|
||||
"default:pine_tree",
|
||||
"normal"
|
||||
)
|
||||
mymillwork.register_all(--material, description, image, groups, craft item
|
||||
|
Loading…
x
Reference in New Issue
Block a user