Compare commits

...

2 commits

44 changed files with 440 additions and 321 deletions

View file

@ -23,21 +23,6 @@
}, },
"path": "mods/globalpacks-fabric-1.21.1-21.0.6.jar" "path": "mods/globalpacks-fabric-1.21.1-21.0.6.jar"
}, },
{
"downloads": [
"https://cdn.modrinth.com/data/wOl8aLro/versions/BXT6xC81/item-components-1.1%2B1.21.jar"
],
"env": {
"client": "required",
"server": "required"
},
"fileSize": 48525,
"hashes": {
"sha1": "d8dc2f5bfc64cd0d0e6bdebb7a5f9db1c9d995d2",
"sha512": "762ee17c4d8fc07c6fac552864550534eba3c89dea2c22cf2e79c7abec398570d9992074bd12b1521a89aa472e703d2d969a7b7b7a7d0c75e975becccd3e8e3a"
},
"path": "mods/item-components-1.1+1.21.jar"
},
{ {
"downloads": [ "downloads": [
"https://cdn.modrinth.com/data/91hOfmS6/versions/YoDcA59K/bundle-backportish-1.1.5%2Bmc1.21.1.jar" "https://cdn.modrinth.com/data/91hOfmS6/versions/YoDcA59K/bundle-backportish-1.1.5%2Bmc1.21.1.jar"
@ -97,6 +82,21 @@
"sha512": "872c2c6562b76fd1b1876871845cf3480bdc47f33305f28144876c0d50a6441f057c9f9bf450385ac64e92d916e918d167d7ca439386f6bd06c27062ba0b2f1d" "sha512": "872c2c6562b76fd1b1876871845cf3480bdc47f33305f28144876c0d50a6441f057c9f9bf450385ac64e92d916e918d167d7ca439386f6bd06c27062ba0b2f1d"
}, },
"path": "mods/treesmakesound-1.2.1.jar" "path": "mods/treesmakesound-1.2.1.jar"
},
{
"downloads": [
"https://cdn.modrinth.com/data/LxgPJAAy/versions/tA4yLWwA/defaulted-fabric-1.21.1-1.2.1.2.jar"
],
"env": {
"client": "required",
"server": "required"
},
"fileSize": 565418,
"hashes": {
"sha1": "f5d0606c90da8d67dbb74524aeedcb0c689141c5",
"sha512": "e589b6f31e8ab7f9858da2d6cfde07f6c5b4d679b492830e05458c921ddb8f828294b69f451e01f070a6745bf7004cb1c81415533918c799197c4efa207e7208"
},
"path": "mods/defaulted-fabric-1.21.1-1.2.1.2.jar"
} }
] ]
} }

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,5 @@
{
"values": [
"mc_rebalance:diamond_paxel"
]
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,35 @@
{
"items": [
"mc_rebalance:diamond_paxel"
],
"patch": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_diamond_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 8.0, "correct_for_drops": true},
{"blocks": "#mineable/axe", "speed": 8.0, "correct_for_drops": true},
{"blocks": "#mineable/shovel", "speed": 8.0, "correct_for_drops": true},
{"blocks": "#mineable/hoe", "speed": 8.0, "correct_for_drops": true}
]
},
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 4.5,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -3.0,
"operation": "add_value",
"slot": "mainhand"
}
],
"minecraft:max_stack_size": 1,
"minecraft:damage": 0,
"minecraft:max_damage": 1561
}
}

View file

@ -0,0 +1,34 @@
{
"items": [
"mc_rebalance:golden_paxel"
],
"patch": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 10.0, "correct_for_drops": true},
{"blocks": "#mineable/axe", "speed": 10.0, "correct_for_drops": true},
{"blocks": "#mineable/shovel", "speed": 10.0, "correct_for_drops": true},
{"blocks": "#mineable/hoe", "speed": 10.0, "correct_for_drops": true}
]
},
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 3.5,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -3.1,
"operation": "add_value",
"slot": "mainhand"
}
],
"minecraft:max_stack_size": 1,
"minecraft:damage": 0
}
}

View file

@ -0,0 +1,35 @@
{
"items": [
"mc_rebalance:iron_paxel"
],
"patch": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_iron_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 6.0, "correct_for_drops": true},
{"blocks": "#mineable/axe", "speed": 6.0, "correct_for_drops": true},
{"blocks": "#mineable/shovel", "speed": 6.0, "correct_for_drops": true},
{"blocks": "#mineable/hoe", "speed": 6.0, "correct_for_drops": true}
]
},
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 3.5,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -3.1,
"operation": "add_value",
"slot": "mainhand"
}
],
"minecraft:max_stack_size": 1,
"minecraft:damage": 0,
"minecraft:max_damage": 250
}
}

View file

@ -0,0 +1,35 @@
{
"items": [
"mc_rebalance:netherite_paxel"
],
"patch": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_netherite_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 9.0, "correct_for_drops": true},
{"blocks": "#mineable/axe", "speed": 9.0, "correct_for_drops": true},
{"blocks": "#mineable/shovel", "speed": 9.0, "correct_for_drops": true},
{"blocks": "#mineable/hoe", "speed": 9.0, "correct_for_drops": true}
]
},
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 4.5,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -3.0,
"operation": "add_value",
"slot": "mainhand"
}
],
"minecraft:max_stack_size": 1,
"minecraft:damage": 0,
"minecraft:max_damage": 2031
}
}

View file

@ -0,0 +1,35 @@
{
"items": [
"mc_rebalance:stone_paxel"
],
"patch": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_stone_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 4.0, "correct_for_drops": true},
{"blocks": "#mineable/axe", "speed": 4.0, "correct_for_drops": true},
{"blocks": "#mineable/shovel", "speed": 4.0, "correct_for_drops": true},
{"blocks": "#mineable/hoe", "speed": 4.0, "correct_for_drops": true}
]
},
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 2.5,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -3.2,
"operation": "add_value",
"slot": "mainhand"
}
],
"minecraft:max_stack_size": 1,
"minecraft:damage": 0,
"minecraft:max_damage": 131
}
}

View file

@ -0,0 +1,35 @@
{
"items": [
"mc_rebalance:wooden_paxel"
],
"patch": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_wooden_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 2.0, "correct_for_drops": true},
{"blocks": "#mineable/axe", "speed": 2.0, "correct_for_drops": true},
{"blocks": "#mineable/shovel", "speed": 2.0, "correct_for_drops": true},
{"blocks": "#mineable/hoe", "speed": 2.0, "correct_for_drops": true}
]
},
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 1.5,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -3.2,
"operation": "add_value",
"slot": "mainhand"
}
],
"minecraft:max_stack_size": 1,
"minecraft:damage": 0,
"minecraft:max_damage": 59
}
}

View file

@ -1,12 +0,0 @@
{
"targets": [
"minecraft:golden_sword",
"minecraft:golden_shovel",
"minecraft:golden_pickaxe",
"minecraft:golden_axe",
"minecraft:golden_hoe"
],
"components": {
"minecraft:max_damage": 510
}
}

View file

@ -1,24 +0,0 @@
{
"targets": [
"minecraft:red_banner",
"minecraft:black_banner",
"minecraft:blue_banner",
"minecraft:brown_banner",
"minecraft:cyan_banner",
"minecraft:gray_banner",
"minecraft:green_banner",
"minecraft:light_blue_banner",
"minecraft:light_gray_banner",
"minecraft:lime_banner",
"minecraft:magenta_banner",
"minecraft:orange_banner",
"minecraft:pink_banner",
"minecraft:purple_banner",
"minecraft:white_banner",
"minecraft:yellow_banner",
"#minecraft:banners"
],
"components": {
"minecraft:max_stack_size": 64
}
}

View file

@ -1,24 +0,0 @@
{
"targets": [
"minecraft:red_bed",
"minecraft:black_bed",
"minecraft:blue_bed",
"minecraft:brown_bed",
"minecraft:cyan_bed",
"minecraft:gray_bed",
"minecraft:green_bed",
"minecraft:light_blue_bed",
"minecraft:light_gray_bed",
"minecraft:lime_bed",
"minecraft:magenta_bed",
"minecraft:orange_bed",
"minecraft:pink_bed",
"minecraft:purple_bed",
"minecraft:white_bed",
"minecraft:yellow_bed",
"#minecraft:beds"
],
"components": {
"minecraft:max_stack_size": 16
}
}

View file

@ -1,26 +0,0 @@
{
"targets": [
"minecraft:oak_boat",
"minecraft:spruce_boat",
"minecraft:birch_boat",
"minecraft:jungle_boat",
"minecraft:acacia_boat",
"minecraft:dark_oak_boat",
"minecraft:mangrove_boat",
"minecraft:cherry_boat",
"minecraft:bamboo_raft",
"minecraft:oak_chest_boat",
"minecraft:spruce_chest_boat",
"minecraft:birch_chest_boat",
"minecraft:jungle_chest_boat",
"minecraft:acacia_chest_boat",
"minecraft:dark_chest_oak_boat",
"minecraft:mangrove_chest_boat",
"minecraft:cherry_chest_boat",
"minecraft:bamboo_chest_raft",
"#minecraft:boats"
],
"components": {
"minecraft:max_stack_size": 16
}
}

View file

@ -1,31 +0,0 @@
{
"targets": [
"minecraft:oak_sign",
"minecraft:spruce_sign",
"minecraft:birch_sign",
"minecraft:jungle_sign",
"minecraft:acacia_sign",
"minecraft:dark_oak_sign",
"minecraft:mangrove_sign",
"minecraft:cherry_sign",
"minecraft:bamboo_sign",
"minecraft:crimson_sign",
"minecraft:warped_sign",
"minecraft:oak_hanging_sign",
"minecraft:spruce_hanging_sign",
"minecraft:birch_hanging_sign",
"minecraft:jungle_hanging_sign",
"minecraft:acacia_hanging_sign",
"minecraft:dark_oak_hanging_sign",
"minecraft:mangrove_hanging_sign",
"minecraft:cherry_hanging_sign",
"minecraft:bamboo_hanging_sign",
"minecraft:crimson_hanging_sign",
"minecraft:warped_hanging_sign",
"#minecraft:signs",
"#minecraft:hanging_signs"
],
"components": {
"minecraft:max_stack_size": 64
}
}

View file

@ -1,12 +0,0 @@
{
"targets": [
"minecraft:beetroot_soup",
"minecraft:mushroom_stew",
"minecraft:rabbit_stew",
"minecraft:suspicious_stew",
"#c:foods/soup"
],
"components": {
"minecraft:max_stack_size": 16
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {"item": "minecraft:stick"},
"X": {"item": "minecraft:diamond"},
"Z": {"item": "minecraft:netherite_scrap"}
},
"pattern": [
"XZX",
"X#X",
" # "
],
"result": {
"count": 1,
"id": "mc_rebalance:diamond_paxel"
}
}

View file

@ -1,31 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {"item": "minecraft:stick"},
"X": {"item": "minecraft:diamond"},
"Z": {"item": "minecraft:netherite_scrap"}
},
"pattern": [
"XZX",
"X#X",
" # "
],
"result": {
"count": 1,
"id": "minecraft:diamond_shovel",
"components": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_diamond_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 8.0, "correct_for_drops": true},
{"blocks": "#mineable/axe", "speed": 8.0, "correct_for_drops": true},
{"blocks": "#mineable/shovel", "speed": 8.0, "correct_for_drops": true},
{"blocks": "#mineable/hoe", "speed": 8.0, "correct_for_drops": true}
]
},
"custom_name": "{'text':'Diamond Paxel','italic':false}",
"custom_model_data": 74831
}
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {"item": "minecraft:stick"},
"X": {"item": "minecraft:gold_ingot"},
"Z": {"item": "minecraft:diamond"}
},
"pattern": [
"XZX",
"X#X",
" # "
],
"result": {
"count": 1,
"id": "mc_rebalance:golden_paxel"
}
}

View file

@ -1,31 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {"item": "minecraft:stick"},
"X": {"item": "minecraft:gold_ingot"},
"Z": {"item": "minecraft:diamond"}
},
"pattern": [
"XZX",
"X#X",
" # "
],
"result": {
"count": 1,
"id": "minecraft:golden_shovel",
"components": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 8.0, "correct_for_drops": true},
{"blocks": "#mineable/axe", "speed": 8.0, "correct_for_drops": true},
{"blocks": "#mineable/shovel", "speed": 8.0, "correct_for_drops": true},
{"blocks": "#mineable/hoe", "speed": 8.0, "correct_for_drops": true}
]
},
"custom_name": "{'text':'Golden Paxel','italic':false}",
"custom_model_data": 74831
}
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {"item": "minecraft:stick"},
"X": {"item": "minecraft:iron_ingot"},
"Z": {"item": "minecraft:gold_ingot"}
},
"pattern": [
"XZX",
"X#X",
" # "
],
"result": {
"count": 1,
"id": "mc_rebalance:iron_paxel"
}
}

View file

@ -1,31 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {"item": "minecraft:stick"},
"X": {"item": "minecraft:iron_ingot"},
"Z": {"item": "minecraft:gold_ingot"}
},
"pattern": [
"XZX",
"X#X",
" # "
],
"result": {
"count": 1,
"id": "minecraft:iron_shovel",
"components": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_iron_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 6.0, "correct_for_drops": true},
{"blocks": "#mineable/axe", "speed": 6.0, "correct_for_drops": true},
{"blocks": "#mineable/shovel", "speed": 6.0, "correct_for_drops": true},
{"blocks": "#mineable/hoe", "speed": 6.0, "correct_for_drops": true}
]
},
"custom_name": "{'text':'Iron Paxel','italic':false}",
"custom_model_data": 74831
}
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "mc_rebalance:diamond_paxel"
},
"result": {
"count": 1,
"id": "mc_rebalance:netherite_paxel"
},
"template": []
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {"item": "minecraft:stick"},
"X": {"tag": "minecraft:stone_tool_materials"},
"Z": {"item": "minecraft:iron_ingot"}
},
"pattern": [
"XZX",
"X#X",
" # "
],
"result": {
"count": 1,
"id": "mc_rebalance:stone_paxel"
}
}

View file

@ -1,31 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {"item": "minecraft:stick"},
"X": {"tag": "minecraft:stone_tool_materials"},
"Z": {"item": "minecraft:iron_ingot"}
},
"pattern": [
"XZX",
"X#X",
" # "
],
"result": {
"count": 1,
"id": "minecraft:stone_shovel",
"components": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_stone_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 4.0, "correct_for_drops": true},
{"blocks": "#mineable/axe", "speed": 4.0, "correct_for_drops": true},
{"blocks": "#mineable/shovel", "speed": 4.0, "correct_for_drops": true},
{"blocks": "#mineable/hoe", "speed": 4.0, "correct_for_drops": true}
]
},
"custom_name": "{'text':'Copper Paxel','italic':false}",
"custom_model_data": 74831
}
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {"item": "minecraft:stick"},
"X": {"tag": "minecraft:planks"}
},
"pattern": [
"XXX",
" # ",
" # "
],
"result": {
"count": 1,
"id": "mc_rebalance:wooden_paxel"
}
}

View file

@ -1,30 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {"item": "minecraft:stick"},
"X": {"tag": "minecraft:planks"}
},
"pattern": [
"XXX",
" # ",
" # "
],
"result": {
"count": 1,
"id": "minecraft:wooden_shovel",
"components": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_wooden_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 2.0, "correct_for_drops": true},
{"blocks": "#mineable/axe", "speed": 2.0, "correct_for_drops": true},
{"blocks": "#mineable/shovel", "speed": 2.0, "correct_for_drops": true},
{"blocks": "#mineable/hoe", "speed": 2.0, "correct_for_drops": true}
]
},
"custom_name": "{'text':'Wooden Paxel','italic':false}",
"custom_model_data": 74831
}
}
}

View file

@ -0,0 +1,10 @@
{
"values": [
"mc_rebalance:wooden_paxel",
"mc_rebalance:stone_paxel",
"mc_rebalance:iron_paxel",
"mc_rebalance:golden_paxel",
"mc_rebalance:diamond_paxel",
"mc_rebalance:netherite_paxel"
]
}

View file

@ -1,8 +1,8 @@
{ {
"targets": [ "items": [
"minecraft:golden_boots" "minecraft:golden_boots"
], ],
"components": { "patch": {
"max_damage": 275, "max_damage": 275,
"attribute_modifiers": [{ "attribute_modifiers": [{
"type": "generic.armor", "type": "generic.armor",

View file

@ -1,8 +1,8 @@
{ {
"targets": [ "items": [
"minecraft:golden_chestplate" "minecraft:golden_chestplate"
], ],
"components": { "patch": {
"max_damage": 350, "max_damage": 350,
"attribute_modifiers": [{ "attribute_modifiers": [{
"type": "generic.armor", "type": "generic.armor",

View file

@ -1,8 +1,8 @@
{ {
"targets": [ "items": [
"minecraft:golden_helmet" "minecraft:golden_helmet"
], ],
"components": { "patch": {
"max_damage": 245, "max_damage": 245,
"attribute_modifiers": [{ "attribute_modifiers": [{
"type": "generic.armor", "type": "generic.armor",

View file

@ -1,8 +1,8 @@
{ {
"targets": [ "items": [
"minecraft:golden_leggings" "minecraft:golden_leggings"
], ],
"components": { "patch": {
"max_damage": 335, "max_damage": 335,
"attribute_modifiers": [{ "attribute_modifiers": [{
"type": "generic.armor", "type": "generic.armor",

View file

@ -1,8 +1,14 @@
{ {
"targets": [ "items": [
"minecraft:golden_axe" "minecraft:golden_axe"
], ],
"components": { "patch": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
{"blocks": "#mineable/axe", "speed": 10.0, "correct_for_drops": true}
]
},
"attribute_modifiers": [ "attribute_modifiers": [
{ {
"type": "generic.attack_damage", "type": "generic.attack_damage",

View file

@ -0,0 +1,8 @@
{
"tags": [
"defaulted:golden_tools"
],
"patch": {
"minecraft:max_damage": 510
}
}

View file

@ -1,8 +1,14 @@
{ {
"targets": [ "items": [
"minecraft:golden_hoe" "minecraft:golden_hoe"
], ],
"components": { "patch": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
{"blocks": "#mineable/hoe", "speed": 10.0, "correct_for_drops": true}
]
},
"attribute_modifiers": [ "attribute_modifiers": [
{ {
"type": "generic.attack_damage", "type": "generic.attack_damage",

View file

@ -1,8 +1,14 @@
{ {
"targets": [ "items": [
"minecraft:golden_pickaxe" "minecraft:golden_pickaxe"
], ],
"components": { "patch": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
{"blocks": "#mineable/pickaxe", "speed": 10.0, "correct_for_drops": true}
]
},
"attribute_modifiers": [ "attribute_modifiers": [
{ {
"type": "generic.attack_damage", "type": "generic.attack_damage",

View file

@ -1,8 +1,14 @@
{ {
"targets": [ "items": [
"minecraft:golden_shovel" "minecraft:golden_shovel"
], ],
"components": { "patch": {
"tool": {
"rules": [
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
{"blocks": "#mineable/shovel", "speed": 10.0, "correct_for_drops": true}
]
},
"attribute_modifiers": [ "attribute_modifiers": [
{ {
"type": "generic.attack_damage", "type": "generic.attack_damage",

View file

@ -1,8 +1,8 @@
{ {
"targets": [ "items": [
"minecraft:golden_sword" "minecraft:golden_sword"
], ],
"components": { "patch": {
"attribute_modifiers": [ "attribute_modifiers": [
{ {
"type": "generic.attack_damage", "type": "generic.attack_damage",

View file

@ -1,5 +1,5 @@
{ {
"targets": [ "items": [
"minecraft:potion", "minecraft:potion",
"minecraft:lingering_potion", "minecraft:lingering_potion",
"minecraft:splash_potion", "minecraft:splash_potion",
@ -15,7 +15,12 @@
"minecraft:golden_horse_armor", "minecraft:golden_horse_armor",
"minecraft:diamond_horse_armor" "minecraft:diamond_horse_armor"
], ],
"components": { "tags": [
"minecraft:beds",
"minecraft:boats",
"c:foods/soup"
],
"patch": {
"minecraft:max_stack_size": 16 "minecraft:max_stack_size": 16
} }
} }

View file

@ -1,7 +1,6 @@
{ {
"targets": [ "items": [
"minecraft:enchanted_book", "minecraft:enchanted_book",
"#c:music_discs",
"minecraft:goat_horn", "minecraft:goat_horn",
"minecraft:flower_banner_pattern", "minecraft:flower_banner_pattern",
"minecraft:creeper_banner_pattern", "minecraft:creeper_banner_pattern",
@ -14,7 +13,13 @@
"minecraft:armor_stand", "minecraft:armor_stand",
"minecraft:written_book" "minecraft:written_book"
], ],
"components": { "tags": [
"c:music_discs",
"minecraft:banners",
"minecraft:signs",
"minecraft:hanging_signs"
],
"patch": {
"minecraft:max_stack_size": 64 "minecraft:max_stack_size": 64
} }
} }