diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/android_station_working.json b/src/main/resources/assets/overdrive_that_matters/models/block/android_station_working.json index 97b5b2064..7a63ccca3 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/block/android_station_working.json +++ b/src/main/resources/assets/overdrive_that_matters/models/block/android_station_working.json @@ -25,13 +25,14 @@ "from": [0, 7, 0], "to": [16, 9, 16], "faces": { - "north": {"uv": [8, 4, 16, 4.5], "texture": "#1", "emissivity": 15}, - "east": {"uv": [0, 4, 8, 4.5], "texture": "#1", "emissivity": 15}, - "south": {"uv": [8, 4, 16, 4.5], "texture": "#1", "emissivity": 15}, - "west": {"uv": [0, 4, 8, 4.5], "texture": "#1", "emissivity": 15}, - "up": {"uv": [8, 0, 16, 4], "texture": "#1", "emissivity": 15}, - "down": {"uv": [8, 4.5, 16, 8.5], "texture": "#1", "emissivity": 15} - } + "north": {"uv": [8, 4, 16, 4.5], "texture": "#1"}, + "east": {"uv": [0, 4, 8, 4.5], "texture": "#1"}, + "south": {"uv": [8, 4, 16, 4.5], "texture": "#1"}, + "west": {"uv": [0, 4, 8, 4.5], "texture": "#1"}, + "up": {"uv": [8, 0, 16, 4], "texture": "#1"}, + "down": {"uv": [8, 4.5, 16, 8.5], "texture": "#1"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } }, { "name": "base", @@ -64,13 +65,14 @@ "from": [2, 4, 2], "to": [14, 7, 14], "faces": { - "north": {"uv": [1, 0, 7, 0.75], "texture": "#1", "emissivity": 15}, - "east": {"uv": [1, 0, 7, 0.75], "texture": "#1", "emissivity": 15}, - "south": {"uv": [1, 0, 7, 0.75], "texture": "#1", "emissivity": 15}, - "west": {"uv": [1, 0, 7, 0.75], "texture": "#1", "emissivity": 15}, - "up": {"uv": [9, 5, 15, 8], "texture": "#1", "emissivity": 15}, - "down": {"uv": [9, 5, 15, 8], "texture": "#1", "emissivity": 15} - } + "north": {"uv": [1, 0, 7, 0.75], "texture": "#1"}, + "east": {"uv": [1, 0, 7, 0.75], "texture": "#1"}, + "south": {"uv": [1, 0, 7, 0.75], "texture": "#1"}, + "west": {"uv": [1, 0, 7, 0.75], "texture": "#1"}, + "up": {"uv": [9, 5, 15, 8], "texture": "#1"}, + "down": {"uv": [9, 5, 15, 8], "texture": "#1"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } }, { "name": "frame", @@ -128,13 +130,10 @@ "from": [-1, 10, -1], "to": [17, 10, 17], "faces": { - "north": {"uv": [0, 0, 8, 0], "texture": "#missing"}, - "east": {"uv": [0, 0, 8, 0], "texture": "#missing"}, - "south": {"uv": [0, 0, 8, 0], "texture": "#missing"}, - "west": {"uv": [0, 0, 8, 0], "texture": "#missing"}, - "up": {"uv": [0, 9.5, 8, 13.5], "texture": "#0", "emissivity": 15}, - "down": {"uv": [0, 9.5, 8, 13.5], "texture": "#0", "emissivity": 15} - } + "up": {"uv": [0, 9.5, 8, 13.5], "texture": "#0"}, + "down": {"uv": [0, 9.5, 8, 13.5], "texture": "#0"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } } ], "display": { diff --git a/src/main/resources/assets/overdrive_that_matters/models/item/energy_sword_powered.json b/src/main/resources/assets/overdrive_that_matters/models/item/energy_sword_powered.json index 2e897f089..54f7f965a 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/item/energy_sword_powered.json +++ b/src/main/resources/assets/overdrive_that_matters/models/item/energy_sword_powered.json @@ -260,13 +260,14 @@ "from": [7.1, 7, 6.9], "to": [8.8, 29.3, 12], "faces": { - "north": {"uv": [2.45, 1, 3.45, 12], "texture": "#1", "emissivity": 15}, - "east": {"uv": [0, 1, 2.5, 12], "texture": "#1", "emissivity": 15}, - "south": {"uv": [6, 1, 7, 12], "texture": "#1", "emissivity": 15}, - "west": {"uv": [3.5, 1, 6, 12], "texture": "#1", "emissivity": 15}, - "up": {"uv": [3.5, 0, 6, 1], "rotation": 90, "texture": "#1", "emissivity": 15}, + "north": {"uv": [2.45, 1, 3.45, 12], "texture": "#1"}, + "east": {"uv": [0, 1, 2.5, 12], "texture": "#1"}, + "south": {"uv": [6, 1, 7, 12], "texture": "#1"}, + "west": {"uv": [3.5, 1, 6, 12], "texture": "#1"}, + "up": {"uv": [3.5, 0, 6, 1], "rotation": 90, "texture": "#1"}, "down": {"uv": [0, 0, 1, 2.5], "texture": "#missing"} - } + }, + "forge_data": { "block_light": 15, "sky_light": 15 } }, { "name": "capacitor",