mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
Fix things
This commit is contained in:
parent
ba155c770a
commit
8f34a13a50
@ -48,7 +48,7 @@ if minetest.get_modpath("inventory_plus") then
|
||||
.."label[5,1;Level: armor_level]"
|
||||
.."label[5,1.5;Heal: armor_heal]"
|
||||
.."list[current_player;main;0,4.5;8,4;]"
|
||||
+elseif minetest.get_modpath("unified_inventory") then
|
||||
elseif minetest.get_modpath("unified_inventory") then
|
||||
inv_mod = "unified_inventory"
|
||||
unified_inventory.register_button("armor", {
|
||||
type = "image",
|
||||
|
@ -600,7 +600,7 @@ minetest.register_node("nether:torch", {
|
||||
local invisible = "nether_transparent.png"
|
||||
minetest.register_node("nether:portal", {
|
||||
description = "Nether Portal Essence",
|
||||
tiles = {invisible, invisible, invisible, invisible, "nether_portal_stuff.png"}
|
||||
tiles = {invisible, invisible, invisible, invisible, "nether_portal_stuff.png"},
|
||||
inventory_image = "nether_portal_stuff.png",
|
||||
wield_image = "nether_portal_stuff.png",
|
||||
light_source = LIGHT_MAX - 2,
|
||||
|
Loading…
Reference in New Issue
Block a user