From 61b3291cbe4a4795d076cf1165111f4065aca60f Mon Sep 17 00:00:00 2001 From: Adubbz Date: Sun, 29 Mar 2015 20:53:02 +1100 Subject: [PATCH] Added files for the various fruit blocks and the turnip blocks. Cheeserolls - Make sure you add item files for all blocks, including those which normally the player won't have in their inventory. --- .../biomesoplenty/models/item/apple_block.json | 18 ++++++++++++++++++ .../biomesoplenty/models/item/peach_block.json | 18 ++++++++++++++++++ .../biomesoplenty/models/item/pear_block.json | 18 ++++++++++++++++++ .../models/item/persimmon_block.json | 18 ++++++++++++++++++ .../models/item/turnip_block.json | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+) create mode 100644 src/main/resources/assets/biomesoplenty/models/item/apple_block.json create mode 100644 src/main/resources/assets/biomesoplenty/models/item/peach_block.json create mode 100644 src/main/resources/assets/biomesoplenty/models/item/pear_block.json create mode 100644 src/main/resources/assets/biomesoplenty/models/item/persimmon_block.json create mode 100644 src/main/resources/assets/biomesoplenty/models/item/turnip_block.json 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 ] + } + } +}