diff --git a/data/experience_bottle/advancement/recipe.json b/data/experience_bottle/advancement/recipe.json new file mode 100644 index 0000000..9d942e9 --- /dev/null +++ b/data/experience_bottle/advancement/recipe.json @@ -0,0 +1,10 @@ +{ + "criteria": { + "requirement": { + "trigger": "minecraft:player_killed_entity" + } + }, + "rewards": { + "recipes": ["experience_bottle:empty"] + } +} diff --git a/data/experience_bottle/loot_table/empty.json b/data/experience_bottle/loot_table/empty.json index 4d387fe..4a64df4 100644 --- a/data/experience_bottle/loot_table/empty.json +++ b/data/experience_bottle/loot_table/empty.json @@ -32,7 +32,8 @@ "cooldown_group": "experience_bottle:cooldown" }, "minecraft:item_model": "minecraft:glass_bottle", - "minecraft:custom_name": "{\"text\":\"Experience Bottle\",\"italic\": false}" + "minecraft:custom_name": "{\"text\":\"Experience Bottle\",\"italic\": false}", + "minecraft:lore": ["{\"text\":\"Store 30 experience levels\",\"italic\": false,\"color\":\"gray\"}"] } } ] diff --git a/data/experience_bottle/loot_table/filled.json b/data/experience_bottle/loot_table/filled.json index aca58b6..29cd14e 100644 --- a/data/experience_bottle/loot_table/filled.json +++ b/data/experience_bottle/loot_table/filled.json @@ -41,6 +41,7 @@ "cooldown_group": "experience_bottle:cooldown" }, "minecraft:custom_name": "{\"text\":\"Experience Bottle\",\"italic\": false}", + "minecraft:lore": ["{\"text\":\"Restore 30 experience levels\",\"italic\": false,\"color\":\"gray\"}"], "!minecraft:use_remainder": {} } } diff --git a/data/experience_bottle/recipe/empty.json b/data/experience_bottle/recipe/empty.json index 2ffa003..a7f3f66 100644 --- a/data/experience_bottle/recipe/empty.json +++ b/data/experience_bottle/recipe/empty.json @@ -31,7 +31,8 @@ "cooldown_group": "experience_bottle:cooldown" }, "minecraft:item_model": "minecraft:glass_bottle", - "minecraft:custom_name": "{\"text\":\"Experience Bottle\",\"italic\": false}" + "minecraft:custom_name": "{\"text\":\"Experience Bottle\",\"italic\": false}", + "minecraft:lore": ["{\"text\":\"Store 30 experience levels\",\"italic\": false,\"color\":\"gray\"}"] } } } \ No newline at end of file