mirror of
https://github.com/mt-mods/currency.git
synced 2024-11-22 04:23:42 +01:00
Duplicate craft for 5MG => 5x1MG
This commit is contained in:
parent
6b2bbb4df6
commit
f74ee653b8
@ -111,12 +111,6 @@ minetest.register_craft({
|
||||
recipe = {"currency:minegeld_10"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "currency:minegeld 5",
|
||||
recipe = {"currency:minegeld_5"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "currency:minegeld_10 5",
|
||||
|
Loading…
Reference in New Issue
Block a user