init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"___",
|
||||
"_M_",
|
||||
"___"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:oak_slab"
|
||||
},
|
||||
"M": {
|
||||
"item": "minecraft:magma_cream"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:petrified_oak_slab",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_quartz"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:quartz_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
16
dodsorfas_old_blocks/data/dodsorfas_old_blocks/recipes/smooth-quartz.json
Executable file
16
dodsorfas_old_blocks/data/dodsorfas_old_blocks/recipes/smooth-quartz.json
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"__",
|
||||
"__"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:quartz_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:smooth_quartz",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_red_sandstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:red_sandstone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"__",
|
||||
"__"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:red_sandstone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:smooth_red_sandstone",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_sandstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:sandstone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
16
dodsorfas_old_blocks/data/dodsorfas_old_blocks/recipes/smooth-sandstone.json
Executable file
16
dodsorfas_old_blocks/data/dodsorfas_old_blocks/recipes/smooth-sandstone.json
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"__",
|
||||
"__"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:sandstone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:smooth_sandstone",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_stone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
16
dodsorfas_old_blocks/data/dodsorfas_old_blocks/recipes/smooth-stone.json
Executable file
16
dodsorfas_old_blocks/data/dodsorfas_old_blocks/recipes/smooth-stone.json
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"__",
|
||||
"__"
|
||||
],
|
||||
"key": {
|
||||
"_": {
|
||||
"item": "minecraft:stone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:smooth_stone",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
6
dodsorfas_old_blocks/pack.mcmeta
Executable file
6
dodsorfas_old_blocks/pack.mcmeta
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 1,
|
||||
"description": "Dodsorfas Data Pack for Old or otherwise unobtainable blocks (cosmetic)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user