forked from VoxeLibre/VoxeLibre
craft bugfix
This commit is contained in:
parent
60e04438e0
commit
48a4e069f9
|
@ -1,4 +1,3 @@
|
||||||
-- Copyright (c) 2021 Cato Yiu (GPLv3)
|
|
||||||
local S = minetest.get_translator(minetest.get_current_modname())
|
local S = minetest.get_translator(minetest.get_current_modname())
|
||||||
|
|
||||||
-- Amethyst block
|
-- Amethyst block
|
||||||
|
@ -132,7 +131,7 @@ minetest.register_craft({
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_amethyst:tinted_glass",
|
output = "mcl_amethyst:tinted_glass 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"","mcl_amethyst:amethyst_shard",""},
|
{"","mcl_amethyst:amethyst_shard",""},
|
||||||
{"mcl_amethyst:amethyst_shard","mcl_core:glass","mcl_amethyst:amethyst_shard",},
|
{"mcl_amethyst:amethyst_shard","mcl_core:glass","mcl_amethyst:amethyst_shard",},
|
||||||
|
|
Loading…
Reference in New Issue