Added fire dust
This commit is contained in:
parent
56c6f0aef2
commit
0ec560b31a
@ -26,6 +26,19 @@ minetest.register_node("ethereal:fire_flower", {
|
|||||||
end,
|
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)
|
-- Fern (boston)
|
||||||
minetest.register_node("ethereal:fern", {
|
minetest.register_node("ethereal:fern", {
|
||||||
description = "Fern",
|
description = "Fern",
|
||||||
|
@ -147,7 +147,7 @@ minetest.register_decoration({
|
|||||||
place_on = {"default:sand", "default:green_dirt"},
|
place_on = {"default:sand", "default:green_dirt"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
fill_ratio = 0.015,
|
fill_ratio = 0.015,
|
||||||
biomes = {"sandclay", "lake", "grassy", "grassytwo", "jumble"},
|
biomes = {"sandclay", "grassy_ocean", "grassy", "grassytwo", "jumble"},
|
||||||
decoration = {
|
decoration = {
|
||||||
"bakedclay:wetlands_cattails", "bakedclay:wetlands_pickerel",
|
"bakedclay:wetlands_cattails", "bakedclay:wetlands_pickerel",
|
||||||
"bakedclay:wetlands_mannagrass", "bakedclay:wetlands_turtle"
|
"bakedclay:wetlands_mannagrass", "bakedclay:wetlands_turtle"
|
||||||
@ -171,7 +171,7 @@ minetest.register_decoration({
|
|||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
fill_ratio = 0.004,
|
fill_ratio = 0.004,
|
||||||
biomes = {
|
biomes = {
|
||||||
"mushroom", "prairie", "grayness", "plains", "desert", "lake",
|
"mushroom", "prairie", "grayness", "plains", "desert",
|
||||||
"junglee", "grassy", "grassytwo", "jumble", "snowy", "alpine",
|
"junglee", "grassy", "grassytwo", "jumble", "snowy", "alpine",
|
||||||
"fiery", "mesa", "bamboo"
|
"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…
x
Reference in New Issue
Block a user