+ datapacks under git
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"|"
|
||||
],
|
||||
"key": {
|
||||
"#": "minecraft:coal",
|
||||
"|": "minecraft:stick"
|
||||
},
|
||||
"result": {
|
||||
"id": "minecraft:torch",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"|"
|
||||
],
|
||||
"key": {
|
||||
"#": { "item": "minecraft:coal" },
|
||||
"|": { "item": "minecraft:stick" }
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:torch",
|
||||
"count": 10
|
||||
}
|
||||
}
|
||||
6
datapacks/remove_vanilla_coper_chest/pack.mcmeta
Normal file
6
datapacks/remove_vanilla_coper_chest/pack.mcmeta
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 61,
|
||||
"description": "Remove native copper chest"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"aga",
|
||||
"gpg",
|
||||
"aga"
|
||||
],
|
||||
"key": {
|
||||
"a": "minecraft:amethyst_shard",
|
||||
"g": "minecraft:gold_ingot",
|
||||
"p": "minecraft:ender_pearl"
|
||||
},
|
||||
"result": {
|
||||
"id": "waystones:warp_stone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
6
datapacks/simplify_waystone/pack.mcmeta
Normal file
6
datapacks/simplify_waystone/pack.mcmeta
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 61,
|
||||
"description": "Simplify waystone stone recipe"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user