Initial commit

This commit is contained in:
Andrew71 2024-08-04 19:08:48 +03:00
commit d8fbd0e593
27 changed files with 1365 additions and 0 deletions

View file

@ -0,0 +1,43 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.absinthe"
},
"color": "#35753a",
"alcoholic_value": "45",
"ingredients": [
{
"items": [
"minecraft:short_grass"
],
"count": 15
},
{
"items": [
"minecraft:wheat_seeds"
],
"count": 3
}
],
"distillation_runs": 6,
"cooking_quality_multiplier": "cos(clamp((age / 60 - 3.0) * 0.75, -2, 2))",
"base_quality_value": "10",
"book_information": {
"best_cooking_time": 180.0
},
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:poison",
"time": "(quality - 5) * 60",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.75"
}
]
}

View file

@ -0,0 +1,111 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.ale"
},
"color": "#efc737",
"alcoholic_value": "10",
"ingredients": [
{
"items": [
"minecraft:wheat"
],
"count": 3
},
{
"items": [
"minecraft:sugar"
],
"count": 1
},
{
"items": [
"minecraft:spider_eye"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 10.0) * 0.4, -2, 2))",
"base_quality_value": "smooth_value_days(3.0, 1.0, 15.0, age) * 10",
"book_information": {
"best_cooking_time": 600.0,
"best_barrel_age": 3600.0,
"best_barrel_type": [
"spruce"
]
},
"barrel_definitions": [
{
"type": "minecraft:spruce",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:saturation",
"time": "(quality - 7) * 15 + 60",
"value": "1"
},
{
"type": "potion",
"locked": false,
"effect": "minecraft:strength",
"time": "(quality - 8) * 60",
"value": "1"
},
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:haste",
"time": "abs(11 - quality) * 60",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.50"
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:weakness",
"time": "abs(10.5 - quality) * 60",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.80"
}
],
"delay": "600"
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:slowness",
"time": "15",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.30"
}
],
"delay": "600"
}
]
}

View file

@ -0,0 +1,67 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.baikal"
},
"color": "#331006",
"alcoholic_value": "0",
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 4
},
{
"items": [
"minecraft:kelp"
],
"count": 1
},
{
"items": [
"minecraft:spruce_leaves"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 15.0) * 0.333, -2, 2))",
"base_quality_value": "smooth_value_days(14.0, 1.0, 25.0, age) * 10",
"book_information": {
"best_cooking_time": 900.0,
"best_barrel_age": 16800.0,
"best_barrel_type": [
"spruce"
]
},
"barrel_definitions": [
{
"type": "minecraft:spruce",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"show_icon": false,
"effect": "minecraft:saturation",
"time": "(quality - 7) * 15 + 50",
"value": "1"
},
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:haste",
"time": "(quality - 5) * 5 + 30",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.30"
}
]
}

View file

@ -0,0 +1,24 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.berry_soda"
},
"color": "#c493ed",
"alcoholic_value": "-1",
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 3
},
{
"items": [
"minecraft:sweet_berries"
],
"count": 3
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 5.0) * 0.5, -2, 2))",
"base_quality_value": "10"
}

View file

@ -0,0 +1,78 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.champagne"
},
"color": "#dddd08",
"alcoholic_value": "20",
"ingredients": [
{
"items": [
"minecraft:apple"
],
"count": 1
},
{
"items": [
"minecraft:kelp"
],
"count": 2
},
{
"items": [
"minecraft:sugar"
],
"count": 3
},
{
"items": [
"minecraft:spider_eye"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 20.0) * 0.33, -2, 2))",
"base_quality_value": "smooth_value_days(10.0, 4.0, 55.0, age) * 10",
"book_information": {
"best_cooking_time": 1200.0,
"best_barrel_age": 12000.0,
"best_barrel_type": [
"birch"
]
},
"barrel_definitions": [
{
"type": "minecraft:birch",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:speed",
"time": "(quality - 5) * 5 + 120",
"value": "1"
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:weakness",
"time": "60",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.60"
}
],
"delay": "(quality - 5) * 5 + 120"
}
]
}

View file

@ -0,0 +1,44 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.coffee"
},
"color": "#3d180d",
"alcoholic_value": "-6",
"ingredients": [
{
"items": [
"minecraft:cocoa_beans"
],
"count": 3
},
{
"items": [
"minecraft:milk_bucket"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 2.0) * 0.5, -2, 2))",
"base_quality_value": "10",
"book_information": {
"best_cooking_time": 120.0,
"best_barrel_age": -1200.0
},
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:speed",
"time": "(quality - 3) * 15 + 30",
"value": "1"
},
{
"type": "potion",
"locked": false,
"effect": "minecraft:regeneration",
"time": "(quality - 5)",
"value": "1"
}
]
}

View file

@ -0,0 +1,75 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.cognac"
},
"color": "#b5551e",
"alcoholic_value": "50",
"ingredients": [
{
"items": [
"minecraft:wheat"
],
"count": 3
},
{
"items": [
"minecraft:sugar_cane"
],
"count": 3
},
{
"items": [
"minecraft:sweet_berries"
],
"count": 1
},
{
"items": [
"minecraft:spider_eye"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 20.0) * 0.4, -2, 2))",
"base_quality_value": "smooth_value_days(30.0, 7.0, 90.0, age) * 10",
"book_information": {
"best_cooking_time": 1200.0,
"best_barrel_age": 36000.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:strength",
"time": "(quality - 5) * 10 + 250",
"value": "1"
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:slowness",
"time": "179",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.75"
}
],
"delay": "(quality - 5) * 10 + 250"
}
]
}

View file

@ -0,0 +1,60 @@
{
"version": 2,
"cooking_quality_multiplier": "cos(clamp((age / 60 - 16.0) * 0.1, -2, 2))",
"ingredients": [
{
"items": [
"minecraft:cocoa_beans"
],
"count": 3
},
{
"items": [
"minecraft:pink_petals"
],
"count": 1
},
{
"items": [
"minecraft:spruce_leaves"
],
"count": 1
},
{
"items": [
"minecraft:sugar"
],
"count": 1
}
],
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"distillation_runs": 1,
"base_quality_value": "smooth_value_days(1.0, 0.5, 3.0, age) * 10",
"alcoholic_value": "0",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:saturation",
"time": "(quality - 5) * 6",
"value": "quality / 5 - 1.2"
},
{
"type": "potion",
"locked": false,
"effect": "minecraft:strength",
"time": "(quality - 5) * 6",
"value": "quality / 5 - 1.2"
}
],
"name": {
"translate": "drinktype.ttb.dobry_cola"
},
"color": "#1F0D10"
}

View file

@ -0,0 +1,76 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.gin"
},
"color": "#40aed6",
"alcoholic_value": "40",
"ingredients": [
{
"items": [
"minecraft:wheat"
],
"count": 3
},
{
"items": [
"minecraft:wheat_seeds"
],
"count": 4
},
{
"items": [
"minecraft:sugar"
],
"count": 2
},
{
"items": [
"minecraft:spider_eye"
],
"count": 1
}
],
"distillation_runs": 1,
"cooking_quality_multiplier": "cos(clamp((age / 60 - 15.0) * 0.15, -2, 2))",
"base_quality_value": "smooth_value_days(5.0, 3.0, 25.0, age) * 10",
"book_information": {
"best_cooking_time": 900.0,
"best_barrel_age": 6000.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:speed",
"time": "300",
"value": "1"
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:slowness",
"time": "120",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.80"
}
],
"delay": "300"
}
]
}

View file

@ -0,0 +1,66 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.kvass"
},
"color": "#331b0f",
"alcoholic_value": "1",
"ingredients": [
{
"items": [
"minecraft:bread"
],
"count": 3
},
{
"items": [
"minecraft:sugar"
],
"count": 3
},
{
"items": [
"minecraft:apple"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 15.0) * 0.2, -2, 2))",
"base_quality_value": "smooth_value_days(7.0, 3.0, 40.0, age) * 10",
"book_information": {
"best_cooking_time": 900.0,
"best_barrel_age": 8400.0,
"best_barrel_type": [
"oak"
]
},
"barrel_definitions": [
{
"type": "minecraft:oak",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:saturation",
"time": "(quality - 3) * 15 + 150",
"value": "1"
},
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:speed",
"time": "(quality - 5) * 10 + 100",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.30"
}
]
}

View file

@ -0,0 +1,57 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.liquor"
},
"color": "#911d4f",
"alcoholic_value": "30",
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 2
},
{
"items": [
"minecraft:sweet_berries"
],
"count": 3
},
{
"items": [
"minecraft:honeycomb"
],
"count": 1
}
],
"distillation_runs": 2,
"cooking_quality_multiplier": "cos(clamp((age / 60 - 10.0) * 0.75, -2, 2))",
"base_quality_value": "smooth_value_days(5.0, 2.0, 30.0, age) * 10",
"book_information": {
"best_cooking_time": 600.0,
"best_barrel_age": 6000.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:regeneration",
"time": "(quality - 7) * 15 + 110",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.75"
}
]
}

View file

@ -0,0 +1,42 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.martini"
},
"color": "#92ed2b",
"alcoholic_value": "25",
"ingredients": [
{
"items": [
"minecraft:oxeye_daisy"
],
"count": 2
},
{
"items": [
"minecraft:sugar"
],
"count": 2
},
{
"items": [
"minecraft:apple"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 5.0) * 0.35, -2, 2))",
"base_quality_value": "smooth_value_days(4.0, 2.0, 20.0, age) * 10",
"book_information": {
"best_cooking_time": 300.0,
"best_barrel_age": 4800.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": []
}

View file

@ -0,0 +1,71 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.moonshine"
},
"color": "#c2cad6",
"alcoholic_value": "60",
"ingredients": [
{
"items": [
"minecraft:potato"
],
"count": 3
},
{
"items": [
"minecraft:sugar_cane"
],
"count": 3
},
{
"items": [
"minecraft:warped_fungus"
],
"count": 1
}
],
"distillation_runs": 3,
"cooking_quality_multiplier": "cos(clamp((age / 60 - 30.0) * 0.6, -2, 2))",
"base_quality_value": "smooth_value_days(15.0, 7.0, 80.0, age) * 10",
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "delayed",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:darkness",
"time": "179",
"value": "1"
}
],
"delay": "360"
},
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:strength",
"time": "(quality - 8) * 15 + 110",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.80"
},
{
"type": "execute_command",
"command": "playsound minecraft:entity.player.burp player @a ~ ~ ~",
"apply_check": "random() - 1 + (50 / 100)"
}
]
}

View file

@ -0,0 +1,46 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.rivers_lament"
},
"color": "#96c3e1",
"alcoholic_value": "0",
"ingredients": [
{
"items": [
"minecraft:rabbit_foot"
],
"count": 3
},
{
"items": [
"minecraft:paper"
],
"count": 3
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 5.0) * 0.5, -2, 2))",
"base_quality_value": "10",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:levitation",
"time": "(quality - 5) * 5 + 5",
"value": "0"
},
{
"type": "delayed",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:slow_falling",
"time": "(quality - 5) * 5 + 10",
"value": "0"
}
],
"delay": "(quality - 5) * 5 + 5"
}
]
}

View file

@ -0,0 +1,82 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.shining_brilliance"
},
"color": "#3ab5b2",
"alcoholic_value": "0",
"ingredients": [
{
"items": [
"minecraft:glow_ink_sac"
],
"count": 2
},
{
"items": [
"minecraft:glowstone_dust"
],
"count": 1
},
{
"items": [
"minecraft:spider_eye"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 10.0) * 0.5, -2, 2))",
"base_quality_value": "smooth_value_days(5.0, 2.5, 25.0, age) * 10",
"book_information": {
"best_cooking_time": 600.0,
"best_barrel_age": 6000.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:glowing",
"time": "(quality - 8) * 15 + 570",
"value": "1"
},
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:nausea",
"time": "60",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.30"
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:darkness",
"time": "15",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.75"
}
],
"delay": "900"
}
]
}

View file

@ -0,0 +1,56 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.sober_up_brew"
},
"color": "#CBE080",
"alcoholic_value": "-30",
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 1
},
{
"items": [
"minecraft:melon_slice"
],
"count": 1
},
{
"items": [
"minecraft:mangrove_roots",
"minecraft:hanging_roots"
],
"count": 1
},
{
"items": [
"minecraft:red_mushroom",
"minecraft:crimson_fungus"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 1.0) * 0.4, -2, 2))",
"base_quality_value": "smooth_value_days(1.0, 2.0, 20.0, age) * 10",
"book_information": {
"best_cooking_time": 60.0,
"best_barrel_age": 1200.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "damage",
"id": "brewery:alcohol_poisoning",
"value": "12 - quality"
}
]
}

View file

@ -0,0 +1,28 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.soda"
},
"color": "#f4b700",
"alcoholic_value": "-1",
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 3
},
{
"items": [
"minecraft:pumpkin"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 5.0) * 0.5, -2, 2))",
"base_quality_value": "10",
"book_information": {
"best_cooking_time": 300.0,
"best_barrel_age": -1200.0
}
}

View file

@ -0,0 +1,78 @@
{
"version": 2,
"name": {
"translate": "drinktype.ttb.vodka_meine_liebe"
},
"color": "#f3f2eb",
"alcoholic_value": "40",
"ingredients": [
{
"items": [
"minecraft:potato"
],
"count": 6
},
{
"items": [
"minecraft:wheat_seeds"
],
"count": 1
},
{
"items": [
"minecraft:pink_petals"
],
"count": 1
}
],
"distillation_runs": 1,
"cooking_quality_multiplier": "cos(clamp((age / 60 - 20.0) * 0.33, -2, 2))",
"base_quality_value": "10",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:strength",
"time": "(quality - 9) * 15 * 59.5",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.75"
},
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:speed",
"time": "(quality - 9) * 5 * 17.5",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.80"
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:darkness",
"time": "(quality - 9) * 15 * 10.5",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.10"
}
],
"delay": "480"
}
]
}

View file

@ -0,0 +1,20 @@
{
"drinktype.ttb.soda": "Soda",
"drinktype.ttb.berry_soda": "Berry Soda",
"drinktype.ttb.coffee": "Coffee",
"drinktype.ttb.dobry_cola": "Добрый Cola",
"drinktype.ttb.absinthe": "Absinthe",
"drinktype.ttb.ale": "Ale",
"drinktype.ttb.gin": "Gin",
"drinktype.ttb.cognac": "Cognac",
"drinktype.ttb.kvass": "Kvass",
"drinktype.ttb.liquor": "Liquor",
"drinktype.ttb.martini": "Martini",
"drinktype.ttb.moonshine": "Moonshine",
"drinktype.ttb.champagne": "Champagne",
"drinktype.ttb.shining_brilliance": "Shining Brilliance",
"drinktype.ttb.vodka_meine_liebe": "Vodka \"Meine Liebe\"",
"drinktype.ttb.baikal": "Baikal",
"drinktype.ttb.sober_up_brew": "Sober-Up Brew",
"drinktype.ttb.rivers_lament": "River's Lament"
}

View file

@ -0,0 +1,19 @@
{
"drinktype.ttb.soda": "Содовая",
"drinktype.ttb.berry_soda": "Ягодная Содовая",
"drinktype.ttb.coffee": "Кофе",
"drinktype.ttb.dobry_cola": "Добрый Cola",
"drinktype.ttb.absinthe": "Абсент",
"drinktype.ttb.ale": "Эль",
"drinktype.ttb.gin": "Джин",
"drinktype.ttb.cognac": "Коньяк",
"drinktype.ttb.kvass": "Квас",
"drinktype.ttb.liquor": "Ликёр",
"drinktype.ttb.martini": "Мартини",
"drinktype.ttb.moonshine": "Самогон",
"drinktype.ttb.champagne": "Шампанское",
"drinktype.ttb.shining_brilliance": "Сияющий блеск",
"drinktype.ttb.vodka_meine_liebe": "Водка \"Meine Liebe\"",
"drinktype.ttb.baikal": "Байкал",
"drinktype.ttb.sober_up_brew": "Отрезвитель"
}

6
ToTheBaikal/pack.mcmeta Normal file
View file

@ -0,0 +1,6 @@
{
"pack": {
"description": "An expansion for Patbox's Brewery",
"pack_format": 48
}
}

BIN
ToTheBaikal/pack.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 B