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:
parent
ca81e9b8c6
commit
7f3e9e65b3
7 changed files with 89 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue