1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Rename lump_of_* to *_lump

This commit is contained in:
Perttu Ahola
2011-12-03 22:31:12 +02:00
parent 2620e8eada
commit 03074cd23e
6 changed files with 18 additions and 18 deletions

View File

@@ -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'}
}
})