[🪶]: Give Aged Corn Whiskey and Aged Rye Whiskey status effects (#1390)

* Export ".json"s from TFCagedalcohol mod to TFC

Exporting effects ".json"s

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

* Create tfc

There is tfc/tfc/*files*
Need additional file to access them

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

* Delete kubejs/data/tfc/drinkables directory

not there sh*

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

* Delete kubejs/data/tfc/tfc

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

* Create tfc

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

* Delete kubejs/data/tfc/tfc

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

* Create tfc

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

* Delete kubejs/data/tfc/tfc

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

* Create ihategithub

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

* Exporting aged alcohol from TFCagedalcohol data

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

* Create alcohols.json

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

* Delete kubejs/data/tfc/tfc/ihategithub

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>

---------

Signed-off-by: Eve <93487878+EveProgrammingsockson@users.noreply.github.com>
This commit is contained in:
Eve 2025-07-20 16:36:45 +05:00 committed by GitHub
parent 54cf3e5cea
commit b98c3bc135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 125 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"replace":true,
"values":[
"tfc:beer",
"tfc:cider",
"tfc:rum",
"tfc:sake",
"tfc:vodka",
"tfc:whiskey",
"tfc:corn_whiskey",
"tfc:rye_whiskey",
"tfcagedalcohol:aged_beer",
"tfcagedalcohol:aged_cider",
"tfcagedalcohol:aged_rum",
"tfcagedalcohol:aged_sake",
"tfcagedalcohol:aged_vodka",
"tfcagedalcohol:aged_whiskey",
"tfcagedalcohol:aged_corn_whiskey",
"tfcagedalcohol:aged_rye_whiskey"
]
}

View file

@ -0,0 +1,13 @@
{
"__comment__": "This file was automatically created by mcresources",
"ingredient": "tfcagedalcohol:aged_beer",
"thirst": 15,
"intoxication": 2000,
"effects": [
{
"type": "minecraft:absorption",
"duration": 24000,
"amplifier": 1
}
]
}

View file

@ -0,0 +1,13 @@
{
"__comment__": "This file was automatically created by mcresources",
"ingredient": "tfcagedalcohol:aged_cider",
"thirst": 15,
"intoxication": 2000,
"effects": [
{
"type": "minecraft:speed",
"duration": 6400,
"amplifier": 0
}
]
}

View file

@ -0,0 +1,13 @@
{
"__comment__": "This file was automatically created by mcresources",
"ingredient": "tfcagedalcohol:aged_corn_whiskey",
"thirst": 15,
"intoxication": 2000,
"effects": [
{
"type": "minecraft:haste",
"duration": 6400,
"amplifier": 0
}
]
}

View file

@ -0,0 +1,13 @@
{
"__comment__": "This file was automatically created by mcresources",
"ingredient": "tfcagedalcohol:aged_rum",
"thirst": 15,
"intoxication": 2000,
"effects": [
{
"type": "minecraft:speed",
"duration": 3200,
"amplifier": 1
}
]
}

View file

@ -0,0 +1,13 @@
{
"__comment__": "This file was automatically created by mcresources",
"ingredient": "tfcagedalcohol:aged_rye_whiskey",
"thirst": 15,
"intoxication": 2000,
"effects": [
{
"type": "minecraft:haste",
"duration": 6400,
"amplifier": 0
}
]
}

View file

@ -0,0 +1,13 @@
{
"__comment__": "This file was automatically created by mcresources",
"ingredient": "tfcagedalcohol:aged_sake",
"thirst": 15,
"intoxication": 2000,
"effects": [
{
"type": "minecraft:resistance",
"duration": 6400,
"amplifier": 0
}
]
}

View file

@ -0,0 +1,13 @@
{
"__comment__": "This file was automatically created by mcresources",
"ingredient": "tfcagedalcohol:aged_vodka",
"thirst": 15,
"intoxication": 2000,
"effects": [
{
"type": "minecraft:resistance",
"duration": 3200,
"amplifier": 1
}
]
}

View file

@ -0,0 +1,13 @@
{
"__comment__": "This file was automatically created by mcresources",
"ingredient": "tfcagedalcohol:aged_whiskey",
"thirst": 15,
"intoxication": 2000,
"effects": [
{
"type": "minecraft:haste",
"duration": 3200,
"amplifier": 1
}
]
}