mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-04-13 22:40:24 +02:00
add hd doors and gates
This commit is contained in:
parent
2054a27e00
commit
72f1ba10e4
@ -12,6 +12,7 @@ globals = {
|
|||||||
"lavalamp",
|
"lavalamp",
|
||||||
"lrfurn",
|
"lrfurn",
|
||||||
"signs_lib",
|
"signs_lib",
|
||||||
|
"homedecor_doors_and_gates",
|
||||||
|
|
||||||
-- mod-deps
|
-- mod-deps
|
||||||
"armor"
|
"armor"
|
||||||
@ -35,5 +36,6 @@ read_globals = {
|
|||||||
"skins",
|
"skins",
|
||||||
"homedecor_doors_and_gates",
|
"homedecor_doors_and_gates",
|
||||||
"stairsplus",
|
"stairsplus",
|
||||||
"creative"
|
"creative",
|
||||||
|
"doors",
|
||||||
}
|
}
|
@ -1,23 +0,0 @@
|
|||||||
unused_args = false
|
|
||||||
allow_defined_top = true
|
|
||||||
max_comment_line_length = 999
|
|
||||||
|
|
||||||
read_globals = {
|
|
||||||
"DIR_DELIM",
|
|
||||||
"minetest", "core",
|
|
||||||
"unpack",
|
|
||||||
"dump",
|
|
||||||
table = { fields = { "copy", "getn" } },
|
|
||||||
"vector", "nodeupdate",
|
|
||||||
"VoxelManip", "VoxelArea",
|
|
||||||
"PseudoRandom", "ItemStack",
|
|
||||||
"default",
|
|
||||||
"doors",
|
|
||||||
"mesecon",
|
|
||||||
"homedecor",
|
|
||||||
"screwdriver",
|
|
||||||
}
|
|
||||||
|
|
||||||
globals = {
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
|||||||
-- Node definitions for Homedecor doors
|
-- Node definitions for Homedecor doors
|
||||||
|
|
||||||
|
if not minetest.get_modpath("doors") or not minetest.get_modpath("default") then return end
|
||||||
|
|
||||||
local S = minetest.get_translator("homedecor_doors_and_gates")
|
local S = minetest.get_translator("homedecor_doors_and_gates")
|
||||||
local mesecons_mp = minetest.get_modpath("mesecons")
|
local mesecons_mp = minetest.get_modpath("mesecons")
|
||||||
homedecor_doors_and_gates = {}
|
homedecor_doors_and_gates = {}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name = homedecor_doors_and_gates
|
name = homedecor_doors_and_gates
|
||||||
description = Homedecor mod: doors and gates
|
description = Homedecor mod: doors and gates
|
||||||
depends = homedecor_common, default, basic_materials, dye, doors
|
depends = homedecor_common
|
||||||
optional_depends = homedecor_misc, homedecor_3d_extras, mesecons, screwdriver
|
optional_depends = homedecor_misc, homedecor_3d_extras, mesecons, screwdriver, default, doors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user