From b946fdb5006fac1a729e84c62784d47b51328798 Mon Sep 17 00:00:00 2001 From: acmgit Date: Sun, 28 May 2017 22:58:11 +0200 Subject: [PATCH] Ice added. --- init.lua | 724 +++++++++++++++++- textures/ice_ball_blackberry.png | Bin 0 -> 175 bytes textures/ice_ball_blueberry.png | Bin 0 -> 175 bytes textures/ice_ball_chocolate.png | Bin 0 -> 175 bytes textures/ice_ball_pistachio.png | Bin 0 -> 175 bytes textures/ice_ball_strawberry.png | Bin 0 -> 175 bytes textures/ice_ball_vanilla.png | Bin 0 -> 175 bytes textures/ice_bowl.png | Bin 0 -> 196 bytes textures/ice_cream_blackberry_lemon.png | Bin 0 -> 154 bytes textures/ice_cream_blueberry_lemon.png | Bin 0 -> 154 bytes textures/ice_cream_blueberry_raspberry.png | Bin 0 -> 154 bytes textures/ice_cream_pistachio_vanilla.png | Bin 0 -> 154 bytes textures/ice_cream_strawberry_raspberry.png | Bin 0 -> 154 bytes textures/ice_cream_walnut_vanilla.png | Bin 0 -> 154 bytes textures/ice_cup_america.png | Bin 0 -> 288 bytes textures/ice_cup_england.png | Bin 0 -> 289 bytes textures/ice_cup_french.png | Bin 0 -> 284 bytes textures/ice_cup_german.png | Bin 0 -> 285 bytes textures/ice_cup_japan.png | Bin 0 -> 289 bytes textures/ice_cup_new_zealand.png | Bin 0 -> 289 bytes textures/ice_cup_zaire.png | Bin 0 -> 288 bytes textures/ice_wafer.png | Bin 0 -> 201 bytes textures/ice_wafer_blackberry.png | Bin 0 -> 252 bytes textures/ice_wafer_blackberry_pistachio.png | Bin 0 -> 294 bytes textures/ice_wafer_blackberry_strawberry.png | Bin 0 -> 293 bytes textures/ice_wafer_blueberry.png | Bin 0 -> 252 bytes textures/ice_wafer_blueberry_chocolate.png | Bin 0 -> 282 bytes textures/ice_wafer_blueberry_vanilla.png | Bin 0 -> 294 bytes textures/ice_wafer_chocolate.png | Bin 0 -> 238 bytes textures/ice_wafer_chocolate_strawberry.png | Bin 0 -> 281 bytes textures/ice_wafer_pistachio.png | Bin 0 -> 251 bytes textures/ice_wafer_pistachio_blackberry.png | Bin 0 -> 293 bytes textures/ice_wafer_pistachio_blueberry.png | Bin 0 -> 302 bytes textures/ice_wafer_strawberry.png | Bin 0 -> 251 bytes textures/ice_wafer_strawberry_blueberry.png | Bin 0 -> 292 bytes textures/ice_wafer_strawberry_pistachio.png | Bin 0 -> 293 bytes textures/ice_wafer_strawberry_vanilla.png | Bin 0 -> 294 bytes textures/ice_wafer_vanilla.png | Bin 0 -> 252 bytes textures/ice_wafer_vanilla_blackberry.png | Bin 0 -> 302 bytes textures/ice_wafer_vanilla_pistachio.png | Bin 0 -> 294 bytes textures/ice_wafercream_blackberry_lemon.png | Bin 0 -> 240 bytes textures/ice_wafercream_blueberry_lemon.png | Bin 0 -> 240 bytes .../ice_wafercream_blueberry_raspberry.png | Bin 0 -> 1235 bytes textures/ice_wafercream_pistachio_vanilla.png | Bin 0 -> 240 bytes .../ice_wafercream_strawberry_raspberry.png | Bin 0 -> 240 bytes textures/ice_wafercream_walnut_vanilla.png | Bin 0 -> 240 bytes 46 files changed, 723 insertions(+), 1 deletion(-) create mode 100644 textures/ice_ball_blackberry.png create mode 100644 textures/ice_ball_blueberry.png create mode 100644 textures/ice_ball_chocolate.png create mode 100644 textures/ice_ball_pistachio.png create mode 100644 textures/ice_ball_strawberry.png create mode 100644 textures/ice_ball_vanilla.png create mode 100644 textures/ice_bowl.png create mode 100644 textures/ice_cream_blackberry_lemon.png create mode 100644 textures/ice_cream_blueberry_lemon.png create mode 100644 textures/ice_cream_blueberry_raspberry.png create mode 100644 textures/ice_cream_pistachio_vanilla.png create mode 100644 textures/ice_cream_strawberry_raspberry.png create mode 100644 textures/ice_cream_walnut_vanilla.png create mode 100644 textures/ice_cup_america.png create mode 100644 textures/ice_cup_england.png create mode 100644 textures/ice_cup_french.png create mode 100644 textures/ice_cup_german.png create mode 100644 textures/ice_cup_japan.png create mode 100644 textures/ice_cup_new_zealand.png create mode 100644 textures/ice_cup_zaire.png create mode 100644 textures/ice_wafer.png create mode 100644 textures/ice_wafer_blackberry.png create mode 100644 textures/ice_wafer_blackberry_pistachio.png create mode 100644 textures/ice_wafer_blackberry_strawberry.png create mode 100644 textures/ice_wafer_blueberry.png create mode 100644 textures/ice_wafer_blueberry_chocolate.png create mode 100644 textures/ice_wafer_blueberry_vanilla.png create mode 100644 textures/ice_wafer_chocolate.png create mode 100644 textures/ice_wafer_chocolate_strawberry.png create mode 100644 textures/ice_wafer_pistachio.png create mode 100644 textures/ice_wafer_pistachio_blackberry.png create mode 100644 textures/ice_wafer_pistachio_blueberry.png create mode 100644 textures/ice_wafer_strawberry.png create mode 100644 textures/ice_wafer_strawberry_blueberry.png create mode 100644 textures/ice_wafer_strawberry_pistachio.png create mode 100644 textures/ice_wafer_strawberry_vanilla.png create mode 100644 textures/ice_wafer_vanilla.png create mode 100644 textures/ice_wafer_vanilla_blackberry.png create mode 100644 textures/ice_wafer_vanilla_pistachio.png create mode 100644 textures/ice_wafercream_blackberry_lemon.png create mode 100644 textures/ice_wafercream_blueberry_lemon.png create mode 100644 textures/ice_wafercream_blueberry_raspberry.png create mode 100644 textures/ice_wafercream_pistachio_vanilla.png create mode 100644 textures/ice_wafercream_strawberry_raspberry.png create mode 100644 textures/ice_wafercream_walnut_vanilla.png diff --git a/init.lua b/init.lua index 2c8604d..e3df534 100644 --- a/init.lua +++ b/init.lua @@ -29,8 +29,9 @@ food.support("strawberry", { }) food.support("blueberry", "bushes:blueberry") - food.support("rhubarb", "farming_plus:rhubarb_item") +food.support("blackberry", "bushes:blackberry") +food.support("raspberry", "bushes:raspberry") if farming and farming.mod == "redo" then food.support("rhubarb", "farming:rhubarb") @@ -117,6 +118,727 @@ food.module("lemon",function() }) end, true) +-- Ice +food.module("ice-bowl", function() + minetest.register_craftitem(":food:icebowl",{ + description = S("Ice-Bowl"), + inventory_image = "ice_bowl.png", + groups = {food_bowl=1, food_ice=1} + }) + food.craft({ + output = "food:icebowl", + recipe = { + {"default:clay_lump","default:snow","default:clay_lump"}, + {"","default:clay_lump",""} + } + }) +end, true) + +food.module("wafer", function() + minetest.register_craftitem(":food:wafer", { + description = S("Wafer"), + inventory_image = "ice_wafer.png", + on_use = food.item_eat(2), + groups = {food_wafer=1, food_ice=1} + }) + food.craft({ + output = "food:wafer", + recipe = { + {"group:food_flour","group:food_sugar","group:food_flour"}, + {"","group:food_flour",""}, + } + }) +end, true) + +food.module("ice_ball_chocolate",function() + minetest.register_craftitem("food_sweet:ice_ball_chocolate", { + description = S("Iceball Chocolate"), + inventory_image = "ice_ball_chocolate.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_ball_chocolate", + recipe = { + {"default:snow"}, + {"group:food_milk_chocolate"} + } + }) +end, true) + +food.module("ice_ball_blueberry",function() + minetest.register_craftitem("food_sweet:ice_ball_blueberry", { + description = S("Iceball Blueberry"), + inventory_image = "ice_ball_blueberry.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_ball_blueberry", + recipe = { + {"default:snow"}, + {"group:food_blueberry"} + } + }) +end, true) + +food.module("ice_ball_blackberry",function() + minetest.register_craftitem("food_sweet:ice_ball_blackberry", { + description = S("Iceball Blackberry"), + inventory_image = "ice_ball_blackberry.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_ball_blackberry", + recipe = { + {"default:snow"}, + {"group:food_blackberry"} + } + }) +end, true) + +food.module("ice_ball_strawberry",function() + minetest.register_craftitem("food_sweet:ice_ball_strawberry", { + description = S("Iceball Strawberry"), + inventory_image = "ice_ball_strawberry.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_ball_strawberry", + recipe = { + {"default:snow"}, + {"group:food_strawberry"} + } + }) +end, true) + +food.module("ice_ball_vanilla",function() + minetest.register_craftitem("food_sweet:ice_ball_vanilla", { + description = S("Iceball Vanilla"), + inventory_image = "ice_ball_vanilla.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_ball_vanilla", + recipe = { + {"default:snow","",""}, + {"group:food_milk","group:food_butter",""}, + {"group:food_sugar","",""} + } + }) +end, true) + +food.module("ice_ball_pistachio",function() + minetest.register_craftitem("food_sweet:ice_ball_pistachio", { + description = S("Iceball Pistachio"), + inventory_image = "ice_ball_pistachio.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_ball_pistachio", + recipe = { + {"default:snow"}, + {"default:papyrus"} + } + }) +end, true) + +food.module("ice_cream_pistachio_vanilla",function() + minetest.register_craftitem("food_sweet:ice_cream_pistachio_vanilla", { + description = S("Icecream Pistachio Vanilla"), + inventory_image = "ice_cream_pistachio_vanilla.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cream_pistachio_vanilla", + recipe = { + {"default:snow","group:food_milk"}, + {"default:papyrus","group:food_butter"} + } + }) +end, true) + +food.module("ice_cream_strawberry_raspberry",function() + minetest.register_craftitem("food_sweet:ice_cream_strawberry_raspberry", { + description = S("Icecream Strawberry Raspberry"), + inventory_image = "ice_cream_strawberry_raspberry.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cream_strawberry_raspberry", + recipe = { + {"default:snow","group:food_milk"}, + {"group:food_strawberry","group:food_raspberry"} + } + }) +end, true) + +food.module("ice_cream_blueberry_raspberry",function() + minetest.register_craftitem("food_sweet:ice_cream_blueberry_raspberry", { + description = S("Icecream Blueberry Raspberry"), + inventory_image = "ice_cream_blueberry_raspberry.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cream_blueberry_raspberry", + recipe = { + {"default:snow","group:food_milk"}, + {"group:food_blueberry","group:food_raspberry"} + } + }) +end, true) + +food.module("ice_cream_blueberry_lemon",function() + minetest.register_craftitem("food_sweet:ice_cream_blueberry_lemon", { + description = S("Icecream Blueberry Lemon"), + inventory_image = "ice_cream_blueberry_lemon.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cream_blueberry_lemon", + recipe = { + {"default:snow","group:food_milk"}, + {"group:food_blueberry","group:food_lemon"} + } + }) +end, true) + +food.module("ice_cream_blackberry_lemon",function() + minetest.register_craftitem("food_sweet:ice_cream_blackberry_lemon", { + description = S("Icecream Blackberry Lemon"), + inventory_image = "ice_cream_blackberry_lemon.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cream_blackberry_lemon", + recipe = { + {"default:snow","group:food_milk"}, + {"group:food_blackberry","group:food_lemon"} + } + }) +end, true) + +food.module("ice_cream_walnut_vanilla",function() + minetest.register_craftitem("food_sweet:ice_cream_walnut_vanilla", { + description = S("Icecream Walnut Vanilla"), + inventory_image = "ice_cream_walnut_vanilla.png", + on_use = food.item_eat(1), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cream_walnut_vanilla", + recipe = { + {"default:snow","group:food_milk"}, + {"group:food_walnut","group:food_butter"} + } + }) +end, true) + +food.module("ice_wafer_blackberry",function() + minetest.register_craftitem("food_sweet:ice_wafer_blackberry", { + description = S("Icewafer Blackberry"), + inventory_image = "ice_wafer_blackberry.png", + on_use = food.item_eat(2), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_blackberry", + recipe = { + {"food_sweet:ice_ball_blackberry"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_wafer_blueberry",function() + minetest.register_craftitem("food_sweet:ice_wafer_blueberry", { + description = S("Icewafer Blueberry"), + inventory_image = "ice_wafer_blueberry.png", + on_use = food.item_eat(2), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_blueberry", + recipe = { + {"food_sweet:ice_ball_blueberry"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_wafer_chocolate",function() + minetest.register_craftitem("food_sweet:ice_wafer_chocolate", { + description = S("Icewafer Chocolate"), + inventory_image = "ice_wafer_chocolate.png", + on_use = food.item_eat(2), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_chocolate", + recipe = { + {"food_sweet:ice_ball_chocolate"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_wafer_strawberry",function() + minetest.register_craftitem("food_sweet:ice_wafer_strawberry", { + description = S("Icewafer Strawberry"), + inventory_image = "ice_wafer_strawberry.png", + on_use = food.item_eat(2), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_strawberry", + recipe = { + {"food_sweet:ice_ball_strawberry"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_wafer_pistachio",function() + minetest.register_craftitem("food_sweet:ice_wafer_pistachio", { + description = S("Icewafer Pistachio"), + inventory_image = "ice_wafer_pistachio.png", + on_use = food.item_eat(2), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_pistachio", + recipe = { + {"food_sweet:ice_ball_pistachio"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_wafer_vanilla",function() + minetest.register_craftitem("food_sweet:ice_wafer_vanilla", { + description = S("Icewafer Vanilla"), + inventory_image = "ice_wafer_vanilla.png", + on_use = food.item_eat(2), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_vanilla", + recipe = { + {"food_sweet:ice_ball_vanilla"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_wafer_blackberry_pistachio",function() + minetest.register_craftitem("food_sweet:ice_wafer_blackberry_pistachio", { + description = S("Icewafer Blackberry Pistachio"), + inventory_image = "ice_wafer_blackberry_pistachio.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_blackberry_pistachio", + recipe = { + {"food_sweet:ice_ball_blackberry","food_sweet:ice_ball_pistachio"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafer_blackberry_strawberry",function() + minetest.register_craftitem("food_sweet:ice_wafer_blackberry_strawberry", { + description = S("Icewafer Blackberry Strawberry"), + inventory_image = "ice_wafer_blackberry_strawberry.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_blackberry_strawberry", + recipe = { + {"food_sweet:ice_ball_blackberry","food_sweet:ice_ball_strawberry"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafer_blueberry_chocolate",function() + minetest.register_craftitem("food_sweet:ice_wafer_blueberry_chocolate", { + description = S("Icewafer Blueberry Chocolate"), + inventory_image = "ice_wafer_blueberry_chocolate.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_blueberry_chocolate", + recipe = { + {"food_sweet:ice_ball_blueberry","food_sweet:ice_ball_chocolate"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafer_blueberry_vanilla",function() + minetest.register_craftitem("food_sweet:ice_wafer_blueberry_vanilla", { + description = S("Icewafer Blueberry Vanilla"), + inventory_image = "ice_wafer_blueberry_vanilla.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_blueberry_vanilla", + recipe = { + {"food_sweet:ice_ball_blueberry","food_sweet:ice_ball_vanilla"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafer_chocolate_strawberry",function() + minetest.register_craftitem("food_sweet:ice_wafer_chocolate_strawberry", { + description = S("Icewafer Chocolate Strawberry"), + inventory_image = "ice_wafer_chocolate_strawberry.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_chocolate_strawberry", + recipe = { + {"food_sweet:ice_ball_chocolate","food_sweet:ice_ball_strawberry"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafer_pistachio_blackberry",function() + minetest.register_craftitem("food_sweet:ice_wafer_pistachio_blackberry", { + description = S("Icewafer Pistachio Blackberry"), + inventory_image = "ice_wafer_pistachio_blackberry.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_pistachio_blackberry", + recipe = { + {"food_sweet:ice_ball_pistachio","food_sweet:ice_ball_blackberry"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafer_pistachio_blueberry",function() + minetest.register_craftitem("food_sweet:ice_wafer_pistachio_blueberry", { + description = S("Icewafer Pistachio Blueberry"), + inventory_image = "ice_wafer_pistachio_blueberry.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_pistachio_blueberry", + recipe = { + {"food_sweet:ice_ball_pistachio","food_sweet:ice_ball_blueberry"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafer_strawberry_blueberry",function() + minetest.register_craftitem("food_sweet:ice_wafer_strawberry_blueberry", { + description = S("Icewafer Strawberry Blueberry"), + inventory_image = "ice_wafer_strawberry_blueberry.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_strawberry_blueberry", + recipe = { + {"food_sweet:ice_ball_strawberry","food_sweet:ice_ball_blueberry"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafer_strawberry_pistachio",function() + minetest.register_craftitem("food_sweet:ice_wafer_strawberry_pistachio", { + description = S("Icewafer Strawberry Pistachio"), + inventory_image = "ice_wafer_strawberry_pistachio.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_strawberry_pistachio", + recipe = { + {"food_sweet:ice_ball_strawberry","food_sweet:ice_ball_pistachio"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafer_strawberry_vanilla",function() + minetest.register_craftitem("food_sweet:ice_wafer_strawberry_vanilla", { + description = S("Icewafer Strawberry Vanilla"), + inventory_image = "ice_wafer_strawberry_vanilla.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_strawberry_vanilla", + recipe = { + {"food_sweet:ice_ball_strawberry","food_sweet:ice_ball_vanilla"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafer_vanilla_blackberry",function() + minetest.register_craftitem("food_sweet:ice_wafer_vanilla_blackberry", { + description = S("Icewafer Vanilla Blackberry"), + inventory_image = "ice_wafer_vanilla_blackberry.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_vanilla_blackberry", + recipe = { + {"food_sweet:ice_ball_vanilla","food_sweet:ice_ball_blackberry"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafer_vanilla_pistachio",function() + minetest.register_craftitem("food_sweet:ice_wafer_vanilla_pistachio", { + description = S("Icewafer Vanilla Pistachio"), + inventory_image = "ice_wafer_vanilla_pistachio.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafer_vanilla_pistachio", + recipe = { + {"food_sweet:ice_ball_vanilla","food_sweet:ice_ball_pistachio"}, + {"food:wafer",""} + } + }) +end, true) + +food.module("ice_wafercream_blackberry_lemon",function() + minetest.register_craftitem("food_sweet:ice_wafercream_blackberry_lemon", { + description = S("Icewafercream Blackberry Lemon"), + inventory_image = "ice_wafercream_blackberry_lemon.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafercream_blackberry_lemon", + recipe = { + {"food_sweet:ice_cream_blackberry_lemon"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_wafercream_blueberry_raspberry",function() + minetest.register_craftitem("food_sweet:ice_wafercream_blueberry_raspberry", { + description = S("Icewafercream Blueberry Raspberry"), + inventory_image = "ice_wafercream_blueberry_raspberry.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafercream_blueberry_raspberry", + recipe = { + {"food_sweet:ice_cream_blueberry_raspberry"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_wafercream_pistachio_vanilla",function() + minetest.register_craftitem("food_sweet:ice_wafercream_pistachio_vanilla", { + description = S("Icewafercream Pistachio Vanilla"), + inventory_image = "ice_wafercream_pistachio_vanilla.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafercream_pistachio_vanilla", + recipe = { + {"food_sweet:ice_cream_pistachio_vanilla"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_wafercream_strawberry_raspberry",function() + minetest.register_craftitem("food_sweet:ice_wafercream_strawberry_raspberry", { + description = S("Icewafercream Strawberry Raspberry"), + inventory_image = "ice_wafercream_strawberry_raspberry.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafercream_strawberry_raspberry", + recipe = { + {"food_sweet:ice_cream_strawberry_raspberry"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_wafercream_walnut_vanilla",function() + minetest.register_craftitem("food_sweet:ice_wafercream_walnut_vanilla", { + description = S("Icewafercream Walnut Vanilla"), + inventory_image = "ice_wafercream_walnut_vanilla.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafercream_walnut_vanilla", + recipe = { + {"food_sweet:ice_cream_walnut_vanilla"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_wafercream_blueberry_lemon",function() + minetest.register_craftitem("food_sweet:ice_wafercream_blueberry_lemon", { + description = S("Icewafercream Blueberry Lemon"), + inventory_image = "ice_wafercream_blueberry_lemon.png", + on_use = food.item_eat(3), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_wafercream_blueberry_lemon", + recipe = { + {"food_sweet:ice_cream_blueberry_lemon"}, + {"food:wafer"} + } + }) +end, true) + +food.module("ice_cup_french",function() + minetest.register_craftitem("food_sweet:ice_cup_french", { + description = S("Icecup French"), + inventory_image = "ice_cup_french.png", + on_use = food.item_eat(4), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cup_french", + recipe = { + {"food_sweet:ice_cream_blackberry_lemon","food_sweet:ice_cream_walnut_vanilla","food_sweet:ice_cream_blueberry_raspberry"}, + {"","group:food_bowl",""} + } + }) +end, true) + +food.module("ice_cup_america",function() + minetest.register_craftitem("food_sweet:ice_cup_america", { + description = S("Icecup America"), + inventory_image = "ice_cup_america.png", + on_use = food.item_eat(4), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cup_america", + recipe = { + {"food_sweet:ice_cream_blackberry_lemon","food_sweet:ice_cream_blueberry_raspberry","food_sweet:ice_cream_pistachio_vanilla"}, + {"","group:food_bowl",""} + } + }) +end, true) + +food.module("ice_cup_german",function() + minetest.register_craftitem("food_sweet:ice_cup_german", { + description = S("Icecup German"), + inventory_image = "ice_cup_german.png", + on_use = food.item_eat(4), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cup_german", + recipe = { + {"food_sweet:ice_cream_walnut_vanilla","food_sweet:ice_cream_blueberry_lemon","food_sweet:ice_cream_blackberry_lemon"}, + {"","group:food_bowl",""} + } + }) +end, true) + +food.module("ice_cup_new_zealand",function() + minetest.register_craftitem("food_sweet:ice_cup_new_zealand", { + description = S("Icecup New Zealand"), + inventory_image = "ice_cup_new_zealand.png", + on_use = food.item_eat(4), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cup_new_zealand", + recipe = { + {"food_sweet:ice_cream_pistachio_vanilla","food_sweet:ice_cream_strawberry_raspberry","food_sweet:ice_cream_blueberry_lemon"}, + {"","group:food_bowl",""} + } + }) +end, true) + +food.module("ice_cup_england",function() + minetest.register_craftitem("food_sweet:ice_cup_england", { + description = S("Icecup England"), + inventory_image = "ice_cup_england.png", + on_use = food.item_eat(4), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cup_england", + recipe = { + {"food_sweet:ice_cream_blueberry_raspberry","food_sweet:ice_cream_blackberry_lemon","food_sweet:ice_cream_strawberry_raspberry"}, + {"","group:food_bowl",""} + } + }) +end, true) + +food.module("ice_cup_japan",function() + minetest.register_craftitem("food_sweet:ice_cup_japan", { + description = S("Icecup Japan"), + inventory_image = "ice_cup_japan.png", + on_use = food.item_eat(4), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cup_japan", + recipe = { + {"food_sweet:ice_cream_blueberry_lemon","food_sweet:ice_cream_strawberry_raspberry","food_sweet:ice_cream_walnut_vanilla"}, + {"","group:food_bowl",""} + } + }) +end, true) + +food.module("ice_cup_zaire",function() + minetest.register_craftitem("food_sweet:ice_cup_zaire", { + description = S("Icecup Zaire"), + inventory_image = "ice_cup_zaire.png", + on_use = food.item_eat(4), + groups = {food_ice = 1} + }) + food.craft({ + output = "food_sweet:ice_cup_zaire", + recipe = { + {"food_sweet:ice_cream_strawberry_raspberry","food_sweet:ice_cream_pistachio_vanilla","food_sweet:ice_cream_blueberry_lemon"}, + {"","group:food_bowl",""} + } + }) +end, true) + -- Walnut and Coffee cake food.module("cake_walnut_coffee", function() food.register("food_sweet:cake_walnut_coffee",{ diff --git a/textures/ice_ball_blackberry.png b/textures/ice_ball_blackberry.png new file mode 100644 index 0000000000000000000000000000000000000000..70af9fa17eb7dee2edceebf38903badbe2b0ea3c GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyJOMr-u0Yz8!MBv5YCFSTj}^JG zKt4-JkY6yv|Ns9t>pFA*`F@@*jv*GO-%fDkYjEIU;{Nmhd|H`p*Sy|K_hxKqnfdzopr0Cvbhga7~l literal 0 HcmV?d00001 diff --git a/textures/ice_ball_blueberry.png b/textures/ice_ball_blueberry.png new file mode 100644 index 0000000000000000000000000000000000000000..fcd0ccf29301d5907da5475d2e9f6b45b1d38929 GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyJOMr-u0WdM|9>EE`v0GqZNUN{ zm!%}gFBmBJf3vPb2axaQ>Eak-ar*59N4^FJ9wzQT|IeqD*>=tAy>xHJmX?|CJzrew zdlcg07f~wj(rfVj{72IU@qH!@-+dU}e%JZGoI0szoo$8VUM+i*pRd1KF)+6H)pGm`aAI4+9>-<+voz%0+Hp6kRmaWOp*I%s|>^?I* U-u0p74A5i-Pgg&ebxsLQ0R2WljQ{`u literal 0 HcmV?d00001 diff --git a/textures/ice_ball_pistachio.png b/textures/ice_ball_pistachio.png new file mode 100644 index 0000000000000000000000000000000000000000..774eefc659e9bbc6b1e16a255d553335dc718ece GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyJOMr-u0WdMKSR@h28JevX6~KO zfLxZ6AirRS|NsAQ)^+Fr^8Gwr978Nlzn$R7*Wkdz#Qo?0`Lr_Iu6eze?#ZG2PwkeK#SJ{~SeErpmL86i2 U`jJhK7J_W{boFyt=akR{0Hbn2hX4Qo literal 0 HcmV?d00001 diff --git a/textures/ice_ball_strawberry.png b/textures/ice_ball_strawberry.png new file mode 100644 index 0000000000000000000000000000000000000000..f4513cf5f64ba123568a36285111b9edc59c7d4d GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyJOMr-u0VPl1H*qAng4--AvgMp zfqa&dAirRS|NsAQ)^+Fr^8Gwr978Nlzn$R7*Wkdz#Qo?0`Lr_Iu6eze?#9-Rc`5GK}n7IG^Kc7}++cmHE(!Cj5T4ugK z`QlpN;*cX=5#{nndIi3pzi8SZzR#rLyAR{B-*x^gr%viwWt-u+SIgGq=j*Rl40fLx V9`E|lat3HJgQu&X%Q~loCIFi*MbrQQ literal 0 HcmV?d00001 diff --git a/textures/ice_bowl.png b/textures/ice_bowl.png new file mode 100644 index 0000000000000000000000000000000000000000..7cf7af5db097f970537c7dc7f6e3b549908c141e GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy(g8jpu0Wb0<_|;7ABH)981DQD zPpZnz&0V!>)&KwhFZ@g}1j=%j1o;Is0Qq2G&NTZ9P|)Ag#WBR<^xFxixegd`u$V^% z|NXC@$5-odL#{~2;=##8fyPBY6!kn0DV}T<*dd@};m*;2@#fQiLOnT4G#~oyVQm+> k#LJiIQp3`)al^-F!pUZ=PTRFyUV)tB>FVdQ&MBb@07gAZcmMzZ literal 0 HcmV?d00001 diff --git a/textures/ice_cream_blackberry_lemon.png b/textures/ice_cream_blackberry_lemon.png new file mode 100644 index 0000000000000000000000000000000000000000..1c423db57b37c3fe3540f76f179bf229eac027f4 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyJOMr-u0WcBVa5O74F4GzR768Q z0eLJXL4Lsu|NsBrtn1JL4j|vs)5S5w;&gJt0<(mav_tym4;(q+vrzDiPtTN7#=%Ewh3W(i3t$Mnx1ICI2fp2IJup^_lKU<8)-Dhcun zW&rY0LEOPMJD_Zbr;B5V#p$<~y!jdwcvvnh%4O88dsiQ6x-iSjd{dcFc)pQ?(t-Kw z6;m1vdL|^5$<8o1AR+WbF2l`b94L_zA38ndzg2|Xm=d9Yl@I&oTK_Y*2h*K?;I3+<1E#F^vU7k4%yIIeQ>Amo$?Q?|0kTwEUo;wUcQWrFZ7;{ R>rId^Jzf1=);T3K0RU&&eH;J) literal 0 HcmV?d00001 diff --git a/textures/ice_cup_german.png b/textures/ice_cup_german.png new file mode 100644 index 0000000000000000000000000000000000000000..5af87936d57a32361f3c947b11d12ef3b2c4c970 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy#sNMdu0WcBVa5O73=IGOGc^4N zQw)dyH#Ma)FvR>}sQJS%=MTf3KjBGLxw*NkR;~K~|9{jSk8GeO!IB`qV4yBkARy|n z5GdK<>Eak-ar*70gM2LtJS-Q2rj+Tf`}hC)E42{cncZ{Bh5Yl49F#8F=O5N`shp=# z*ywj?R_3WruSXj>MgLXW+4An%^?3oe`TPEib(d`RE&6Wo@Z9uv&T`#~q~=PIeFo=S zWmA}2cisNkc<5?GPUAhUt8bFS0uQRcYkgo>cwbTMk+aou(Eak-ar*5gZ@vZv9+nH2#9Vai-qlB%F3j>W-&7_Po^Rx!bYT8^N3{l< z9)X||Sq{s?GnkJ|_@y@E!>5|67bRi-bNwRr+AgvRF8$qg?QDzHy*#xmmcN8&&kj#4 z{Tz2=ZjRr=H$`=R5A)6#?T+JiO%c+Jb5x(l`q=8@or7X;oTb{2J~_OxUNs1fEtBLg8YJk+R;GV z!8SXfY=@_dV~EA+x0k&68Wea~E-)>cwyo}6eWdBaEHCp-WkTWkMh;2`=C4l_YOv`M z2r7|n(L6kZ`N)J{Y92p6)l|JG3G$z-7qi!Pk(FoZ@2+cSTdeNqsa?_hB|Lj}cw*`2 zxEphG{1(2csPlW6cgA9O95-vBlTMtY`aIUhRv+&i6no<=)qeEJ;r(?C%JBlxN_p8^ PKz{Xf^>bP0l+XkK7^#5} literal 0 HcmV?d00001 diff --git a/textures/ice_cup_zaire.png b/textures/ice_cup_zaire.png new file mode 100644 index 0000000000000000000000000000000000000000..e22a36b5db1b705d20eb4a25c58612194d35000c GIT binary patch literal 288 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyW&u7Su0WdM|9^(2|3KxUNs1fEtBLg8YJk+R;GV z!8SXfY`dq6V~EA+x0k&68Wea~E->Y8?b!c2KFoK;tV_LX<{r5^n`Z*Yhv(TGk_&u{ zTSQ{n)pQJ|GZ-$}$C{vvS3j3^P6H}iF`^Dc%NR~UYJZ_`Ku+Q;DO>gTe~DWM4fx2;Dz literal 0 HcmV?d00001 diff --git a/textures/ice_wafer_blackberry.png b/textures/ice_wafer_blackberry.png new file mode 100644 index 0000000000000000000000000000000000000000..452fa273caa5fabb923512260f1f146de26946a7 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy5&=FTu0VR4jYJ{?LlY3mFnBWf zmNHarXV@E9z2y{8j-w>VFPPy!1YA88VgwZH_H=O!u{iy7vb7kiB8Ri0%gz6N^FK!T z&B`klhY<7=M>B~F%W!Hq49SeUQKW?nB_Uci_EPZnZk0kbw7R(b{ zeMAlzun3*L^x~jb=!v2O=fWnMZg@R$c{4LtjPoVE?B&eUbAyvtI7BDRee^AENql3& r-lNHp<+j(9;^N-UmizN){U3&0XQmS>+bTqW&SLO%^>bP0l+XkKrVnDV literal 0 HcmV?d00001 diff --git a/textures/ice_wafer_blackberry_pistachio.png b/textures/ice_wafer_blackberry_pistachio.png new file mode 100644 index 0000000000000000000000000000000000000000..646b1bb0d8c17eff9ac44fd928c4d82de8143afe GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyiUB?$u0WdMKSR@hhG{kui3|)) zKqLdAJQ;jT8LGB3?A@unNE)byyCldjnBhMh)Rxs=1q!e9ba4!^IDL1rqu5~u4j0z~ zo;&{!uwGinm3GzlqU*iK*32%)e{2rum%O;_>|~S7;LaDRX6Au!BA;LV+<2yI$CZ-y zf7NgE9dgrIMf5}y_*!b$Fnv(l(-ysd-6tW2Nzy?aJ&X@k&unrD=;u<>k?Tpj6d}X4 z$4bG!-Q)M>31Tl3dfN|lziG6oD>z}d=eY8N*eBwqwFdICo48~e>pbLJRr$q#YubP4 be*T5&&0Xf7nyn(;AP;-G`njxgN@xNA8^&`P literal 0 HcmV?d00001 diff --git a/textures/ice_wafer_blackberry_strawberry.png b/textures/ice_wafer_blackberry_strawberry.png new file mode 100644 index 0000000000000000000000000000000000000000..8b5b2935913ec33181f9974a0ab5c0aad4abec55 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyiUB?$u0VR4jYJ{?LlY3mFl=LB z_%9>#KQPdf!MBv5YCFSTp$(d%Kt4_pXwx&NruXe6Q|UeQo>e#x-3#w!M}7 zI^TGIW3I9Fg@Tm~#R_j8i!|6Ds^0PXdTgA4;1f|1)(#e%13io$mhAp4hnrnr1)h4a z;=tmInwuAUaC<}*ytr23u;--Qi7)pQZ3`|Hi_|cmJ=fBA`P^Phfu9r3HPj!eT;C|( f&{D_R^@HKxKbES^X?(YUZf5Xw^>bP0l+XkKocVe5 literal 0 HcmV?d00001 diff --git a/textures/ice_wafer_blueberry.png b/textures/ice_wafer_blueberry.png new file mode 100644 index 0000000000000000000000000000000000000000..6a891372acf9db2579f4475b5ae98daaad155c21 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy5&=FTu0WdM|9>E!W+Rcvz|i#n ze-n_DVW?%j832^xC<*cl1}Xr9tEWPYfMVUAE{-7x24;^(s z)2mIf`x+Vq|ED{bP0hZd)7=xf)Oe3xibayvzmGq8JhW2_8!nyZWteoMy<$z{2{$#V z1PP|j)XXml%au~B6YhsixGFSV*`JNwWJlK$*=zgwVwU+%UC3~m>9y$g+KF|nOxwDT nZ+c&~#&J*1+u3q|9E!W+Rcvz|i#n ze-n_DVQ8{pP|`mw4wU6A3GxdDs(}D=rrB43f=fMJ978Nl-<^Drui1gaMO?D%$A5jj zglerd%i~VX$~ctF7I6L7<_R2WJ(=B0EXK2Q9#wUN=INt$=R z-d|nMY*Zbx;jSw4GRD03+Kg*BS3kUVe)S#)p^cp`3rwBFLpCxzTdcHTLx9-iXF=f? zLKzEhxt^MTbOQ&wrj3L4CbmaE4l4fIAlKheDj2`_h4a@J0-+x`t~meF(6Nbmv%Kc9 c{=CcFmZ_{liLT*CfsSVIboFyt=akR{0QoO^wg3PC literal 0 HcmV?d00001 diff --git a/textures/ice_wafer_chocolate.png b/textures/ice_wafer_chocolate.png new file mode 100644 index 0000000000000000000000000000000000000000..e33e5a92bf0b0f2c728170ab452caca6849c9d2f GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyLIFM@u0VR4jYJ{?LlY3mFf`dP zSmzd}0!7(Mg8YIR{)0eO<%54fkycL^#}JFtPbV7+9Wmfwp4jle-txp_Bc-dM?Z%Ux zvKbp){=`p7n!0;d?!=_+^FHmGP{i`Ip8q~$=2{)TfGXMd21#?LuN3rb@VxFe@c~QD zY)(rB*@C>&DvM(I?(pz=ToZY@ymZ~<+gn20cy2LWKDtf+Qn*6K{ztq|)*a`0l$`x@ e=e7Mm!sRwDVNzaryVnQkAO=rYKbLh*2~7Y1mRe*0 literal 0 HcmV?d00001 diff --git a/textures/ice_wafer_chocolate_strawberry.png b/textures/ice_wafer_chocolate_strawberry.png new file mode 100644 index 0000000000000000000000000000000000000000..34ebfba9de1aff554fc9372a4ac9ca3f72e20164 GIT binary patch literal 281 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy(g8jpu0VR4jYJ{?LlY3mFf`dP zY-3>fFC+6mFwp$G>I|SXXGxG>FvEW+FlU;51t_@0)5S5w;`H6ghGK^eIGmdqX8)eQ zqsc7z;LKej)gP*BydCDe{p6#5dy5eHHy=4RbXy(0(0=0L!c`lT4ftP%1=!f+*zEfg|Hn`NoFem& UWskJi0Nu;r>FVdQ&MBb@0CJ*k(EtDd literal 0 HcmV?d00001 diff --git a/textures/ice_wafer_pistachio.png b/textures/ice_wafer_pistachio.png new file mode 100644 index 0000000000000000000000000000000000000000..a53cc967323050a7ba48236367d2e2ebe2fff99a GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy5&=FTu0WdMKSR@hhG{kui3|)) zKqLdA>hxdv0Hrueg8YIR{zJgkQz1q`u`W*+#}JFtPbV9Su_$slJ38(8-+TRsj=G=e z)uz~e4Gn_-)1Awv7C-Un?wPsLc#mF+MUvLPk3V@lyi*GsE}iCOm~^APVol=;H&Lks z38vQ6)GrCsl|rl&?uSjdDl~nu9~-;Lj;9p!?5Iw bcEA<(!+AO_=vt7G{-UF+Hin<|f9||V>!@jF(UJY)_1tQO zRu@hLah_nEXcwmVLFvw6>$#KQPdjJNyYyj-w>VFPPy!1YA88VgwZH@^oC~3avQ&P-QMT1pNaAI o(d5W-+iMDO+rIho*L@7HE11G`s$Abx2IwjVPgg&ebxsLQ014Y(00000 literal 0 HcmV?d00001 diff --git a/textures/ice_wafer_strawberry_blueberry.png b/textures/ice_wafer_strawberry_blueberry.png new file mode 100644 index 0000000000000000000000000000000000000000..a839db2c534cbd93b9e8a0676f6d7beccc01824b GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyiUB?$u0WdM|9>E!W+Rcvz|i#n ze-n_DVb}%~l9Blz7|6M2!zQ2_?vfzCV4zAEs4c6#3KU-M>Eak-ar$nsp_sEGhjZtm zJO2-`)>(^|yb3D$u=fayK<7W5ZLXg+5={%XTy*!k>Am%BidXkR455DaaY7$MfwE0yzja#YdMw3f}#{uCpGa8<(6>3O47*rCawwvjE zm%#SeB{e#n-31Y?>_;Z8;Vk_7K%g|D*S#rJaCuUi%<;k(dVDUWlkK>Krytz+P-XuQ aKmEUcEL`mBFJ}Rr%;4$j=d#Wzp$P!2n|6r+ literal 0 HcmV?d00001 diff --git a/textures/ice_wafer_strawberry_pistachio.png b/textures/ice_wafer_strawberry_pistachio.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8784e39a02d73f77733a4330728822456c4d05 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyiUB?$u0WdMKSR@hhG{kui3|)) zKqLdAwgH7@Wc~*RE)8}x1*+jL3GxeO_zwrQWwlp97Kav!hbj zzyHnbTedgazA^hU&E09GOMTewY?rN@cAjV!pMGNBnPW+P)>*Z?@KkP(Ad`OJ+VGXZhaA%u z2bZ;ba%Z@CyttO)PX!#wGe?49OT-G@yGywo<9COD2 literal 0 HcmV?d00001 diff --git a/textures/ice_wafer_strawberry_vanilla.png b/textures/ice_wafer_strawberry_vanilla.png new file mode 100644 index 0000000000000000000000000000000000000000..7be62c6591778fd88bd649e2a536402d977c2767 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyiUB?$u0Z<#Z-!|$5{W>@_ogNW zh9((?Z9uk+%>Tf^|Nmv?9%kzVD&j5)@(X784+phnwO4_{D?MEtLo80;o$M%fSb@W3 z>c!5A|IFeZyR~M7n!Acu_P^&5$bEZ0DUzq(XzjE+$=~NHy$+JC&A+dFUjMYUku!Fm+OMF<^YQSV>`nfY{_` zBHD*oCa*WXYo7{B+0^OF|>p&vM|IRDb{v59%J fyymg~yvy7Rx>+iCGv03pI-0@L)z4*}Q$iB}UHW)C literal 0 HcmV?d00001 diff --git a/textures/ice_wafer_vanilla.png b/textures/ice_wafer_vanilla.png new file mode 100644 index 0000000000000000000000000000000000000000..1de68a4641742007e5919cf6ff247aba84362149 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy5&=FTu0Z<#Z-!|$5{W>@_ogNW zh9((?|Nmt)uP%ECl;bD~@(Tv?!Qkqt5F?;ix2KC^h{frrlP$$q6ggZbChh#+d;F7R z*~LJ2=9I6IBBsCXxo>Hdf63}R@+z(6T4#%r*z5TC^9)ar5sVr80HotS=$T&`Yd$HZ3I qecdMg?l+~lxVN+Oz8;PL$#{1U(^3DUR@_ogNW zh9((?|Nmt?8GK6_svzj=YtW`;CjvL$SpIDKXGP1YNqUh| zAJ;Fv-=sQ=PiIpIQ=#LM{!orR9N$0m#qXZ;F6eS<#g#=o2F69kr|b+enmME&?3&6W zAamtIv$-qFt+@*M?gIASlbh`%r4F*~_RM>(xIVp&PsYrsp_FO;qr7KL`$c)S#O`tU oJx~6h0RQCwNBI9ewBE}QvWIoFMGaVsZNJWJj^X3LGw~ zMjdzlA7H(-jw|h|??u;pkFA+qj{n#!&@Xv$+1be^nZcbWQq9Z*-$Xt?`nmB;*N!78 z?f%LX(3y9MO8lb6PHH_oZt_9gY1NYqzE7~WbB;)BI2g=m#@SGL?xK9s=k;YW bjqDwvlg67ksb=K*Kg^QIYAB>o@zG;Ew*%v7e8X0d= zo0RXgHSZKU^Da?|U)0!1t%t`=K8QQ5dXmBS3D$Pb5orwvgBi^@8!FFTlu!D+zD%Z3 a{uR?56Q`@Y}doWt*C zYs>Mn(mkaB%Dg8$C#}pEVr#KAdmazJ1&Yz?lbWn0pn`$@g2G?{F!l#o@UF1yoVBr{ z%rQk_OaT-QiU8%Jh0qL~0WJeWz$op{}z)5#*CCr>vjXinay7SGhtfbtvnhIm~7 literal 0 HcmV?d00001 diff --git a/textures/ice_wafercream_pistachio_vanilla.png b/textures/ice_wafercream_pistachio_vanilla.png new file mode 100644 index 0000000000000000000000000000000000000000..a2f4f421e72b206effab9e6a6c4ad15f49a5b24e GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy5&=FTu0VR4jYJ{?LlY3mFv$F2 zsQJUN=MRH-a=Q~yj-w>VFPPy!1YA88VgwYc_jGX#u{gbTvZK%epn=W~fB*Nd_IthZ zV6*OZUd{&`HL+W_%vpT3C?hb+_UY3p>VoFeqjlElh=q&gCLfHLv%YD8<=Gc04jLJ6 zQk#_Tv^DP(I`b}3iC@&%Nv(&+O+JV_t$LEd_X*Z^&Jk%12ZI^SI2$U@U6fDyyuM7P cQT`RvM>eKwVVlgufKFlXboFyt=akR{0OhGx>i_@% literal 0 HcmV?d00001 diff --git a/textures/ice_wafercream_strawberry_raspberry.png b/textures/ice_wafercream_strawberry_raspberry.png new file mode 100644 index 0000000000000000000000000000000000000000..45c7ed4c9ee63b1d2c1b09dabd02877afe9ee83e GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy5&=FTu0VR4jYJ{?LlY3mFno;v z`lamqkG@~qGZbZkavUW=e!&d?A>it%5F?;iy{C&~h{frxlO2T)01b3@`1`+qwcqQN z2b*=T^Kw4msEOUWWzOQOMHzunwoji%LX(3y9MO8lb6PHH_oZt_9gY1NYqzE7~WbB;)BI2g=m#@SGL?xK9s=k;YW cjqmdKI;Vst0NEi~uK)l5 literal 0 HcmV?d00001 diff --git a/textures/ice_wafercream_walnut_vanilla.png b/textures/ice_wafercream_walnut_vanilla.png new file mode 100644 index 0000000000000000000000000000000000000000..536f3df7a101ea0923d0828e71a3f94c91130697 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy5&=FTu0Z<#Z-!|$5{V29hyOP< zF)%dAFf^qyIBx#=7bwS3666=m@E-!Mo(eGniq(6%IEGl9-a6S)=m5|_Wx+rH`&awD zUU{%t_c|}<1CE;5rB~-Ho>rD|G0XDl+bQaT=F_8f*6E0aiVeJ)YwU_hsRAmh&!!%lEL>0)^^SjX$=R18O=BwD$iY%Px`#R eOr}x(71M%#rWszx7JmXdg~8L+&t;ucLK6V4%35at literal 0 HcmV?d00001