Compare commits
No commits in common. "fd4b76679a5554add79944e4cfea422f68f0b20f" and "6c28024d238ebce389966ea5368761617489cf2b" have entirely different histories.
fd4b76679a
...
6c28024d23
6
init.lua
6
init.lua
@ -140,7 +140,7 @@ minetest.register_craft(
|
|||||||
{
|
{
|
||||||
output = "technic:mv_centrifuge",
|
output = "technic:mv_centrifuge",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:copperblock", "technic:copper_plate", "default:copperblock"},
|
{"default:copper_block", "technic:copper_plate", "default:copper_block"},
|
||||||
{"technic:copper_plate", "technic:machine_casing", "technic:copper_plate"},
|
{"technic:copper_plate", "technic:machine_casing", "technic:copper_plate"},
|
||||||
{"technic:copper_plate", "technic:mv_cable", "technic:copper_plate"}
|
{"technic:copper_plate", "technic:mv_cable", "technic:copper_plate"}
|
||||||
}
|
}
|
||||||
@ -408,7 +408,7 @@ minetest.register_craft(
|
|||||||
)
|
)
|
||||||
minetest.register_craft(
|
minetest.register_craft(
|
||||||
{
|
{
|
||||||
output = "technic:rubber 3",
|
output = "technic:rubber 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"technic:rubber_tree_grindings", "technic:rubber_tree_grindings", "technic:rubber_tree_grindings"},
|
{"technic:rubber_tree_grindings", "technic:rubber_tree_grindings", "technic:rubber_tree_grindings"},
|
||||||
{"technic:rubber_tree_grindings", "default:coal_lump", "technic:rubber_tree_grindings"},
|
{"technic:rubber_tree_grindings", "default:coal_lump", "technic:rubber_tree_grindings"},
|
||||||
@ -418,7 +418,7 @@ minetest.register_craft(
|
|||||||
)
|
)
|
||||||
minetest.register_craft(
|
minetest.register_craft(
|
||||||
{
|
{
|
||||||
output = "technic:rubber 3",
|
output = "technic:rubber 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"technic:rubber_tree_grindings", "technic:rubber_tree_grindings", "technic:rubber_tree_grindings"},
|
{"technic:rubber_tree_grindings", "technic:rubber_tree_grindings", "technic:rubber_tree_grindings"},
|
||||||
{"technic:rubber_tree_grindings", "technic:coal_dust", "technic:rubber_tree_grindings"},
|
{"technic:rubber_tree_grindings", "technic:coal_dust", "technic:rubber_tree_grindings"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user