1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 01:30:38 +01:00

The christmas snow is now over

(The craft recipes still here and craftable)
This commit is contained in:
Ombridride 2015-01-05 23:58:39 +01:00
parent 7e0e10fbbe
commit 66ccf23975
2 changed files with 1 additions and 4 deletions

View File

@ -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", {

View File

@ -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"},