mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-23 23:03:44 +01:00
Fixed craft recipe for labels
This commit is contained in:
parent
ffe113c62a
commit
f1b92adb0f
@ -54,7 +54,7 @@ minetest.register_craft({
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'signs:label_small',
|
output = 'signs:label_medium',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:paper', 'default:paper', 'dye:black'},
|
{'default:paper', 'default:paper', 'dye:black'},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user