forked from mtcontrib/nether-pack
automatic update
This commit is contained in:
parent
79a2e8186b
commit
79a7754e74
|
@ -610,11 +610,10 @@ minetest.register_node("nether:portal", {
|
|||
sunlight_propagates = true,
|
||||
use_texture_alpha = true,
|
||||
walkable = false,
|
||||
digable = false,
|
||||
pointable = false,
|
||||
buildable_to = false,
|
||||
drop = "",
|
||||
can_dig = function() return false end,
|
||||
diggable = false,
|
||||
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}
|
||||
drawtype = "nodebox",
|
||||
|
|
Loading…
Reference in New Issue
Block a user