Move all Nether stuff to new mod mcl_nether
This commit is contained in:
parent
73800f34a5
commit
2ba067be86
24 changed files with 129 additions and 142 deletions
|
@ -63,7 +63,7 @@ minetest.register_craft({
|
|||
output = 'mesecons_solarpanel:solar_panel_off',
|
||||
recipe = {
|
||||
{'mcl_core:glass', 'mcl_core:glass', 'mcl_core:glass'},
|
||||
{'mcl_core:quartz_crystal', 'mcl_core:quartz_crystal', 'mcl_core:quartz_crystal'},
|
||||
{'mcl_nether:quartz', 'mcl_nether:quartz', 'mcl_nether:quartz'},
|
||||
{'group:wood_slab', 'group:wood_slab', 'group:wood_slab'},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue