Skip to content

Commit

Permalink
Remove technic (fix issue #77) (#78)
Browse files Browse the repository at this point in the history
nether added technic support on April 29, and technic added nether support on May 1, resulting in them both optionally depending on each other and becoming incompatible with each other.

To resolve this, technic will keep the nether support, the compressor recipe has been moved into technic (minetest-mods/technic#644), and this commit reverts the technic-related parts of a6d1f55, removing the technic dependency.
  • Loading branch information
Treer authored Jul 16, 2024
1 parent 01b6f3c commit b51b831
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 45 deletions.
1 change: 0 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ read_globals = {
"stairsplus",
"string.split",
table = { fields = { "copy", "getn" } },
"technic",
"toolranks",
"vector",
"VoxelArea",
Expand Down
4 changes: 1 addition & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ if nether.NETHER_REALM_ENABLED then
end
end
dofile(nether.path .. "/portal_examples.lua")
if minetest.get_modpath("technic") then
dofile(nether.path .. "/nether-compressor-recipe.lua")
end


-- Portals are ignited by right-clicking with a mese crystal fragment
nether.register_portal_ignition_item(
Expand Down
2 changes: 1 addition & 1 deletion mod.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = nether
description = Adds a deep underground realm with different mapgen that you can reach with obsidian portals.
depends = stairs, default
optional_depends = toolranks, technic, moreblocks, mesecons, loot, dungeon_loot, doc_basics, fire, climate_api, ethereal, xpanes, walls
optional_depends = toolranks, moreblocks, mesecons, loot, dungeon_loot, doc_basics, fire, climate_api, ethereal, xpanes, walls
40 changes: 0 additions & 40 deletions nether-compressor-recipe.lua

This file was deleted.

0 comments on commit b51b831

Please sign in to comment.