From ea0b6a523e6a88a522bb9389e3b40f0c76f4879e Mon Sep 17 00:00:00 2001 From: YoungOnion <39562198+YoungOnionMC@users.noreply.github.com> Date: Sat, 12 Oct 2024 14:34:34 -0600 Subject: [PATCH] Fix Surface Rock model in inventories and player (#2155) --- .../gtceu/models/block/surface_rock.json | 37 ++++++++++++++++++- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/gtceu/models/block/surface_rock.json b/src/main/resources/assets/gtceu/models/block/surface_rock.json index 3127da2c8c..d03ef5d82e 100644 --- a/src/main/resources/assets/gtceu/models/block/surface_rock.json +++ b/src/main/resources/assets/gtceu/models/block/surface_rock.json @@ -1,6 +1,6 @@ { - "parent" : "block/block", "credit": "Made with Blockbench", + "parent": "block/block", "textures": { "1": "gtceu:block/stones/gravel", "2": "gtceu:block/stones/surface_rock_stone", @@ -114,6 +114,39 @@ } } ], + "display": { + "thirdperson_righthand": { + "rotation": [90, 0, 0], + "translation": [0, 2.25, 8], + "scale": [0.7, 1, 0.7] + }, + "thirdperson_lefthand": { + "rotation": [90, 0, 0], + "translation": [0, 2.25, 8], + "scale": [0.7, 1, 0.7] + }, + "firstperson_righthand": { + "rotation": [35, 0, 35], + "translation": [-5.25, 6.75, 6.5], + "scale": [0.7, 1, 0.7] + }, + "firstperson_lefthand": { + "rotation": [35, 0, 35], + "translation": [-5.25, 6.75, 6.5], + "scale": [0.7, 1, 0.7] + }, + "ground": { + "translation": [0, 5, 0] + }, + "gui": { + "rotation": [22.5, -45, -15], + "translation": [1.25, 6.25, 0] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [-0.25, 1, -7.5] + } + }, "groups": [ { "name": "ore_bits", @@ -123,4 +156,4 @@ }, 7 ] -} +} \ No newline at end of file