Added fire dust
This commit is contained in:
parent
56c6f0aef2
commit
0ec560b31a
@ -26,6 +26,19 @@ minetest.register_node("ethereal:fire_flower", {
|
||||
end,
|
||||
})
|
||||
|
||||
-- Fire Dust
|
||||
minetest.register_craftitem("ethereal:fire_dust", {
|
||||
description = "Fire Dust",
|
||||
inventory_image = "fire_dust.png",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "ethereal:fire_dust 2",
|
||||
recipe = {
|
||||
{'ethereal:fire_flower'},
|
||||
}
|
||||
})
|
||||
|
||||
-- Fern (boston)
|
||||
minetest.register_node("ethereal:fern", {
|
||||
description = "Fern",
|
||||
|
@ -147,7 +147,7 @@ minetest.register_decoration({
|
||||
place_on = {"default:sand", "default:green_dirt"},
|
||||
sidelen = 16,
|
||||
fill_ratio = 0.015,
|
||||
biomes = {"sandclay", "lake", "grassy", "grassytwo", "jumble"},
|
||||
biomes = {"sandclay", "grassy_ocean", "grassy", "grassytwo", "jumble"},
|
||||
decoration = {
|
||||
"bakedclay:wetlands_cattails", "bakedclay:wetlands_pickerel",
|
||||
"bakedclay:wetlands_mannagrass", "bakedclay:wetlands_turtle"
|
||||
@ -171,7 +171,7 @@ minetest.register_decoration({
|
||||
sidelen = 16,
|
||||
fill_ratio = 0.004,
|
||||
biomes = {
|
||||
"mushroom", "prairie", "grayness", "plains", "desert", "lake",
|
||||
"mushroom", "prairie", "grayness", "plains", "desert",
|
||||
"junglee", "grassy", "grassytwo", "jumble", "snowy", "alpine",
|
||||
"fiery", "mesa", "bamboo"
|
||||
},
|
||||
|
BIN
textures/fire_dust.png
Normal file
BIN
textures/fire_dust.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 B |
Loading…
Reference in New Issue
Block a user