mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-21 14:50:23 +02:00
use currency mod's 25-cent Minegeld coin for soda machine
This commit is contained in:
@ -47,11 +47,6 @@ minetest.register_craftitem("homedecor:soda_can", {
|
||||
on_use = minetest.item_eat(2),
|
||||
})
|
||||
|
||||
minetest.register_craftitem("homedecor:coin", {
|
||||
description = S("Gold Coin (for soda vending machine)"),
|
||||
inventory_image = "homedecor_coin.png",
|
||||
})
|
||||
|
||||
-- the actual crafts
|
||||
|
||||
minetest.register_craft( {
|
||||
|
Reference in New Issue
Block a user