1
0
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:
Vanessa Dannenberg
2018-11-09 20:23:42 -05:00
parent e291a45d99
commit bcf9238e47
3 changed files with 4 additions and 6 deletions

View File

@ -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( {