diff --git a/src/generated/resources/assets/realisticstart/models/item/flint_axe.json b/src/generated/resources/assets/realisticstart/models/item/flint_axe.json index 80d023d..55c27d5 100644 --- a/src/generated/resources/assets/realisticstart/models/item/flint_axe.json +++ b/src/generated/resources/assets/realisticstart/models/item/flint_axe.json @@ -1,6 +1,6 @@ { - "parent": "minecraft:item/generated", + "parent": "minecraft:item/handheld", "textures": { "layer0": "realisticstart:item/flint_axe" } -} \ No newline at end of file +} diff --git a/src/generated/resources/assets/realisticstart/models/item/flint_axe_head.json b/src/generated/resources/assets/realisticstart/models/item/flint_axe_head.json index 37136ea..44001ce 100644 --- a/src/generated/resources/assets/realisticstart/models/item/flint_axe_head.json +++ b/src/generated/resources/assets/realisticstart/models/item/flint_axe_head.json @@ -1,6 +1,22 @@ { - "parent": "minecraft:item/generated", - "textures": { - "layer0": "realisticstart:item/flint_axe_head" - } + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "parent": "minecraft:item/generated", + "textures": { + "layer0": "realisticstart:item/flint_axe_head" + }, + "display": { + "thirdperson_righthand": { + "rotation": [30, -90, 0] + }, + "thirdperson_lefthand": { + "rotation": [30, 90, 0] + }, + "firstperson_righthand": { + "rotation": [30, -90, 0] + }, + "firstperson_lefthand": { + "rotation": [30, 90, 0] + } + } } \ No newline at end of file diff --git a/src/generated/resources/assets/realisticstart/models/item/flint_pickaxe.json b/src/generated/resources/assets/realisticstart/models/item/flint_pickaxe.json index 2ec65f6..6e597c5 100644 --- a/src/generated/resources/assets/realisticstart/models/item/flint_pickaxe.json +++ b/src/generated/resources/assets/realisticstart/models/item/flint_pickaxe.json @@ -1,6 +1,6 @@ { - "parent": "minecraft:item/generated", + "parent": "minecraft:item/handheld", "textures": { "layer0": "realisticstart:item/flint_pickaxe" } -} \ No newline at end of file +} diff --git a/src/generated/resources/assets/realisticstart/models/item/flint_pickaxe_head.json b/src/generated/resources/assets/realisticstart/models/item/flint_pickaxe_head.json index 71db4e8..c1dfc34 100644 --- a/src/generated/resources/assets/realisticstart/models/item/flint_pickaxe_head.json +++ b/src/generated/resources/assets/realisticstart/models/item/flint_pickaxe_head.json @@ -1,6 +1,22 @@ { - "parent": "minecraft:item/generated", - "textures": { - "layer0": "realisticstart:item/flint_pickaxe_head" - } + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "parent": "minecraft:item/generated", + "textures": { + "layer0": "realisticstart:item/flint_pickaxe_head" + }, + "display": { + "thirdperson_righthand": { + "rotation": [45, 90, 70] + }, + "thirdperson_lefthand": { + "rotation": [45, -90, -70] + }, + "firstperson_righthand": { + "rotation": [45, 90, 70] + }, + "firstperson_lefthand": { + "rotation": [45, -90, -70] + } + } } \ No newline at end of file