mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2025-08-19 15:20:23 +02:00
Add Christmas trees and Decorated pine needles as fuel.
This commit is contained in:
13
init.lua
13
init.lua
@ -162,6 +162,19 @@ minetest.register_craft({
|
||||
burntime = 10,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "snow:needles_decorated",
|
||||
burntime = 1,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "snow:xmas_tree",
|
||||
burntime = 10,
|
||||
})
|
||||
|
||||
|
||||
|
||||
--Snowballs
|
||||
-------------
|
||||
|
Reference in New Issue
Block a user