diff --git a/src/main/resources/assets/biomesoplenty/models/item/apple_block.json b/src/main/resources/assets/biomesoplenty/models/item/apple_block.json new file mode 100644 index 000000000..fc79ecac6 --- /dev/null +++ b/src/main/resources/assets/biomesoplenty/models/item/apple_block.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "biomesoplenty:blocks/apple_block" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/src/main/resources/assets/biomesoplenty/models/item/peach_block.json b/src/main/resources/assets/biomesoplenty/models/item/peach_block.json new file mode 100644 index 000000000..81b277134 --- /dev/null +++ b/src/main/resources/assets/biomesoplenty/models/item/peach_block.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "biomesoplenty:blocks/peach_block" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/src/main/resources/assets/biomesoplenty/models/item/pear_block.json b/src/main/resources/assets/biomesoplenty/models/item/pear_block.json new file mode 100644 index 000000000..ae7dfeced --- /dev/null +++ b/src/main/resources/assets/biomesoplenty/models/item/pear_block.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "biomesoplenty:blocks/pear_block" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/src/main/resources/assets/biomesoplenty/models/item/persimmon_block.json b/src/main/resources/assets/biomesoplenty/models/item/persimmon_block.json new file mode 100644 index 000000000..10b06dc96 --- /dev/null +++ b/src/main/resources/assets/biomesoplenty/models/item/persimmon_block.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "biomesoplenty:blocks/persimmon_block" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/src/main/resources/assets/biomesoplenty/models/item/turnip_block.json b/src/main/resources/assets/biomesoplenty/models/item/turnip_block.json new file mode 100644 index 000000000..4ddfded83 --- /dev/null +++ b/src/main/resources/assets/biomesoplenty/models/item/turnip_block.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "biomesoplenty:blocks/turnip_stage_0" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +}