1
0
Fork 0

Inital commit

This commit is contained in:
abtmtr 2025-08-27 20:49:18 -05:00
commit b5089257c5
1005 changed files with 23476 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 800,
"experience": 6.3,
"group": "copper_block",
"ingredient": "minecraft:raw_copper_block",
"result": {
"id": "minecraft:copper_block"
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.1,
"group": "glass_block",
"ingredient": [
"minecraft:sand",
"minecraft:red_sand"
],
"result": {
"id": "minecraft:glass"
}
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 800,
"experience": 9.0,
"group": "gold_block",
"ingredient": "minecraft:raw_gold_block",
"result": {
"id": "minecraft:gold_block"
}
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 800,
"experience": 6.3,
"group": "iron_block",
"ingredient": "minecraft:raw_iron_block",
"result": {
"id": "minecraft:iron_block"
}
}