From b490716c79546aecdd396d597ce3f596022d8ed9 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Sat, 10 Jul 2021 21:27:27 +0200 Subject: [PATCH] End to end - Rotate pipe model in item frames such that they line up when crafting a potato cannon --- .../assets/create/models/block/fluid_pipe/item.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/create/models/block/fluid_pipe/item.json b/src/main/resources/assets/create/models/block/fluid_pipe/item.json index 3860db36a..c68b548bd 100644 --- a/src/main/resources/assets/create/models/block/fluid_pipe/item.json +++ b/src/main/resources/assets/create/models/block/fluid_pipe/item.json @@ -66,5 +66,11 @@ "down": {"uv": [6, 5, 11, 6], "texture": "#1"} } } - ] + ], + "display": { + "fixed": { + "rotation": [0, 90, 0], + "scale": [0.5, 0.5, 0.5] + } + } } \ No newline at end of file