-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: A few more iron items that can be smelted into an iron nugget
- Loading branch information
Showing
8 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
...atapacks/Milestone/data/minecraft/advancement/recipes/misc/iron_nugget_from_blasting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_iron_smeltables": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#minecraft:iron_smeltables" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "minecraft:iron_nugget_from_blasting" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_iron_smeltables", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:iron_nugget_from_blasting" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...atapacks/Milestone/data/minecraft/advancement/recipes/misc/iron_nugget_from_smelting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_iron_smeltables": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#minecraft:iron_smeltables" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "minecraft:iron_nugget_from_smelting" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_iron_smeltables", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:iron_nugget_from_smelting" | ||
] | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
data/datapacks/Milestone/data/minecraft/recipe/iron_nugget_from_blasting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"type": "minecraft:blasting", | ||
"cookingtime": 100, | ||
"experience": 0.1, | ||
"ingredient": [ | ||
{ | ||
"tag": "minecraft:iron_smeltables" | ||
} | ||
], | ||
"result": { | ||
"id": "minecraft:iron_nugget" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
data/datapacks/Milestone/data/minecraft/recipe/iron_nugget_from_smelting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"type": "minecraft:smelting", | ||
"cookingtime": 200, | ||
"experience": 0.1, | ||
"ingredient": [ | ||
{ | ||
"tag": "minecraft:iron_smeltables" | ||
} | ||
], | ||
"result": { | ||
"id": "minecraft:iron_nugget" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
data/datapacks/Milestone/data/minecraft/tags/item/iron_smeltables.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"values": [ | ||
"minecraft:chainmail_helmet", | ||
"minecraft:chainmail_chestplate", | ||
"minecraft:chainmail_leggings", | ||
"minecraft:chainmail_boots", | ||
"minecraft:iron_helmet", | ||
"minecraft:iron_chestplate", | ||
"minecraft:iron_leggings", | ||
"minecraft:iron_boots", | ||
"minecraft:iron_shovel", | ||
"minecraft:iron_pickaxe", | ||
"minecraft:iron_axe", | ||
"minecraft:iron_hoe", | ||
"minecraft:iron_sword", | ||
"minecraft:shears", | ||
"minecraft:shield", | ||
"minecraft:iron_horse_armor" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"emi.search": "Search...", | ||
"tooltip.emi.chance.produce": "§7Chance: %s%%", | ||
"tag.item.minecraft.iron_smeltables": "Smeltable Iron", | ||
"tag.item.c.stone_slabs": "Stone Slabs" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"emi.search": "Поиск...", | ||
"tooltip.emi.chance.produce": "§7Шанс: %s%%", | ||
"tag.item.minecraft.iron_smeltables": "Переплавляемое железо", | ||
"tag.item.c.stone_slabs": "Каменные плиты" | ||
} |
7 changes: 7 additions & 0 deletions
7
data/resourcepacks/Default/assets/minecraft/models/tag/item/iron_smeltables.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "emi:item/half_item", | ||
"textures": { | ||
"first": "minecraft:item/iron_chestplate", | ||
"second": "minecraft:item/iron_pickaxe" | ||
} | ||
} |