Add files via upload

This commit is contained in:
Steven Tracey 2020-11-20 07:28:49 -05:00 committed by GitHub
parent 2b6bf67f27
commit 027df4ef69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
32 changed files with 317 additions and 17 deletions

View File

@ -6,7 +6,7 @@
{
"type": "item",
"weight": 1,
"name": "leatherite:raw_villager_meat",
"name": "vanilla:raw_villager_meat",
"functions": [
{
"function": "set_count",

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"vanilla:platinum_block"
]
}

View File

@ -6,7 +6,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "leatherite:gold_infused_netherite_block"
"name": "vanilla:gold_infused_netherite_block"
}
],
"conditions": [

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "vanilla:platinum_block"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@ -0,0 +1,28 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"weight": 1,
"name": "vanilla:platinum_nugget",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
]
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@ -14,6 +14,6 @@
}
},
"result": {
"item": "leatherite:emerald_axe"
"item": "vanilla:emerald_axe"
}
}

View File

@ -10,7 +10,7 @@
}
},
"result": {
"item": "leatherite:emerald_boots",
"item": "vanilla:emerald_boots",
"count": 1
}
}

View File

@ -11,7 +11,7 @@
}
},
"result": {
"item": "leatherite:emerald_chestplate",
"item": "vanilla:emerald_chestplate",
"count": 1
}
}

View File

@ -10,7 +10,7 @@
}
},
"result": {
"item": "leatherite:emerald_helmet",
"item": "vanilla:emerald_helmet",
"count": 1
}
}

View File

@ -14,7 +14,7 @@
}
},
"result": {
"item": "leatherite:emerald_hoe",
"item": "vanilla:emerald_hoe",
"count": 1
}
}

View File

@ -11,7 +11,7 @@
}
},
"result": {
"item": "leatherite:emerald_leggings",
"item": "vanilla:emerald_leggings",
"count": 1
}
}

View File

@ -14,7 +14,7 @@
}
},
"result": {
"item": "leatherite:emerald_pickaxe",
"item": "vanilla:emerald_pickaxe",
"count": 1
}
}

View File

@ -14,7 +14,7 @@
}
},
"result": {
"item": "leatherite:emerald_shovel",
"item": "vanilla:emerald_shovel",
"count": 1
}
}

View File

@ -14,7 +14,7 @@
}
},
"result": {
"item": "leatherite:emerald_sword",
"item": "vanilla:emerald_sword",
"count": 1
}
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
"X#",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "vanilla:platinum_ingot"
}
},
"result": {
"item": "vanilla:platinum_axe"
}
}

View File

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "vanilla:platinum_ingot"
}
},
"result": {
"item": "vanilla:platinum_block",
"count": 1
}
}

View File

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"# #"
],
"key": {
"#": {
"item": "vanilla:platinum_ingot"
}
},
"result": {
"item": "vanilla:platinum_boots",
"count": 1
}
}

View File

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"###",
"###"
],
"key": {
"#": {
"item": "vanilla:platinum_ingot"
}
},
"result": {
"item": "vanilla:platinum_chestplate",
"count": 1
}
}

View File

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #"
],
"key": {
"#": {
"item": "vanilla:platinum_ingot"
}
},
"result": {
"item": "vanilla:platinum_helmet",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"##",
" /",
" /"
],
"key": {
"#": {
"item": "vanilla:platinum_ingot"
},
"/": {
"item": "minecraft:stick"
}
},
"result": {
"item": "vanilla:platinum_hoe",
"count": 1
}
}

View File

@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "vanilla:platinum_ore"
},
"result": "vanilla:platinum_ingot",
"experience": 2.5,
"cookingtime": 200
}

View File

@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "vanilla:platinum_ore"
},
"result": "vanilla:platinum_ingot",
"experience": 2.5,
"cookingtime": 100
}

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#"
],
"key": {
"#": {
"item": "vanilla:platinum_block"
}
},
"result": {
"item": "vanilla:platinum_ingot",
"count": 9
}
}

View File

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "vanilla:platinum_nugget"
}
},
"result": {
"item": "vanilla:platinum_ingot",
"count": 1
}
}

View File

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"# #"
],
"key": {
"#": {
"item": "vanilla:platinum_ingot"
}
},
"result": {
"item": "vanilla:platinum_leggings",
"count": 1
}
}

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#"
],
"key": {
"#": {
"item": "vanilla:platinum_ingot"
}
},
"result": {
"item": "vanilla:platinum_nugget",
"count": 9
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
" / ",
" / "
],
"key": {
"#": {
"item": "vanilla:platinum_ingot"
},
"/": {
"item": "minecraft:stick"
}
},
"result": {
"item": "vanilla:platinum_pickaxe",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"/",
"/"
],
"key": {
"#": {
"item": "vanilla:platinum_ingot"
},
"/": {
"item": "minecraft:stick"
}
},
"result": {
"item": "vanilla:platinum_shovel",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#",
"/"
],
"key": {
"#": {
"item": "vanilla:platinum_ingot"
},
"/": {
"item": "minecraft:stick"
}
},
"result": {
"item": "vanilla:platinum_sword",
"count": 1
}
}

View File

@ -1,9 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "leatherite:raw_villager_meat"
"item": "vanilla:raw_villager_meat"
},
"result": "leatherite:cooked_villager_meat",
"result": "vanilla:cooked_villager_meat",
"experience": 0.3,
"cookingtime": 200
}

View File

@ -1,9 +1,9 @@
{
"type": "minecraft:campfire_cooking",
"ingredient": {
"item": "leatherite:raw_villager_meat"
"item": "vanilla:raw_villager_meat"
},
"result": "leatherite:cooked_villager_meat",
"result": "vanilla:cooked_villager_meat",
"experience": 0.3,
"cookingtime": 400
}

View File

@ -1,9 +1,9 @@
{
"type": "minecraft:smoking",
"ingredient": {
"item": "leatherite:raw_villager_meat"
"item": "vanilla:raw_villager_meat"
},
"result": "leatherite:cooked_villager_meat",
"result": "vanilla:cooked_villager_meat",
"experience": 0.3,
"cookingtime": 100
}