Compare commits
No commits in common. "69b5152356ceed6cf89ce79f3fade5d409db478b" and "5ae72647c2eabd426ef68f068790403ab36c8af4" have entirely different histories.
69b5152356
...
5ae72647c2
|
|
@ -6,10 +6,10 @@
|
||||||
"tool": {
|
"tool": {
|
||||||
"rules": [
|
"rules": [
|
||||||
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
||||||
{"blocks": "#mineable/pickaxe", "speed": 8.0, "correct_for_drops": true},
|
{"blocks": "#mineable/pickaxe", "speed": 10.0, "correct_for_drops": true},
|
||||||
{"blocks": "#mineable/axe", "speed": 8.0, "correct_for_drops": true},
|
{"blocks": "#mineable/axe", "speed": 10.0, "correct_for_drops": true},
|
||||||
{"blocks": "#mineable/shovel", "speed": 8.0, "correct_for_drops": true},
|
{"blocks": "#mineable/shovel", "speed": 10.0, "correct_for_drops": true},
|
||||||
{"blocks": "#mineable/hoe", "speed": 8.0, "correct_for_drops": true}
|
{"blocks": "#mineable/hoe", "speed": 10.0, "correct_for_drops": true}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"attribute_modifiers": [
|
"attribute_modifiers": [
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"tool": {
|
"tool": {
|
||||||
"rules": [
|
"rules": [
|
||||||
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
||||||
{"blocks": "#mineable/axe", "speed": 8.0, "correct_for_drops": true}
|
{"blocks": "#mineable/axe", "speed": 10.0, "correct_for_drops": true}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"attribute_modifiers": [
|
"attribute_modifiers": [
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"tool": {
|
"tool": {
|
||||||
"rules": [
|
"rules": [
|
||||||
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
||||||
{"blocks": "#mineable/hoe", "speed": 8.0, "correct_for_drops": true}
|
{"blocks": "#mineable/hoe", "speed": 10.0, "correct_for_drops": true}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"attribute_modifiers": [
|
"attribute_modifiers": [
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"tool": {
|
"tool": {
|
||||||
"rules": [
|
"rules": [
|
||||||
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
||||||
{"blocks": "#mineable/pickaxe", "speed": 8.0, "correct_for_drops": true}
|
{"blocks": "#mineable/pickaxe", "speed": 10.0, "correct_for_drops": true}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"attribute_modifiers": [
|
"attribute_modifiers": [
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"tool": {
|
"tool": {
|
||||||
"rules": [
|
"rules": [
|
||||||
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
||||||
{"blocks": "#mineable/shovel", "speed": 8.0, "correct_for_drops": true}
|
{"blocks": "#mineable/shovel", "speed": 10.0, "correct_for_drops": true}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"attribute_modifiers": [
|
"attribute_modifiers": [
|
||||||
|
|
|
||||||
|
|
@ -65,9 +65,25 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"functions": [
|
"functions": [
|
||||||
{"function": "minecraft:enchant_randomly", "options": "#minecraft:on_random_loot"}
|
{"function": "minecraft:enchant_randomly", "options": "#minecraft:on_random_loot"},
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_components",
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"name": "mc_rebalance:wooden_paxel",
|
"name": "minecraft:wooden_shovel",
|
||||||
"weight": 35
|
"weight": 35
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "equipment",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:gold_ingot"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"XX",
|
||||||
|
"X#",
|
||||||
|
" #"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:golden_axe",
|
||||||
|
"components": {
|
||||||
|
"tool": {
|
||||||
|
"rules": [
|
||||||
|
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
||||||
|
{"blocks": "#mineable/axe", "speed": 8.0, "correct_for_drops": true}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "equipment",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:gold_ingot"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"XX",
|
||||||
|
" #",
|
||||||
|
" #"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:golden_hoe",
|
||||||
|
"components": {
|
||||||
|
"tool": {
|
||||||
|
"rules": [
|
||||||
|
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
||||||
|
{"blocks": "#mineable/hoe", "speed": 8.0, "correct_for_drops": true}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "equipment",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:gold_ingot"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"XXX",
|
||||||
|
" # ",
|
||||||
|
" # "
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:golden_pickaxe",
|
||||||
|
"components": {
|
||||||
|
"tool": {
|
||||||
|
"rules": [
|
||||||
|
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
||||||
|
{"blocks": "#mineable/pickaxe", "speed": 8.0, "correct_for_drops": true}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "equipment",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:gold_ingot"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"X",
|
||||||
|
"#",
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"id": "minecraft:golden_shovel",
|
||||||
|
"components": {
|
||||||
|
"tool": {
|
||||||
|
"rules": [
|
||||||
|
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
|
||||||
|
{"blocks": "#mineable/shovel", "speed": 8.0, "correct_for_drops": true}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue