master
maikerumine 2018-02-07 21:36:15 -05:00
parent 555c8e536d
commit e554ed5576
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -199,7 +199,7 @@ if es_climate_thaw == 1 then --add thawing ice (caution, it will melt most ice i
dofile(minetest.get_modpath("es").."/thaw.lua")
end
if es_server == 1 then --server shutdown script and spawning function
dofile(minetest.get_modpath("es").."/shutdown.lua")
--dofile(minetest.get_modpath("es").."/shutdown.lua")
dofile(minetest.get_modpath("es").."/spawn.lua")
end
if es_anticheat == 1 then --add anti cheating. noclip and fly caught by rnd code

View File

@ -358,9 +358,9 @@ minetest.register_node("protector:protect", {
description = S("Protection Block") .. " (" .. S("USE for area check") .. ")",
drawtype = "nodebox",
tiles = {
"es_circle_stone_bricks.png",
"es_circle_stone_bricks.png",
"es_circle_stone_bricks.png^protector_logo.png"
"scifi_nodes_mesh.png",
"scifi_nodes_mesh.png",
"scifi_nodes_mesh.png^protector_logo.png"
},
sounds = default.node_sound_stone_defaults(),
groups = {dig_immediate = 2, unbreakable = 1},