1
0
mirror of https://github.com/luanti-org/minetest_game.git synced 2025-10-06 13:55:20 +02:00

Add marram grass for coastal sand dunes

Use noise with 1 octave and flag 'absvalue' to create sand paths
in dunes.
This commit is contained in:
paramat
2018-01-24 11:29:02 +00:00
committed by paramat
parent ca81e9b8c6
commit 7f3e9e65b3
7 changed files with 89 additions and 3 deletions

View File

@@ -1104,6 +1104,12 @@ minetest.register_craft({
burntime = 2,
})
minetest.register_craft({
type = "fuel",
recipe = "default:marram_grass_1",
burntime = 2,
})
minetest.register_craft({
type = "fuel",
recipe = "default:paper",