Skip to content

Commit

Permalink
Fixed items
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Jan 8, 2023
1 parent f660760 commit e32ba99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:golden_leggingsboots",
"name": "minecraft:golden_leggings",
"weight": 25
},
{
"type": "minecraft:item",
"name": "minecraft:golden_leggingsboots",
"name": "minecraft:golden_leggings",
"weight": 75,
"functions": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:leather_leggingsboots",
"name": "minecraft:leather_leggings",
"weight": 25
},
{
"type": "minecraft:item",
"name": "minecraft:leather_leggingsboots",
"name": "minecraft:leather_leggings",
"weight": 75,
"functions": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:iron_leggingsboots",
"name": "minecraft:iron_leggings",
"weight": 25
},
{
"type": "minecraft:item",
"name": "minecraft:iron_leggingsboots",
"name": "minecraft:iron_leggings",
"weight": 75,
"functions": [
{
Expand Down

0 comments on commit e32ba99

Please sign in to comment.