Changed Rubber from 2 to 3, fixed centrifuge recipe
This commit is contained in:
parent
937fd3f6ec
commit
47e1876729
6
init.lua
6
init.lua
@ -140,7 +140,7 @@ minetest.register_craft(
|
|||||||
{
|
{
|
||||||
output = "technic:mv_centrifuge",
|
output = "technic:mv_centrifuge",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:copper_block", "technic:copper_plate", "default:copper_block"},
|
{"default:copperblock", "technic:copper_plate", "default:copperblock"},
|
||||||
{"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 2",
|
output = "technic:rubber 3",
|
||||||
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 2",
|
output = "technic:rubber 3",
|
||||||
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