Skip to content

Commit

Permalink
fix: correct paths for items
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Jul 23, 2023
1 parent 20e9d2a commit 0890277
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 503 deletions.
2 changes: 1 addition & 1 deletion assets/aresrpg/models/item/default_axe.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"parent": "minecraft:item/handheld",
"texture_size": [32, 32],
"textures": {
"layer0": "aresrpg:item/game/default_axe"
Expand Down
2 changes: 1 addition & 1 deletion assets/aresrpg/models/item/default_belt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"parent": "minecraft:item/handheld",
"texture_size": [32, 32],
"textures": {
"layer0": "aresrpg:item/game/default_belt"
Expand Down
2 changes: 1 addition & 1 deletion assets/aresrpg/models/item/default_boots.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"parent": "minecraft:item/handheld",
"texture_size": [32, 32],
"textures": {
"layer0": "aresrpg:item/game/default_boots"
Expand Down
2 changes: 1 addition & 1 deletion assets/aresrpg/models/item/default_bow.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"parent": "minecraft:item/handheld",
"texture_size": [32, 32],
"textures": {
"layer0": "aresrpg:item/game/default_bow"
Expand Down
2 changes: 1 addition & 1 deletion assets/aresrpg/models/item/default_chestplate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"parent": "minecraft:item/handheld",
"texture_size": [32, 32],
"textures": {
"layer0": "aresrpg:item/game/default_chestplate"
Expand Down
2 changes: 1 addition & 1 deletion assets/aresrpg/models/item/default_helmet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"parent": "minecraft:item/handheld",
"texture_size": [32, 32],
"textures": {
"layer0": "aresrpg:item/game/default_helmet"
Expand Down
2 changes: 1 addition & 1 deletion assets/aresrpg/models/item/default_legging.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"parent": "minecraft:item/handheld",
"texture_size": [32, 32],
"textures": {
"layer0": "aresrpg:item/game/default_legging"
Expand Down
2 changes: 1 addition & 1 deletion assets/aresrpg/models/item/default_necklace.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"parent": "minecraft:item/handheld",
"texture_size": [32, 32],
"textures": {
"layer0": "aresrpg:item/game/default_necklace"
Expand Down
2 changes: 1 addition & 1 deletion assets/aresrpg/models/item/default_ring.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"parent": "minecraft:item/handheld",
"texture_size": [32, 32],
"textures": {
"layer0": "aresrpg:item/game/default_ring"
Expand Down
2 changes: 1 addition & 1 deletion assets/aresrpg/models/item/default_stick.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"parent": "minecraft:item/handheld",
"texture_size": [32, 32],
"textures": {
"layer0": "aresrpg:item/game/default_stick"
Expand Down
Loading

0 comments on commit 0890277

Please sign in to comment.