mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-05 18:00:27 +01:00
add hd doors and gates
This commit is contained in:
parent
2054a27e00
commit
72f1ba10e4
|
@ -12,6 +12,7 @@ globals = {
|
|||
"lavalamp",
|
||||
"lrfurn",
|
||||
"signs_lib",
|
||||
"homedecor_doors_and_gates",
|
||||
|
||||
-- mod-deps
|
||||
"armor"
|
||||
|
@ -35,5 +36,6 @@ read_globals = {
|
|||
"skins",
|
||||
"homedecor_doors_and_gates",
|
||||
"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
|
||||
|
||||
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 mesecons_mp = minetest.get_modpath("mesecons")
|
||||
homedecor_doors_and_gates = {}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name = homedecor_doors_and_gates
|
||||
description = Homedecor mod: doors and gates
|
||||
depends = homedecor_common, default, basic_materials, dye, doors
|
||||
optional_depends = homedecor_misc, homedecor_3d_extras, mesecons, screwdriver
|
||||
depends = homedecor_common
|
||||
optional_depends = homedecor_misc, homedecor_3d_extras, mesecons, screwdriver, default, doors
|
||||
|
|
Loading…
Reference in New Issue
Block a user