bottle of cider added (thanks Darkstalker for texture)

master
TenPlus1 2020-05-10 22:05:52 +01:00
parent bb971190f4
commit c914b27410
3 changed files with 18 additions and 2 deletions

View File

@ -354,6 +354,21 @@ minetest.register_node("wine:glass_cider", {
end
})
-- bottle of cider
minetest.register_node("wine:bottle_cider", {
description = S("Bottle of Cider"),
drawtype = "plantlike",
visual_scale = 0.7,
tiles = {"wine_cider_bottle.png"},
inventory_image = "wine_cider_bottle.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,
selection_box = bot_sel,
groups = {dig_immediate = 3, attached_node = 1, vessel = 1},
sounds = wine.snd_d,
})
-- glass of tequila
minetest.register_node("wine:glass_tequila", {
@ -537,8 +552,8 @@ minetest.register_node("wine:bottle_vodka", {
-- bottle recipes
local bottles = {
"wine", "beer", "rum", "tequila", "wheat_beer", "sake", "bourbon", "vodka"}
local bottles = {"wine", "beer", "rum", "tequila", "wheat_beer", "sake",
"bourbon", "vodka", "cider"}
for n = 1, #bottles do

View File

@ -28,3 +28,4 @@ Textures by Darkstalker (cc-by-3.0 license)
wine_beer_bottle.png
wine_wheat_beer_bottle.png
wine_sake_bottle.png
wine_cider.bottle.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B