mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +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;Level: armor_level]"
|
||||||
.."label[5,1.5;Heal: armor_heal]"
|
.."label[5,1.5;Heal: armor_heal]"
|
||||||
.."list[current_player;main;0,4.5;8,4;]"
|
.."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"
|
inv_mod = "unified_inventory"
|
||||||
unified_inventory.register_button("armor", {
|
unified_inventory.register_button("armor", {
|
||||||
type = "image",
|
type = "image",
|
||||||
|
@ -600,7 +600,7 @@ minetest.register_node("nether:torch", {
|
|||||||
local invisible = "nether_transparent.png"
|
local invisible = "nether_transparent.png"
|
||||||
minetest.register_node("nether:portal", {
|
minetest.register_node("nether:portal", {
|
||||||
description = "Nether Portal Essence",
|
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",
|
inventory_image = "nether_portal_stuff.png",
|
||||||
wield_image = "nether_portal_stuff.png",
|
wield_image = "nether_portal_stuff.png",
|
||||||
light_source = LIGHT_MAX - 2,
|
light_source = LIGHT_MAX - 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user