mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
The christmas snow is now over
(The craft recipes still here and craftable)
This commit is contained in:
parent
7e0e10fbbe
commit
66ccf23975
@ -1,6 +1,6 @@
|
||||
--dofile(minetest.get_modpath("christmas_craft").."/mods.lua")--disabled because 4seasons is not installed
|
||||
dofile(minetest.get_modpath("christmas_craft").."/crafts.lua") --temporary disabled because cristmas is over--
|
||||
dofile(minetest.get_modpath("christmas_craft").."/settings.lua") -- makes it snow
|
||||
-- dofile(minetest.get_modpath("christmas_craft").."/settings.lua") -- makes it snow
|
||||
-- blocks --
|
||||
|
||||
minetest.register_node("christmas_craft:snowman", {
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
print (" ---- mods override is Loading! ---- ")
|
||||
|
||||
-- leaves --
|
||||
@ -21,9 +20,7 @@ print (" ---- mods override is Loading! ---- ")
|
||||
|
||||
-- why are u overwriting that? its just the normal 4 season leaves.
|
||||
|
||||
|
||||
-- grass --
|
||||
|
||||
minetest.register_node(":4seasons:grass_winter", {
|
||||
description = "Dirt with snow",
|
||||
tiles = {"4seasons_snow.png", "default_dirt.png", "default_dirt.png^4seasons_grass_w_snow_side.png"},
|
||||
|
Loading…
Reference in New Issue
Block a user