Skip to content

Commit

Permalink
move terumet interop to break dependency cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxionary committed Dec 8, 2019
1 parent 7ec853b commit 78c0799
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 107 deletions.
1 change: 0 additions & 1 deletion technic_worldgen/depends.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ farming?
glooptest?
mesecons_doors?
moreblocks?
terumet?
vessels?
5 changes: 0 additions & 5 deletions technic_worldgen/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ else
minetest.register_alias("technic:rubber_sapling", "moretrees:rubber_tree_sapling")
minetest.register_alias("technic:rubber_tree_empty", "moretrees:rubber_tree_trunk_empty")
end

if minetest.get_modpath("terumet") then
dofile(modpath .. "/interop/terumet.lua")
end

100 changes: 0 additions & 100 deletions technic_worldgen/interop/terumet.lua

This file was deleted.

2 changes: 1 addition & 1 deletion technic_worldgen/mod.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = technic_worldgen
depends = default, basic_materials
optional_depends = terumet, intllib, mg, doors, farming, glooptest, mesecons_doors, vessels
optional_depends = intllib, mg, doors, farming, glooptest, mesecons_doors, vessels, moreblocks

0 comments on commit 78c0799

Please sign in to comment.