From 8b525ca49429d25d3291ecf7bcbbc9c5f049c54f Mon Sep 17 00:00:00 2001 From: Micle Date: Mon, 9 Jun 2025 17:55:34 +0100 Subject: [PATCH] Moved to our own namespace. Reformatted the file a bit. --- .../models/block/cross_emissive.json | 94 +++++++++++++++++++ .../models/block/cross_emissive.json | 46 --------- 2 files changed, 94 insertions(+), 46 deletions(-) create mode 100644 src/main/resources/assets/firefly_bush_backport/models/block/cross_emissive.json delete mode 100644 src/main/resources/assets/minecraft/models/block/cross_emissive.json diff --git a/src/main/resources/assets/firefly_bush_backport/models/block/cross_emissive.json b/src/main/resources/assets/firefly_bush_backport/models/block/cross_emissive.json new file mode 100644 index 0000000..22b84e5 --- /dev/null +++ b/src/main/resources/assets/firefly_bush_backport/models/block/cross_emissive.json @@ -0,0 +1,94 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { + "from": [0.8, 0, 8], + "to": [15.2, 16, 8], + "rotation": { + "origin": [8, 8, 8], + "axis": "y", + "angle": 45, + "rescale": true + }, + "shade": false, + "faces": { + "north": { + "uv": [0, 0, 16, 16], + "texture": "#cross" + }, + "south": { + "uv": [0, 0, 16, 16], + "texture": "#cross" + } + } + }, + { + "from": [8, 0, 0.8], + "to": [8, 16, 15.2], + "rotation": { + "origin": [8, 8, 8], + "axis": "y", + "angle": 45, + "rescale": true + }, + "shade": false, + "faces": { + "west": { + "uv": [0, 0, 16, 16], + "texture": "#cross" + }, + "east": { + "uv": [0, 0, 16, 16], + "texture": "#cross" + } + } + }, + { + "from": [0.8, 0, 8], + "to": [15.2, 16, 8], + "rotation": { + "origin": [8, 8, 8], + "axis": "y", + "angle": 45, + "rescale": true + }, + "shade": false, + "light_emission": 15, + "faces": { + "north": { + "uv": [0, 0, 16, 16], + "texture": "#cross_emissive" + }, + "south": { + "uv": [0, 0, 16, 16], + "texture": "#cross_emissive" + } + } + }, + { + "from": [8, 0, 0.8], + "to": [8, 16, 15.2], + "rotation": { + "origin": [8, 8, 8], + "axis": "y", + "angle": 45, + "rescale": true + }, + "shade": false, + "light_emission": 15, + "faces": { + "west": { + "uv": [0, 0, 16, 16], + "texture": "#cross_emissive" + }, + "east": { + "uv": [0, 0, 16, 16], + "texture": "#cross_emissive" + } + } + } + ] +} diff --git a/src/main/resources/assets/minecraft/models/block/cross_emissive.json b/src/main/resources/assets/minecraft/models/block/cross_emissive.json deleted file mode 100644 index 5882091..0000000 --- a/src/main/resources/assets/minecraft/models/block/cross_emissive.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#cross" - }, - "elements": [ - { "from": [ 0.8, 0, 8 ], - "to": [ 15.2, 16, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } - } - }, - { "from": [ 8, 0, 0.8 ], - "to": [ 8, 16, 15.2 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } - } - }, - { "from": [ 0.8, 0, 8 ], - "to": [ 15.2, 16, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "light_emission": 15, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_emissive" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_emissive" } - } - }, - { "from": [ 8, 0, 0.8 ], - "to": [ 8, 16, 15.2 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "light_emission": 15, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_emissive" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_emissive" } - } - } - ] -}