Compare commits
No commits in common. "63af082af2abd6c8f77ecc636abc6dba4876a9e9" and "2b3b5fe50f4380f28b0235a3975723828f957a92" have entirely different histories.
63af082af2
...
2b3b5fe50f
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"item.mc_rebalance.wooden_paxel": "Wooden Paxel",
|
||||
"item.mc_rebalance.stone_paxel": "Copper Paxel",
|
||||
"item.mc_rebalance.iron_paxel": "Iron Paxel",
|
||||
"item.mc_rebalance.golden_paxel": "Golden Paxel",
|
||||
"item.mc_rebalance.diamond_paxel": "Diamond Paxel",
|
||||
"item.mc_rebalance.netherite_paxel": "Dendrite Paxel"
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "mc_rebalance:item/diamond_paxel"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "mc_rebalance:item/golden_paxel"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "mc_rebalance:item/iron_paxel"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "mc_rebalance:item/netherite_paxel"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "mc_rebalance:item/stone_paxel"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "mc_rebalance:item/wooden_paxel"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 360 B |
Binary file not shown.
|
After Width: | Height: | Size: 351 B |
Binary file not shown.
|
After Width: | Height: | Size: 366 B |
Binary file not shown.
|
After Width: | Height: | Size: 376 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 371 B |
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"mc_rebalance:copper_nugget"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"items": [
|
||||
"mc_rebalance:copper_boots"
|
||||
],
|
||||
"patch": {
|
||||
"max_damage": 143
|
||||
}
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"items": [
|
||||
"mc_rebalance:copper_chestplate"
|
||||
],
|
||||
"patch": {
|
||||
"max_damage": 176
|
||||
}
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"items": [
|
||||
"mc_rebalance:copper_helmet"
|
||||
],
|
||||
"patch": {
|
||||
"max_damage": 121
|
||||
}
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"items": [
|
||||
"mc_rebalance:copper_leggings"
|
||||
],
|
||||
"patch": {
|
||||
"max_damage": 165
|
||||
}
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"X X"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "mc_rebalance:copper_boots"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"XXX",
|
||||
"XXX"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "mc_rebalance:copper_chestplate"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"XXX",
|
||||
"X X"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "mc_rebalance:copper_helmet"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "copper_ingot",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "mc_rebalance:copper_nugget"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:copper_ingot"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"XXX",
|
||||
"X X",
|
||||
"X X"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "mc_rebalance:copper_leggings"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:copper_ingot"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 9,
|
||||
"id": "mc_rebalance:copper_nugget"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": [
|
||||
{
|
||||
"tag": "defaulted:stone_tools"
|
||||
},
|
||||
{
|
||||
"item": "mc_rebalance:copper_helmet"
|
||||
},
|
||||
{
|
||||
"item": "mc_rebalance:copper_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "mc_rebalance:copper_leggings"
|
||||
},
|
||||
{
|
||||
"item": "mc_rebalance:copper_boots"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "mc_rebalance:copper_nugget"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "misc",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": [
|
||||
{
|
||||
"tag": "defaulted:stone_tools"
|
||||
},
|
||||
{
|
||||
"item": "mc_rebalance:copper_helmet"
|
||||
},
|
||||
{
|
||||
"item": "mc_rebalance:copper_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "mc_rebalance:copper_leggings"
|
||||
},
|
||||
{
|
||||
"item": "mc_rebalance:copper_boots"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "mc_rebalance:copper_nugget"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": [
|
||||
{
|
||||
"tag": "defaulted:golden_tools"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_helmet"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_leggings"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_boots"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_horse_armor"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:gold_nugget"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "misc",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": [
|
||||
{
|
||||
"tag": "defaulted:golden_tools"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_helmet"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_leggings"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_boots"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_horse_armor"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:gold_nugget"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": [
|
||||
{
|
||||
"tag": "defaulted:iron_tools"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_helmet"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_leggings"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_boots"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_horse_armor"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_helmet"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_leggings"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_boots"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:iron_nugget"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "misc",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": [
|
||||
{
|
||||
"tag": "defaulted:iron_tools"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_helmet"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_leggings"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_boots"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_horse_armor"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_helmet"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_leggings"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chainmail_boots"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:iron_nugget"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"mc_rebalance:copper_chestplate"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"mc_rebalance:copper_boots"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"mc_rebalance:copper_helmet"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"mc_rebalance:copper_leggings"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue