Remove leftover references to attribute-based shovel paxel
This commit is contained in:
parent
5ae72647c2
commit
3fb8ab3408
|
|
@ -65,25 +65,9 @@
|
|||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{"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
|
||||
}
|
||||
}
|
||||
{"function": "minecraft:enchant_randomly", "options": "#minecraft:on_random_loot"}
|
||||
],
|
||||
"name": "minecraft:wooden_shovel",
|
||||
"name": "mc_rebalance:wooden_paxel",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"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}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"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}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"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}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"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