Add Data & Resource Tweaks

This commit is contained in:
Sangelo 2023-03-02 21:17:17 +01:00
parent 627ccba88a
commit 6d8dabd798
193 changed files with 119 additions and 24 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

View file

@ -0,0 +1,6 @@
{
"pack":{
"pack_format": 10,
"description": "§aExplore§2Craft§r: §fMarbled\n§7Required resources (built-in)"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

View file

@ -1,24 +0,0 @@
{
"type": "crafting_shaped",
"group": "mythicmetals",
"pattern": [
"mbm",
"bub",
"mbm"
],
"key": {
"m": {
"item": "mythicmetals:morkite_block"
},
"b": {
"item": "mythicmetals:banglum_block"
},
"u": {
"item": "mythicmetals:unobtanium_ore"
}
},
"result": {
"item": "minecraft:acacia_wood",
"count": 4
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"mcm",
"cbc",
"mcm"
],
"key": {
"m": {
"item": "mythicmetals:morkite_block"
},
"b": {
"item": "mythicmetals:banglum_block"
},
"c": {
"item": "mythicmetals:banglum_chunk"
}
},
"result": {
"item": "mythicmetals:banglum_nuke_core",
"count": 1
}
}

View file

@ -0,0 +1,29 @@
{
"type": "travelersbackpack:backpack_shaped",
"pattern": [
"mpm",
"cdc",
"bpb"
],
"key": {
"d": {
"item": "travelersbackpack:standard"
},
"m": {
"item": "mythicmetals:midas_gold_block"
},
"p": {
"item": "mythicmetals:palladium_ingot"
},
"c": {
"item": "mythicmetals:celestium_ingot"
},
"b": {
"item": "create:blaze_cake"
}
},
"result": {
"item": "travelersbackpack:blaze",
"count": 1
}
}

View file

@ -0,0 +1,35 @@
{
"type": "travelersbackpack:backpack_shaped",
"pattern":[
"mhm",
"bdb",
"rbr"
],
"key": {
"d": {
"item": "travelersbackpack:standard"
},
"b": {
"item": "minecraft:obsidian"
},
"m": {
"item": "mythicupgrades:ametrine"
},
"h": {
"item": "minecraft:dragon_head"
},
"r": {
"item": "minecraft:dragon_breath"
}
},
"result": {
"item": "travelersbackpack:dragon",
"count": 1
}
}

View file

@ -0,0 +1,26 @@
{
"type": "travelersbackpack:backpack_shaped",
"pattern": [
"kek",
"dbd",
"kek"
],
"key": {
"b": {
"item": "travelersbackpack:standard"
},
"k": {
"item": "mythicmetals:kyber_block"
},
"d": {
"item": "mythicmetals:durasteel_block"
},
"e": {
"item": "minecraft:ender_pearl"
}
},
"result": {
"item": "travelersbackpack:enderman",
"count": 1
}
}

Some files were not shown because too many files have changed in this diff Show more