summaryrefslogtreecommitdiff
path: root/extranodes
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-10-31 13:38:52 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-10-31 13:38:52 -0400
commit869b40a24d4c0e89b05ae70173c1b7ffd397f9b1 (patch)
treefbd58d1df4384ebae9fb03fac5d9ec6b01bd0967 /extranodes
parentf23603a325cfad46e16550521d4409300af40b49 (diff)
downloaddreambuilder_modpack-869b40a24d4c0e89b05ae70173c1b7ffd397f9b1.tar
dreambuilder_modpack-869b40a24d4c0e89b05ae70173c1b7ffd397f9b1.tar.gz
dreambuilder_modpack-869b40a24d4c0e89b05ae70173c1b7ffd397f9b1.tar.bz2
dreambuilder_modpack-869b40a24d4c0e89b05ae70173c1b7ffd397f9b1.tar.xz
dreambuilder_modpack-869b40a24d4c0e89b05ae70173c1b7ffd397f9b1.zip
add basic_materials mod
update homedecor, pipeworks, gloopblocks, signs_lib, stainedglass also updated technic, roads, glooptest, framedglass (they're my forks actually, just until some pending PRs are merged) make default locked chests use basic_materials padlock
Diffstat (limited to 'extranodes')
-rw-r--r--extranodes/depends.txt1
-rw-r--r--extranodes/init.lua4
2 files changed, 3 insertions, 2 deletions
diff --git a/extranodes/depends.txt b/extranodes/depends.txt
index 4dcb99e..0279a18 100644
--- a/extranodes/depends.txt
+++ b/extranodes/depends.txt
@@ -1,5 +1,6 @@
default
technic_worldgen
+basic_materials
concrete
unifieddyes?
intllib?
diff --git a/extranodes/init.lua b/extranodes/init.lua
index 1f65c29..8734476 100644
--- a/extranodes/init.lua
+++ b/extranodes/init.lua
@@ -57,10 +57,10 @@ if minetest.get_modpath("moreblocks") then
tiles={"technic_stainless_steel_block.png"},
})
- stairsplus:register_all("technic", "brass_block", "technic:brass_block", {
+ stairsplus:register_all("technic", "brass_block", "basic_materials:brass_block", {
description=S("Brass Block"),
groups={cracky=1, not_in_creative_inventory=1},
- tiles={"technic_brass_block.png"},
+ tiles={"basic_materials_brass_block.png"},
})
function register_technic_stairs_alias(modname, origname, newmod, newname)