forked from minetest-mods/nether
Hinder BlockMen from hacking again
This commit is contained in:
parent
8ed9c444db
commit
bad0d53bdb
1
init.lua
1
init.lua
|
@ -37,6 +37,7 @@ minetest.register_node("nether:portal", {
|
||||||
digable = false,
|
digable = false,
|
||||||
pointable = false,
|
pointable = false,
|
||||||
buildable_to = false,
|
buildable_to = false,
|
||||||
|
drop = "",
|
||||||
light_source = 5,
|
light_source = 5,
|
||||||
post_effect_color = {a=180, r=128, g=0, b=128},
|
post_effect_color = {a=180, r=128, g=0, b=128},
|
||||||
alpha = 192,
|
alpha = 192,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user