mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-04-01 10:10:36 +02: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").."/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").."/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 --
|
-- blocks --
|
||||||
|
|
||||||
minetest.register_node("christmas_craft:snowman", {
|
minetest.register_node("christmas_craft:snowman", {
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
print (" ---- mods override is Loading! ---- ")
|
print (" ---- mods override is Loading! ---- ")
|
||||||
|
|
||||||
-- leaves --
|
-- leaves --
|
||||||
@ -21,9 +20,7 @@ print (" ---- mods override is Loading! ---- ")
|
|||||||
|
|
||||||
-- why are u overwriting that? its just the normal 4 season leaves.
|
-- why are u overwriting that? its just the normal 4 season leaves.
|
||||||
|
|
||||||
|
|
||||||
-- grass --
|
-- grass --
|
||||||
|
|
||||||
minetest.register_node(":4seasons:grass_winter", {
|
minetest.register_node(":4seasons:grass_winter", {
|
||||||
description = "Dirt with snow",
|
description = "Dirt with snow",
|
||||||
tiles = {"4seasons_snow.png", "default_dirt.png", "default_dirt.png^4seasons_grass_w_snow_side.png"},
|
tiles = {"4seasons_snow.png", "default_dirt.png", "default_dirt.png^4seasons_grass_w_snow_side.png"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user