mirror of
https://github.com/minetest-mods/nether.git
synced 2025-09-18 22:20:35 +02:00
Update init.lua
adding dofile for compressor recipe
This commit is contained in:
6
init.lua
6
init.lua
@@ -144,7 +144,9 @@ 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(
|
||||
@@ -345,4 +347,4 @@ minetest.register_on_dieplayer(
|
||||
)
|
||||
end
|
||||
end
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user