summaryrefslogtreecommitdiff
path: root/gloopblocks
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-26 11:11:19 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-26 11:11:19 -0500
commit2b5664c0004b2f4ed8c712b8b6f75d9d3294c829 (patch)
tree2d1f641ae5a98fafcc8564670bd9e0077da900d2 /gloopblocks
parent7315a13c3a5369688fffef20ab6a5877f506a459 (diff)
downloaddreambuilder_modpack-2b5664c0004b2f4ed8c712b8b6f75d9d3294c829.tar
dreambuilder_modpack-2b5664c0004b2f4ed8c712b8b6f75d9d3294c829.tar.gz
dreambuilder_modpack-2b5664c0004b2f4ed8c712b8b6f75d9d3294c829.tar.bz2
dreambuilder_modpack-2b5664c0004b2f4ed8c712b8b6f75d9d3294c829.tar.xz
dreambuilder_modpack-2b5664c0004b2f4ed8c712b8b6f75d9d3294c829.zip
updated lots of mods:
blox, bobblocks, homedecor, coloredwood, gloopblocks, moreblocks, plasticbox, replacer, solidcolor, stained_glass, technic, unifiedbricks, and unifieddyes (in most of these, it's to upgrade to the Unified Dyes "extended" palette)
Diffstat (limited to 'gloopblocks')
-rw-r--r--gloopblocks/crafts.lua5
-rw-r--r--gloopblocks/depends.txt1
2 files changed, 6 insertions, 0 deletions
diff --git a/gloopblocks/crafts.lua b/gloopblocks/crafts.lua
index 8edb58f..d404621 100644
--- a/gloopblocks/crafts.lua
+++ b/gloopblocks/crafts.lua
@@ -372,3 +372,8 @@ minetest.register_craft({
{"xpanes:bar", "xpanes:bar", "xpanes:bar"},
},
})
+
+if minetest.get_modpath("technic") then
+ technic.register_grinder_recipe({input={"gloopblocks:pumice"},output="default:sand"})
+ technic.register_grinder_recipe({input={"gloopblocks:basalt"},output="default:cobble"})
+end
diff --git a/gloopblocks/depends.txt b/gloopblocks/depends.txt
index 23fe580..8b07d49 100644
--- a/gloopblocks/depends.txt
+++ b/gloopblocks/depends.txt
@@ -8,3 +8,4 @@ intllib?
wool?
xdecor?
caverealms?
+technic?