initial illuna adjustments

master
Milan 2019-02-23 13:06:35 +01:00
parent b013333660
commit 55fc42085d
5 changed files with 67 additions and 0 deletions

67
custom.recipes.lua Normal file
View File

@ -0,0 +1,67 @@
-- only alter this file if it's named "custom.recipes.lua"
-- alter the recipes as you please and delete / comment out
-- the recipes you don't want to be available in the game
-- the original versions are in "default/recipes.lua"
return {
{
output = "rhotator:screwdriver",
recipe = {
{"moreores:mithril_ingot"},
{"default:mese_crystal_fragment"},
{"group:stick"},
},
},
{
output = "rhotator:screwdriver_alt",
recipe = {
{"moreores:mithril_ingot", "group:stick", ""},
{"default:mese_crystal_fragment", "", ""},
{"group:stick", "", ""},
},
},
{
output = "rhotator:screwdriver_multi",
recipe = {
{"", "group:stick", ""},
{"group:stick", "moreores:mithril_ingot", "group:stick"},
{"", "group:stick", "default:mese_crystal_fragment"},
},
},
{
output = "rhotator:memory",
recipe = {
{"group:stick", "", ""},
{"moreores:mithril_ingot", "default:mese_crystal_fragment", ""},
{"group:stick", "", ""},
},
},
{
output = "rhotator:cube",
recipe = {
{"group:wool"},
{"rhotator:screwdriver"},
},
},
{
output = "rhotator:cube",
recipe = {
{"group:wool"},
{"rhotator:screwdriver_alt"},
},
},
{
output = "rhotator:cube",
recipe = {
{"group:wool"},
{"rhotator:memory"},
},
},
{
output = "rhotator:cube",
recipe = {
{"group:wool"},
{"rhotator:screwdriver_multi"},
},
},
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 346 B

After

Width:  |  Height:  |  Size: 2.1 KiB