v1.0.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"group": "processed_obsidian",
|
||||
"category": "blocks",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "processed_obsidian:obsidian_bricks"
|
||||
},
|
||||
"result": {
|
||||
"id": "processed_obsidian:cracked_obsidian_bricks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"group": "processed_obsidian",
|
||||
"category": "blocks",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "processed_obsidian:obsidian_tiles"
|
||||
},
|
||||
"result": {
|
||||
"id": "processed_obsidian:cracked_obsidian_tiles"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "processed_obsidian",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:obsidian"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "processed_obsidian:obsidian_dust",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "processed_obsidian",
|
||||
"category": "building",
|
||||
"pattern": [
|
||||
"OOO",
|
||||
"OOO",
|
||||
"OOO"
|
||||
],
|
||||
"key": {
|
||||
"O": {
|
||||
"item": "processed_obsidian:obsidian_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"id": "minecraft:obsidian",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"group": "processed_obsidian",
|
||||
"category": "blocks",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.3,
|
||||
"ingredient": {
|
||||
"item": "processed_obsidian:obsidian_dust"
|
||||
},
|
||||
"result": {
|
||||
"id": "processed_obsidian:obsidian_bricks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "processed_obsidian",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "processed_obsidian:obsidian_bricks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"SS",
|
||||
"SS"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "processed_obsidian:obsidian_tiles"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "processed_obsidian",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:obsidian"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"SS",
|
||||
"SS"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "processed_obsidian:polished_obsidian"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user