Move datapacks into folder
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
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": "smelting",
|
||||
"ingredient": {"item": "minecraft:quartz_block"},
|
||||
"result": "minecraft:smooth_quartz"
|
||||
}
|
||||
@@ -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,5 @@
|
||||
{
|
||||
"type": "smelting",
|
||||
"ingredient": {"item": "minecraft:red_sandstone"},
|
||||
"result": "minecraft:smooth_red_sandstone"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_sandstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:sandstone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": "smelting",
|
||||
"ingredient": {"item": "minecraft:sandstone"},
|
||||
"result": "minecraft:smooth_sandstone"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_stone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": "smelting",
|
||||
"ingredient": {"item": "minecraft:stone"},
|
||||
"result": "minecraft:smooth_stone"
|
||||
}
|
||||
6
datapacks/dodsorfas_old_blocks/pack.mcmeta
Executable file
6
datapacks/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