diff --git a/kubejs/data/tfc/tfc/drinkables/chamomile_tea.json b/kubejs/data/tfc/tfc/drinkables/chamomile_tea.json new file mode 100644 index 000000000..7c8559dd5 --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/chamomile_tea.json @@ -0,0 +1,16 @@ +{ + "ingredient": "tfc_gurman:chamomile_tea", + "thirst": 15, + "effects": [ + { + "type": "minecraft:resistance", + "duration": 600, + "amplifier": 0 + }, + { + "type": "tfg:warming", + "duration": 20, + "amplifier": 0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/tfc/drinkables/cocoa.json b/kubejs/data/tfc/tfc/drinkables/cocoa.json new file mode 100644 index 000000000..5d403ba69 --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/cocoa.json @@ -0,0 +1,16 @@ +{ + "ingredient": "tfc_gurman:cocoa", + "thirst": 15, + "effects": [ + { + "type": "minecraft:haste", + "duration": 600, + "amplifier": 0 + }, + { + "type": "tfg:warming", + "duration": 20, + "amplifier": 0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/tfc/drinkables/coffee.json b/kubejs/data/tfc/tfc/drinkables/coffee.json new file mode 100644 index 000000000..13dec7feb --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/coffee.json @@ -0,0 +1,16 @@ +{ + "ingredient": "tfc_gurman:coffee", + "thirst": 15, + "effects": [ + { + "type": "minecraft:speed", + "duration": 600, + "amplifier": 0 + }, + { + "type": "tfg:warming", + "duration": 20, + "amplifier": 0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/tfc/drinkables/compote.json b/kubejs/data/tfc/tfc/drinkables/compote.json new file mode 100644 index 000000000..2b06c8802 --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/compote.json @@ -0,0 +1,11 @@ +{ + "ingredient": "tfc_gurman:compote", + "thirst": 15, + "effects": [ + { + "type": "minecraft:jump_boost", + "duration": 600, + "amplifier": 0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/tfc/drinkables/kvass.json b/kubejs/data/tfc/tfc/drinkables/kvass.json new file mode 100644 index 000000000..052d6cd35 --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/kvass.json @@ -0,0 +1,16 @@ +{ + "ingredient": "tfc_gurman:kvass", + "thirst": 15, + "effects": [ + { + "type": "minecraft:strength", + "duration": 1600, + "amplifier": 0 + }, + { + "type": "tfg:cooling", + "duration": 20, + "amplifier": 0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/tfc/drinkables/lemonade.json b/kubejs/data/tfc/tfc/drinkables/lemonade.json new file mode 100644 index 000000000..66d8a3f8c --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/lemonade.json @@ -0,0 +1,16 @@ +{ + "ingredient": "tfc_gurman:lemonade", + "thirst": 15, + "effects": [ + { + "type": "minecraft:haste", + "duration": 600, + "amplifier": 0 + }, + { + "type": "tfg:cooling", + "duration": 20, + "amplifier": 0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/tfc/drinkables/mint_tea.json b/kubejs/data/tfc/tfc/drinkables/mint_tea.json new file mode 100644 index 000000000..bcf65c829 --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/mint_tea.json @@ -0,0 +1,16 @@ +{ + "ingredient": "tfc_gurman:mint_tea", + "thirst": 15, + "effects": [ + { + "type": "minecraft:regeneration", + "duration": 600, + "amplifier": 0 + }, + { + "type": "tfg:warming", + "duration": 20, + "amplifier": 0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/tfc/drinkables/nalivka.json b/kubejs/data/tfc/tfc/drinkables/nalivka.json new file mode 100644 index 000000000..8e4d8f5a0 --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/nalivka.json @@ -0,0 +1,16 @@ +{ + "ingredient": "tfc_gurman:nalivka", + "thirst": 15, + "effects": [ + { + "type": "minecraft:strength", + "duration": 3200, + "amplifier": 0 + }, + { + "type": "tfg:cooling", + "duration": 20, + "amplifier": 0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/tfc/drinkables/nettle_tea.json b/kubejs/data/tfc/tfc/drinkables/nettle_tea.json new file mode 100644 index 000000000..88b3d512d --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/nettle_tea.json @@ -0,0 +1,16 @@ +{ + "ingredient": "tfc_gurman:nettle_tea", + "thirst": 15, + "effects": [ + { + "type": "minecraft:slow_falling", + "duration": 600, + "amplifier": 0 + }, + { + "type": "tfg:warming", + "duration": 20, + "amplifier": 0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/tfc/drinkables/rosehip_tea.json b/kubejs/data/tfc/tfc/drinkables/rosehip_tea.json new file mode 100644 index 000000000..81c7a70c2 --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/rosehip_tea.json @@ -0,0 +1,16 @@ +{ + "ingredient": "tfc_gurman:rosehip_tea", + "thirst": 15, + "effects": [ + { + "type": "minecraft:absorption", + "duration": 600, + "amplifier": 0 + }, + { + "type": "tfg:warming", + "duration": 20, + "amplifier": 0 + } + ] +} \ No newline at end of file diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 1531118a3..fd670d96c 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -33,6 +33,9 @@ const registerAdAstraFluidTags = (event) => { event.add('ad_astra:evaporates_in_space', 'tfc:salt_water') event.add('ad_astra:evaporates_in_space', 'tfc:spring_water') event.add('ad_astra:evaporates_in_space', '#tfc:alcohols') + event.add('ad_astra:evaporates_in_space', '#tfc:milks') + event.add('ad_astra:evaporates_in_space', '#tfc:dyes') + event.add('ad_astra:evaporates_in_space', '#tfc:drinkables') global.BREATHABLE_COMPRESSED_AIRS.forEach(x => { event.add('ad_astra:zip_gun_propellants', x)