mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-26 09:40:28 +01:00
Updated nether mod
This commit is contained in:
parent
68b0ff7906
commit
da33df3e9c
@ -390,6 +390,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
|||||||
local test3 = math.abs(pmap3[count])
|
local test3 = math.abs(pmap3[count])
|
||||||
|
|
||||||
local t = math.floor(test*3+0.5)
|
local t = math.floor(test*3+0.5)
|
||||||
|
|
||||||
local h
|
local h
|
||||||
if test2 < 0 then
|
if test2 < 0 then
|
||||||
h = math.floor(test2*3+0.5)-1
|
h = math.floor(test2*3+0.5)-1
|
||||||
|
@ -622,11 +622,10 @@ minetest.register_node("nether:portal", {
|
|||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = true,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
digable = false,
|
|
||||||
pointable = false,
|
pointable = false,
|
||||||
buildable_to = false,
|
buildable_to = false,
|
||||||
drop = "",
|
drop = "",
|
||||||
can_dig = function() return false end,
|
diggable = false,
|
||||||
groups = {not_in_creative_inventory=1},
|
groups = {not_in_creative_inventory=1},
|
||||||
post_effect_color = {a=200, r=50, g=0, b=60},--{a=180, r=128, g=0, b=128}
|
post_effect_color = {a=200, r=50, g=0, b=60},--{a=180, r=128, g=0, b=128}
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
|
Loading…
Reference in New Issue
Block a user