mirror of
https://github.com/minetest-mods/nether.git
synced 2024-12-28 11:50:26 +01:00
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