You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
21
data/minecraft/recipe/gold_nugget_from_blasting.json
Normal file
21
data/minecraft/recipe/gold_nugget_from_blasting.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": [
|
||||
"minecraft:golden_pickaxe",
|
||||
"minecraft:golden_shovel",
|
||||
"minecraft:golden_axe",
|
||||
"minecraft:golden_hoe",
|
||||
"minecraft:golden_sword",
|
||||
"minecraft:golden_helmet",
|
||||
"minecraft:golden_chestplate",
|
||||
"minecraft:golden_leggings",
|
||||
"minecraft:golden_boots",
|
||||
"minecraft:golden_horse_armor"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:gold_nugget"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user