Default: Rename pine tree nodes, textures and mapgen aliases
This commit is contained in:
parent
7066a6a0dd
commit
be4dd6479d
10 changed files with 41 additions and 42 deletions
|
@ -15,9 +15,9 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'default:pinewood 4',
|
||||
output = 'default:pine_wood 4',
|
||||
recipe = {
|
||||
{'default:pinetree'},
|
||||
{'default:pine_tree'},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue