1
0
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:
LeMagnesium 2015-01-08 21:52:16 +01:00
parent ba155c770a
commit 8f34a13a50
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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,