Move all Nether stuff to new mod mcl_nether

This commit is contained in:
Wuzzy 2017-02-08 18:54:56 +01:00
parent 73800f34a5
commit 2ba067be86
24 changed files with 129 additions and 142 deletions

View file

@ -32,7 +32,7 @@ minetest.register_craft({
output = "node mesecons_lightstone:lightstone_off",
recipe = {
{'',"mesecons:redstone",''},
{"mesecons:redstone",'mcl_core:glowstone',"mesecons:redstone"},
{"mesecons:redstone",'mcl_nether:glowstone',"mesecons:redstone"},
{'','mesecons:redstone',''},
}
})