summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-05-16 14:38:58 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-05-16 14:38:58 +0300
commite6f5a35fe5b7e81e725e7f2830d355cc6f0e881a (patch)
tree4026788bf8c4b117789291bcc7aac0359c4bf6e0
parent4ca6a5ca8f25bfb3536d1ce942971c3705896785 (diff)
Make bridgewood craftable (for repairs etc)
-rw-r--r--technic/machines/register/compressor_recipes.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/technic/machines/register/compressor_recipes.lua b/technic/machines/register/compressor_recipes.lua
index b36936c..2576952 100644
--- a/technic/machines/register/compressor_recipes.lua
+++ b/technic/machines/register/compressor_recipes.lua
@@ -45,9 +45,15 @@ if minetest.get_modpath("ethereal") then
if minetest.get_modpath("technic_worldgen") or minetest.get_modpath("moretrees") then
table.insert(recipes, {"moretrees:rubber_tree_leaves 15", "ethereal:charcoal_lump 1"})
end
-
+
end
+if minetest.get_modpath("pathv7") then
+ table.insert(recipes, {"default:acacia_tree", "pathv7:bridgewood 1"})
+ table.insert(recipes, {"default:jungletree", "pathv7:junglewood 1"})
+end
+
+
-- liquid oxygen
table.insert(recipes, {"vessels:steel_bottle", "technic:lox"})