Compare commits

..

No commits in common. "63af082af2abd6c8f77ecc636abc6dba4876a9e9" and "2b3b5fe50f4380f28b0235a3975723828f957a92" have entirely different histories.

34 changed files with 44 additions and 351 deletions

View file

@ -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"
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "mc_rebalance:item/diamond_paxel"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "mc_rebalance:item/golden_paxel"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "mc_rebalance:item/iron_paxel"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "mc_rebalance:item/netherite_paxel"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "mc_rebalance:item/stone_paxel"
}
}

View file

@ -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

View file

@ -1,5 +0,0 @@
{
"values": [
"mc_rebalance:copper_nugget"
]
}

View file

@ -1,8 +0,0 @@
{
"items": [
"mc_rebalance:copper_boots"
],
"patch": {
"max_damage": 143
}
}

View file

@ -1,8 +0,0 @@
{
"items": [
"mc_rebalance:copper_chestplate"
],
"patch": {
"max_damage": 176
}
}

View file

@ -1,8 +0,0 @@
{
"items": [
"mc_rebalance:copper_helmet"
],
"patch": {
"max_damage": 121
}
}

View file

@ -1,8 +0,0 @@
{
"items": [
"mc_rebalance:copper_leggings"
],
"patch": {
"max_damage": 165
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:copper_ingot"
}
],
"result": {
"count": 9,
"id": "mc_rebalance:copper_nugget"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -1,5 +0,0 @@
{
"values": [
"mc_rebalance:copper_chestplate"
]
}

View file

@ -1,5 +0,0 @@
{
"values": [
"mc_rebalance:copper_boots"
]
}

View file

@ -1,5 +0,0 @@
{
"values": [
"mc_rebalance:copper_helmet"
]
}

View file

@ -1,5 +0,0 @@
{
"values": [
"mc_rebalance:copper_leggings"
]
}