Skip to content

Commit

Permalink
fix: Parsing error with knife recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
atomic-junky committed Jun 16, 2024
1 parent 2f2c1b8 commit 1907780
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 30 deletions.
10 changes: 4 additions & 6 deletions tasty_supplies/src/data/tasty_supplies/recipe/diamond_knife.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,17 @@
"modifiers": [
{
"type": "generic.attack_damage",
"name": "generic.attack_damage",
"slot": "mainhand",
"operation": "add_value",
"id": "tasty_supplies:flint_diamond_damage",
"amount": 4,
"uuid": [42853, 1689024593, -201178, -1559272105]
"operation": "add_value"
},
{
"type": "generic.attack_speed",
"name": "generic.attack_speed",
"slot": "mainhand",
"operation": "add_value",
"id": "tasty_supplies:flint_diamond_speed",
"amount": 2,
"uuid": [51238, 3376251567, -221210, 1511500114]
"operation": "add_value"
}
]
}
Expand Down
10 changes: 4 additions & 6 deletions tasty_supplies/src/data/tasty_supplies/recipe/flint_knife.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,17 @@
"modifiers": [
{
"type": "generic.attack_damage",
"name": "generic.attack_damage",
"slot": "mainhand",
"operation": "add_value",
"id": "tasty_supplies:flint_knife_damage",
"amount": 3,
"uuid": [-21150, -2101212455, 955400, -4451254846]
"operation": "add_value"
},
{
"type": "generic.attack_speed",
"name": "generic.attack_speed",
"slot": "mainhand",
"operation": "add_value",
"id": "tasty_supplies:flint_knife_speed",
"amount": 2,
"uuid": [522326553, -25545478541, 454515, -4546467]
"operation": "add_value"
}
]
}
Expand Down
10 changes: 4 additions & 6 deletions tasty_supplies/src/data/tasty_supplies/recipe/golden_knife.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,17 @@
"modifiers": [
{
"type": "generic.attack_damage",
"name": "generic.attack_damage",
"slot": "mainhand",
"operation": "add_value",
"id": "tasty_supplies:golden_knife_damage",
"amount": 2,
"uuid": [-4842, 457845158854, 4545, -4544145544]
"operation": "add_value"
},
{
"type": "generic.attack_speed",
"name": "generic.attack_speed",
"slot": "mainhand",
"operation": "add_value",
"id": "tasty_supplies:golden_knife_speed",
"amount": 2,
"uuid": [522326553, -25545478541, 454515, -4546467]
"operation": "add_value"
}
]
}
Expand Down
10 changes: 4 additions & 6 deletions tasty_supplies/src/data/tasty_supplies/recipe/iron_knife.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,17 @@
"modifiers": [
{
"type": "generic.attack_damage",
"name": "generic.attack_damage",
"slot": "mainhand",
"operation": "add_value",
"id": "tasty_supplies:iron_knife_damage",
"amount": 3.5,
"uuid": [5458421, -877842154155, -8454594, 52455415]
"operation": "add_value"
},
{
"type": "generic.attack_speed",
"name": "generic.attack_speed",
"slot": "mainhand",
"operation": "add_value",
"id": "tasty_supplies:iron_knife_speed",
"amount": 2,
"uuid": [522326553, -25545478541, 454515, -4546467]
"operation": "add_value"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,17 @@
"modifiers": [
{
"type": "generic.attack_damage",
"name": "generic.attack_damage",
"slot": "mainhand",
"operation": "add_value",
"id": "tasty_supplies:netherite_knife_damage",
"amount": 4.5,
"uuid": [5458421, -877842154155, -8454594, 52455415]
"operation": "add_value"
},
{
"type": "generic.attack_speed",
"name": "generic.attack_speed",
"slot": "mainhand",
"operation": "add_value",
"id": "tasty_supplies:netherite_knife_speed",
"amount": 2,
"uuid": [522326553, -25545478541, 454515, -4546467]
"operation": "add_value"
}
]
}
Expand Down

0 comments on commit 1907780

Please sign in to comment.