Initial commit
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/root",
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "additionaladditions.advancements.obtain_adoghr_disc"
|
||||
},
|
||||
"description": {
|
||||
"translate": "additionaladditions.advancements.obtain_adoghr_disc.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "additionaladditions:music_disc_0308"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"0308": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:music_disc_0308"]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"1007": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:music_disc_1007"]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"1507": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:music_disc_1507"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"0308", "1007", "1507"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/root",
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "additionaladditions.advancements.obtain_chicken_nugget"
|
||||
},
|
||||
"description": {
|
||||
"translate": "additionaladditions.advancements.obtain_chicken_nugget.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "additionaladditions:chicken_nugget"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": true
|
||||
},
|
||||
"criteria": {
|
||||
"obtain": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:chicken_nugget"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"obtain"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"parent": "minecraft:nether/netherite_armor",
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "additionaladditions.advancements.obtain_gilded_netherite"
|
||||
},
|
||||
"description": {
|
||||
"translate": "additionaladditions.advancements.obtain_gilded_netherite.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "additionaladditions:gilded_netherite_chestplate"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"helmet": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:gilded_netherite_helmet"]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"chestplate": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:gilded_netherite_chestplate"]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"leggings": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:gilded_netherite_leggings"]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"boots": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:gilded_netherite_boots"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"helmet", "chestplate", "leggings", "boots"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/make_a_sign_glow",
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "additionaladditions.advancements.obtain_glow_stick"
|
||||
},
|
||||
"description": {
|
||||
"translate": "additionaladditions.advancements.obtain_glow_stick.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "additionaladditions:glow_stick"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"obtain": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:glow_stick"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"obtain"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/trade",
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "additionaladditions.advancements.obtain_mysterious_bundle"
|
||||
},
|
||||
"description": {
|
||||
"translate": "additionaladditions.advancements.obtain_mysterious_bundle.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "additionaladditions:mysterious_bundle"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"obtain": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:mysterious_bundle"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"obtain"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/root",
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "additionaladditions.advancements.obtain_pocket_jukebox"
|
||||
},
|
||||
"description": {
|
||||
"translate": "additionaladditions.advancements.obtain_pocket_jukebox.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "additionaladditions:pocket_jukebox"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"obtain": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:pocket_jukebox"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"obtain"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"parent": "minecraft:story/obtain_armor",
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "additionaladditions.advancements.obtain_rose_gold"
|
||||
},
|
||||
"description": {
|
||||
"translate": "additionaladditions.advancements.obtain_rose_gold.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "additionaladditions:rose_gold_chestplate"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"helmet": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:rose_gold_helmet"]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"chestplate": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:rose_gold_chestplate"]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"leggings": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:rose_gold_leggings"]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"boots": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:rose_gold_boots"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"helmet", "chestplate", "leggings", "boots"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/ol_betsy",
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "additionaladditions.advancements.obtain_scoped_crossbow"
|
||||
},
|
||||
"description": {
|
||||
"translate": "additionaladditions.advancements.obtain_scoped_crossbow.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "additionaladditions:crossbow_with_spyglass"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"obtain": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["additionaladditions:crossbow_with_spyglass"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"obtain"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"parent": "additionaladditions:obtain_scoped_crossbow",
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "additionaladditions.advancements.shot_self_scoped_crossbow"
|
||||
},
|
||||
"description": {
|
||||
"translate": "additionaladditions.advancements.shot_self_scoped_crossbow.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "additionaladditions:crossbow_with_spyglass"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"mainhand": {
|
||||
"trigger": "minecraft:entity_hurt_player",
|
||||
"conditions": {
|
||||
"damage": {
|
||||
"blocked": false,
|
||||
"type": {
|
||||
"is_projectile": true
|
||||
},
|
||||
"source_entity": {
|
||||
"type": "minecraft:player",
|
||||
"distance": {
|
||||
"absolute": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"mainhand": {
|
||||
"items": ["additionaladditions:crossbow_with_spyglass"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"mainhand"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/plant_seed",
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "additionaladditions.advancements.use_watering_can"
|
||||
},
|
||||
"description": {
|
||||
"translate": "additionaladditions.advancements.use_watering_can.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "additionaladditions:watering_can"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"use": {
|
||||
"trigger": "minecraft:item_used_on_block",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": ["additionaladditions:watering_can"]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"use"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "additionaladditions:additional_loot_modifier",
|
||||
"conditions": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "additionaladditions:amethyst_lamp"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "additionaladditions:copper_patina"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "additionaladditions:glow_stick"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "additionaladditions:patina_block"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "additionaladditions:rope"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"type": "minecraft:generic",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": {
|
||||
"min": 1,
|
||||
"max": 5
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"name": "additionaladditions:rose_gold_axe"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "minecraft:prismarine_crystals"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 4,
|
||||
"name": "minecraft:saddle"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 4,
|
||||
"name": "minecraft:name_tag"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 4,
|
||||
"name": "minecraft:cake"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 4,
|
||||
"name": "minecraft:lead"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"name": "minecraft:chainmail_leggings"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"name": "minecraft:chainmail_helmet"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"name": "minecraft:chainmail_chestplate"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"name": "minecraft:chainmail_boots"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 6,
|
||||
"name": "minecraft:string"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 6,
|
||||
"name": "minecraft:rotten_flesh"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"name": "minecraft:iron_ingot"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "minecraft:gold_ingot"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 4,
|
||||
"name": "minecraft:iron_sword"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "minecraft:heart_of_the_sea"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 4,
|
||||
"name": "minecraft:suspicious_stew"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "minecraft:bow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "minecraft:spyglass"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "minecraft:compass"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "minecraft:bundle"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"name": "minecraft:slime_ball"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "minecraft:golden_apple"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "minecraft:nautilus_shell"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ALA",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {"item": "minecraft:amethyst_shard"},
|
||||
"L": {"item": "minecraft:redstone_lamp"}
|
||||
},
|
||||
"result": {
|
||||
"item": "additionaladditions:amethyst_lamp",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{"item": "minecraft:wheat"},
|
||||
{"item": "minecraft:sweet_berries"},
|
||||
{"item": "minecraft:sugar"},
|
||||
{"item": "minecraft:egg"}
|
||||
],
|
||||
"result": {
|
||||
"item": "additionaladditions:berry_pie",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"S",
|
||||
"I",
|
||||
"C"
|
||||
],
|
||||
"key": {
|
||||
"C": {"item": "minecraft:crossbow"},
|
||||
"I": {"item": "minecraft:iron_ingot"},
|
||||
"S": {"item": "minecraft:spyglass"}
|
||||
},
|
||||
"result": {
|
||||
"item": "additionaladditions:crossbow_with_spyglass",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"CRC",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"C": {"item": "minecraft:copper_ingot"},
|
||||
"R": {"item": "minecraft:redstone"}
|
||||
},
|
||||
"result": {
|
||||
"item": "additionaladditions:depth_meter",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:egg"
|
||||
},
|
||||
"result": "additionaladditions:fried_egg",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.35
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:campfire_cooking",
|
||||
"ingredient": {
|
||||
"item": "minecraft:egg"
|
||||
},
|
||||
"result": "additionaladditions:fried_egg",
|
||||
"cookingtime": 600,
|
||||
"experience": 0.35
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smoking",
|
||||
"ingredient": {
|
||||
"item": "minecraft:egg"
|
||||
},
|
||||
"result": "additionaladditions:fried_egg",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.35
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:netherite_axe"},
|
||||
"addition": {"item": "additionaladditions:gold_ring"},
|
||||
"result": {"item": "additionaladditions:gilded_netherite_axe"},
|
||||
"template": {"item": "additionaladditions:gilded_netherite_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:netherite_boots"},
|
||||
"addition": {"item": "additionaladditions:gold_ring"},
|
||||
"result": {"item": "additionaladditions:gilded_netherite_boots"},
|
||||
"template": {"item": "additionaladditions:gilded_netherite_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:netherite_chestplate"},
|
||||
"addition": {"item": "additionaladditions:gold_ring"},
|
||||
"result": {"item": "additionaladditions:gilded_netherite_chestplate"},
|
||||
"template": {"item": "additionaladditions:gilded_netherite_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:netherite_helmet"},
|
||||
"addition": {"item": "additionaladditions:gold_ring"},
|
||||
"result": {"item": "additionaladditions:gilded_netherite_helmet"},
|
||||
"template": {"item": "additionaladditions:gilded_netherite_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:netherite_hoe"},
|
||||
"addition": {"item": "additionaladditions:gold_ring"},
|
||||
"result": {"item": "additionaladditions:gilded_netherite_hoe"},
|
||||
"template": {"item": "additionaladditions:gilded_netherite_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:netherite_leggings"},
|
||||
"addition": {"item": "additionaladditions:gold_ring"},
|
||||
"result": {"item": "additionaladditions:gilded_netherite_leggings"},
|
||||
"template": {"item": "additionaladditions:gilded_netherite_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:netherite_pickaxe"},
|
||||
"addition": {"item": "additionaladditions:gold_ring"},
|
||||
"result": {"item": "additionaladditions:gilded_netherite_pickaxe"},
|
||||
"template": {"item": "additionaladditions:gilded_netherite_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:netherite_shovel"},
|
||||
"addition": {"item": "additionaladditions:gold_ring"},
|
||||
"result": {"item": "additionaladditions:gilded_netherite_shovel"},
|
||||
"template": {"item": "additionaladditions:gilded_netherite_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:netherite_sword"},
|
||||
"addition": {"item": "additionaladditions:gold_ring"},
|
||||
"result": {"item": "additionaladditions:gilded_netherite_sword"},
|
||||
"template": {"item": "additionaladditions:gilded_netherite_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"S": {
|
||||
"item": "additionaladditions:gilded_netherite_upgrade"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"item": "additionaladditions:gilded_netherite_upgrade"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{"item": "minecraft:stick"},
|
||||
{"item": "minecraft:glow_ink_sac"}
|
||||
],
|
||||
"result": {
|
||||
"item": "additionaladditions:glow_stick",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{"item": "minecraft:honey_bottle"},
|
||||
{"item": "minecraft:apple"}
|
||||
],
|
||||
"result": {
|
||||
"item": "additionaladditions:honeyed_apple",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PP",
|
||||
"PP"
|
||||
],
|
||||
"key": {
|
||||
"P": {"item": "additionaladditions:copper_patina"}
|
||||
},
|
||||
"result": {
|
||||
"item": "additionaladditions:patina_block",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{"item": "additionaladditions:copper_patina"}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:cyan_dye",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"CRC",
|
||||
"CJC",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"C": {"item": "minecraft:copper_ingot"},
|
||||
"R": {"item": "minecraft:redstone"},
|
||||
"J": {"item": "minecraft:jukebox"}
|
||||
},
|
||||
"result": {
|
||||
"item": "additionaladditions:pocket_jukebox",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"C C",
|
||||
"CSC",
|
||||
"CRC"
|
||||
],
|
||||
"key": {
|
||||
"S": {"item": "minecraft:stick"},
|
||||
"R": {"item": "minecraft:redstone"},
|
||||
"C": {"item": "minecraft:copper_ingot"}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:powered_rail",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" ",
|
||||
"S",
|
||||
"S"
|
||||
],
|
||||
"key": {
|
||||
"S": {"item": "minecraft:string"}
|
||||
},
|
||||
"result": {
|
||||
"item": "additionaladditions:rope",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"type": "create:mixing",
|
||||
"heatRequirement": "heated",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:ingots/copper"
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/copper"
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/copper"
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/copper"
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/gold"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 1,
|
||||
"item": "additionaladditions:rose_gold_alloy"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:iron_axe"},
|
||||
"addition": {"item": "additionaladditions:rose_gold_alloy"},
|
||||
"result": {"item": "additionaladditions:rose_gold_axe"},
|
||||
"template": []
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:iron_boots"},
|
||||
"addition": {"item": "additionaladditions:rose_gold_alloy"},
|
||||
"result": {"item": "additionaladditions:rose_gold_boots"},
|
||||
"template": {"item": "additionaladditions:rose_gold_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:iron_chestplate"},
|
||||
"addition": {"item": "additionaladditions:rose_gold_alloy"},
|
||||
"result": {"item": "additionaladditions:rose_gold_chestplate"},
|
||||
"template": {"item": "additionaladditions:rose_gold_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:iron_helmet"},
|
||||
"addition": {"item": "additionaladditions:rose_gold_alloy"},
|
||||
"result": {"item": "additionaladditions:rose_gold_helmet"},
|
||||
"template": {"item": "additionaladditions:rose_gold_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:iron_hoe"},
|
||||
"addition": {"item": "additionaladditions:rose_gold_alloy"},
|
||||
"result": {"item": "additionaladditions:rose_gold_hoe"},
|
||||
"template": []
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:iron_leggings"},
|
||||
"addition": {"item": "additionaladditions:rose_gold_alloy"},
|
||||
"result": {"item": "additionaladditions:rose_gold_leggings"},
|
||||
"template": {"item": "additionaladditions:rose_gold_upgrade"}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:iron_pickaxe"},
|
||||
"addition": {"item": "additionaladditions:rose_gold_alloy"},
|
||||
"result": {"item": "additionaladditions:rose_gold_pickaxe"},
|
||||
"template": []
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:iron_shovel"},
|
||||
"addition": {"item": "additionaladditions:rose_gold_alloy"},
|
||||
"result": {"item": "additionaladditions:rose_gold_shovel"},
|
||||
"template": []
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": {"item": "minecraft:iron_sword"},
|
||||
"addition": {"item": "additionaladditions:rose_gold_alloy"},
|
||||
"result": {"item": "additionaladditions:rose_gold_sword"},
|
||||
"template": []
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:cobblestone"
|
||||
},
|
||||
"S": {
|
||||
"item": "additionaladditions:rose_gold_upgrade"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"item": "additionaladditions:rose_gold_upgrade"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" SS",
|
||||
" PS",
|
||||
"P "
|
||||
],
|
||||
"key": {
|
||||
"S": {"item": "additionaladditions:trident_shard"},
|
||||
"P": {"item": "minecraft:prismarine_shard"}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:trident",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"C ",
|
||||
"CBC",
|
||||
" C "
|
||||
],
|
||||
"key": {
|
||||
"C": {"item": "minecraft:copper_ingot"},
|
||||
"B": {"item": "minecraft:bucket"}
|
||||
},
|
||||
"result": {
|
||||
"item": "additionaladditions:watering_can",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"C C",
|
||||
" C ",
|
||||
" C "
|
||||
],
|
||||
"key": {
|
||||
"C": {"item": "minecraft:copper_ingot"}
|
||||
},
|
||||
"result": {
|
||||
"item": "additionaladditions:wrench",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:jump_boost",
|
||||
"time": 80,
|
||||
"level": 7,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 2,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "feathers:energized",
|
||||
"time": 1200,
|
||||
"level": 7,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 4,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"effects": [
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 5,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:slowness",
|
||||
"time": 200,
|
||||
"level": 0,
|
||||
"type": "remove",
|
||||
"chance": 0.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 7,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "feathers:endurance",
|
||||
"time": 600,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 7,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:health_boost",
|
||||
"time": 600,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 7,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:resistance",
|
||||
"time": 600,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 7,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:regeneration",
|
||||
"time": 300,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 7,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 2,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:night_vision",
|
||||
"time": 400,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
},
|
||||
{
|
||||
"effect": "minecraft:luck",
|
||||
"time": 150,
|
||||
"level": 1,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 5,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:absorption",
|
||||
"time": 200,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 5,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 12,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:speed",
|
||||
"time": 1200,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 6,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:health_boost",
|
||||
"time": 600,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 7,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:mining_fatigue",
|
||||
"time": 200,
|
||||
"level": 0,
|
||||
"type": "remove",
|
||||
"chance": 0.0
|
||||
},
|
||||
{
|
||||
"effect": "minecraft:slowness",
|
||||
"time": 200,
|
||||
"level": 0,
|
||||
"type": "remove",
|
||||
"chance": 0.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 6,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"effects": [
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 8,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:fire_resistance",
|
||||
"time": 600,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 5,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "feathers:endurance",
|
||||
"time": 600,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 5,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:absorption",
|
||||
"time": 400,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 8,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 4,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "cofh_core:panacea",
|
||||
"time": 200,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 4,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecaft:haste",
|
||||
"time": 300,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 5,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 10,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 6,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 4,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:luck",
|
||||
"time": 60,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 0,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:absorption",
|
||||
"time": 600,
|
||||
"level": 1,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 0,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 1,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:speed",
|
||||
"time": 2400,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 2,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "feathers:energized",
|
||||
"time": 20,
|
||||
"level": 7,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 1,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:fire_resistance",
|
||||
"time": 2400,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
},
|
||||
{
|
||||
"effect": "minecraft:instant_damage",
|
||||
"time": 100,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
},
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 6,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:slow_falling",
|
||||
"time": 200,
|
||||
"level": 2,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 3,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:glowing",
|
||||
"time": 600,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 7,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 2,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:strength",
|
||||
"time": 600,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 10,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:water_breathing",
|
||||
"time": 300,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 2,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:regeneration",
|
||||
"time": 200,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 0,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 3,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 6,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 6,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 6,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 4,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 5,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:health_boost",
|
||||
"time": 200,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 4,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:strength",
|
||||
"time": 200,
|
||||
"level": 0,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 3,
|
||||
"harm": 0
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user