mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Rename lump_of_* to *_lump
This commit is contained in:
parent
2620e8eada
commit
03074cd23e
6 changed files with 18 additions and 18 deletions
|
@ -149,7 +149,7 @@ minetest.register_craft({
|
|||
output = 'node "experimental:tnt" 4',
|
||||
recipe = {
|
||||
{'node "default:wood" 1'},
|
||||
{'craft "default:lump_of_coal" 1'},
|
||||
{'craft "default:coal_lump" 1'},
|
||||
{'node "default:wood" 1'}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue