Add files via upload
This commit is contained in:
parent
2b6bf67f27
commit
027df4ef69
@ -6,7 +6,7 @@
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 1,
|
||||
"name": "leatherite:raw_villager_meat",
|
||||
"name": "vanilla:raw_villager_meat",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"vanilla:platinum_block"
|
||||
]
|
||||
}
|
@ -6,7 +6,7 @@
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "leatherite:gold_infused_netherite_block"
|
||||
"name": "vanilla:gold_infused_netherite_block"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "vanilla:platinum_block"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -14,6 +14,6 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "leatherite:emerald_axe"
|
||||
"item": "vanilla:emerald_axe"
|
||||
}
|
||||
}
|
@ -10,7 +10,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "leatherite:emerald_boots",
|
||||
"item": "vanilla:emerald_boots",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -11,7 +11,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "leatherite:emerald_chestplate",
|
||||
"item": "vanilla:emerald_chestplate",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -10,7 +10,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "leatherite:emerald_helmet",
|
||||
"item": "vanilla:emerald_helmet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -14,7 +14,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "leatherite:emerald_hoe",
|
||||
"item": "vanilla:emerald_hoe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -11,7 +11,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "leatherite:emerald_leggings",
|
||||
"item": "vanilla:emerald_leggings",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -14,7 +14,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "leatherite:emerald_pickaxe",
|
||||
"item": "vanilla:emerald_pickaxe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -14,7 +14,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "leatherite:emerald_shovel",
|
||||
"item": "vanilla:emerald_shovel",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -14,7 +14,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "leatherite:emerald_sword",
|
||||
"item": "vanilla:emerald_sword",
|
||||
"count": 1
|
||||
}
|
||||
}
|
19
src/main/resources/data/vanilla/recipes/platinum_axe.json
Normal file
19
src/main/resources/data/vanilla/recipes/platinum_axe.json
Normal 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"
|
||||
}
|
||||
}
|
17
src/main/resources/data/vanilla/recipes/platinum_block.json
Normal file
17
src/main/resources/data/vanilla/recipes/platinum_block.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "vanilla:platinum_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "vanilla:platinum_block",
|
||||
"count": 1
|
||||
}
|
||||
}
|
16
src/main/resources/data/vanilla/recipes/platinum_boots.json
Normal file
16
src/main/resources/data/vanilla/recipes/platinum_boots.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"# #"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "vanilla:platinum_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "vanilla:platinum_boots",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "vanilla:platinum_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "vanilla:platinum_chestplate",
|
||||
"count": 1
|
||||
}
|
||||
}
|
16
src/main/resources/data/vanilla/recipes/platinum_helmet.json
Normal file
16
src/main/resources/data/vanilla/recipes/platinum_helmet.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"# #"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "vanilla:platinum_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "vanilla:platinum_helmet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
20
src/main/resources/data/vanilla/recipes/platinum_hoe.json
Normal file
20
src/main/resources/data/vanilla/recipes/platinum_hoe.json
Normal 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
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "vanilla:platinum_ore"
|
||||
},
|
||||
"result": "vanilla:platinum_ingot",
|
||||
"experience": 2.5,
|
||||
"cookingtime": 200
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"ingredient": {
|
||||
"item": "vanilla:platinum_ore"
|
||||
},
|
||||
"result": "vanilla:platinum_ingot",
|
||||
"experience": 2.5,
|
||||
"cookingtime": 100
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "vanilla:platinum_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "vanilla:platinum_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "vanilla:platinum_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "vanilla:platinum_ingot",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"# #",
|
||||
"# #"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "vanilla:platinum_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "vanilla:platinum_leggings",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "vanilla:platinum_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "vanilla:platinum_nugget",
|
||||
"count": 9
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
" / ",
|
||||
" / "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "vanilla:platinum_ingot"
|
||||
},
|
||||
"/": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "vanilla:platinum_pickaxe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
20
src/main/resources/data/vanilla/recipes/platinum_shovel.json
Normal file
20
src/main/resources/data/vanilla/recipes/platinum_shovel.json
Normal 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
|
||||
}
|
||||
}
|
20
src/main/resources/data/vanilla/recipes/platinum_sword.json
Normal file
20
src/main/resources/data/vanilla/recipes/platinum_sword.json
Normal 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
|
||||
}
|
||||
}
|
@ -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
|
||||
}
|
@ -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
|
||||
}
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user