You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
25
data/minecraft/recipe/iron_nugget_from_blasting.json
Normal file
25
data/minecraft/recipe/iron_nugget_from_blasting.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": [
|
||||
"minecraft:iron_pickaxe",
|
||||
"minecraft:iron_shovel",
|
||||
"minecraft:iron_axe",
|
||||
"minecraft:iron_hoe",
|
||||
"minecraft:iron_sword",
|
||||
"minecraft:iron_helmet",
|
||||
"minecraft:iron_chestplate",
|
||||
"minecraft:iron_leggings",
|
||||
"minecraft:iron_boots",
|
||||
"minecraft:iron_horse_armor",
|
||||
"minecraft:chainmail_helmet",
|
||||
"minecraft:chainmail_chestplate",
|
||||
"minecraft:chainmail_leggings",
|
||||
"minecraft:chainmail_boots"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:iron_nugget"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user