mirror of
https://github.com/minetest-mods/nether.git
synced 2025-07-10 20:30:28 +02:00
Hinder BlockMen from hacking again
This commit is contained in:
1
init.lua
1
init.lua
@ -37,6 +37,7 @@ minetest.register_node("nether:portal", {
|
||||
digable = false,
|
||||
pointable = false,
|
||||
buildable_to = false,
|
||||
drop = "",
|
||||
light_source = 5,
|
||||
post_effect_color = {a=180, r=128, g=0, b=128},
|
||||
alpha = 192,
|
||||
|
Reference in New Issue
Block a user