From 8f0d400a8481fcd51f3bd66f5d9aabed5598fe62 Mon Sep 17 00:00:00 2001 From: Zepalesque <60141811+Zepalesque@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:19:53 -0400 Subject: [PATCH] fix: forge data --- .../redux/pack/ReduxPackConfig.java | 8 ----- .../block/template/cross/cross_glow.json | 8 ++--- .../template/cross/cross_glowing_overlay.json | 8 ++--- .../cross/cross_tinted_dual_gloverlay.json | 8 ++--- .../template/cross/cross_tinted_glow.json | 8 ++--- .../block/template/pot/flower_pot_glow.json | 24 +++++++------- .../pot/flower_pot_tinted_dual_gloverlay.json | 8 ++--- .../flower_pot_tinted_glowing_overlay.json | 8 ++--- .../models/block/cross/cross_glow.json | 8 ++--- .../block/cross/cross_glowing_overlay.json | 8 ++--- .../cross/cross_tinted_gloverlay_glow.json | 8 ++--- .../cross/cross_tinted_gloverlay_overlay.json | 8 ++--- .../models/block/cross/cross_tinted_glow.json | 8 ++--- .../block/cube_column_horizontal_glow.json | 12 +++---- .../aether_redux/models/block/cube_glow.json | 12 +++---- .../aether_redux/models/block/lightroots.json | 4 +-- .../models/block/pot/flower_pot_glow.json | 24 +++++++------- .../pot/flower_pot_tinted_dual_gloverlay.json | 8 ++--- .../flower_pot_tinted_glowing_overlay.json | 8 ++--- .../block/template_mushroom_block_glow.json | 32 +++++++++---------- .../block/template_potted_shimmerstool.json | 12 +++---- .../models/block/template_shimmerstool.json | 12 +++---- .../block/template_single_face_gloverlay.json | 2 +- 23 files changed, 119 insertions(+), 127 deletions(-) diff --git a/src/main/java/net/zepalesque/redux/pack/ReduxPackConfig.java b/src/main/java/net/zepalesque/redux/pack/ReduxPackConfig.java index 051b46a69..7c3635615 100644 --- a/src/main/java/net/zepalesque/redux/pack/ReduxPackConfig.java +++ b/src/main/java/net/zepalesque/redux/pack/ReduxPackConfig.java @@ -1,21 +1,13 @@ package net.zepalesque.redux.pack; import com.google.common.collect.ImmutableMap; -import com.mojang.datafixers.util.Pair; -import net.minecraft.SharedConstants; -import net.minecraft.network.chat.Component; import net.minecraft.server.packs.PackResources; -import net.minecraft.server.packs.PackType; import net.minecraft.server.packs.PathPackResources; -import net.minecraft.server.packs.metadata.pack.PackMetadataSection; import net.neoforged.fml.ModList; -import net.neoforged.neoforge.common.ModConfigSpec; import net.zepalesque.redux.Redux; import net.zepalesque.redux.config.ReduxConfig; import java.nio.file.Path; -import java.util.HashMap; -import java.util.Map; import java.util.function.Supplier; public class ReduxPackConfig { diff --git a/src/main/resources/assets/aether_redux/models/block/template/cross/cross_glow.json b/src/main/resources/assets/aether_redux/models/block/template/cross/cross_glow.json index 9d76a26ae..55597ce17 100644 --- a/src/main/resources/assets/aether_redux/models/block/template/cross/cross_glow.json +++ b/src/main/resources/assets/aether_redux/models/block/template/cross/cross_glow.json @@ -12,8 +12,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#cross", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#cross", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#cross", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#cross", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { @@ -23,8 +23,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#cross", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#cross", "forge_data": { "block_light": 15, "sky_light": 15 } } + "east": {"uv": [0, 0, 16, 16], "texture": "#cross", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#cross", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/main/resources/assets/aether_redux/models/block/template/cross/cross_glowing_overlay.json b/src/main/resources/assets/aether_redux/models/block/template/cross/cross_glowing_overlay.json index 5946b311a..87da4413d 100644 --- a/src/main/resources/assets/aether_redux/models/block/template/cross/cross_glowing_overlay.json +++ b/src/main/resources/assets/aether_redux/models/block/template/cross/cross_glowing_overlay.json @@ -22,8 +22,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { @@ -43,8 +43,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/main/resources/assets/aether_redux/models/block/template/cross/cross_tinted_dual_gloverlay.json b/src/main/resources/assets/aether_redux/models/block/template/cross/cross_tinted_dual_gloverlay.json index f05d52fcb..67bc731bc 100644 --- a/src/main/resources/assets/aether_redux/models/block/template/cross/cross_tinted_dual_gloverlay.json +++ b/src/main/resources/assets/aether_redux/models/block/template/cross/cross_tinted_dual_gloverlay.json @@ -22,8 +22,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { @@ -54,8 +54,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } } + "east": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { diff --git a/src/main/resources/assets/aether_redux/models/block/template/cross/cross_tinted_glow.json b/src/main/resources/assets/aether_redux/models/block/template/cross/cross_tinted_glow.json index 6a22b10ea..3cf370604 100644 --- a/src/main/resources/assets/aether_redux/models/block/template/cross/cross_tinted_glow.json +++ b/src/main/resources/assets/aether_redux/models/block/template/cross/cross_tinted_glow.json @@ -22,8 +22,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { @@ -43,8 +43,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_glow.json b/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_glow.json index 901407a56..391ad66cd 100644 --- a/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_glow.json +++ b/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_glow.json @@ -83,12 +83,12 @@ "to": [8, 16, 13.4], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "up": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "down": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "up": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "down": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { @@ -97,12 +97,12 @@ "to": [13.4, 16, 8], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "up": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "down": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "up": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "down": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_tinted_dual_gloverlay.json b/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_tinted_dual_gloverlay.json index 1fdd62cc1..9395dd8ea 100644 --- a/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_tinted_dual_gloverlay.json +++ b/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_tinted_dual_gloverlay.json @@ -73,16 +73,16 @@ "to": [ 13.4, 16, 8 ], "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { "from": [ 8, 4, 2.6 ], "to": [ 8, 16, 13.4 ], "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } } + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { "from": [ 2.6, 4, 8 ], diff --git a/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_tinted_glowing_overlay.json b/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_tinted_glowing_overlay.json index 10297fd27..e29ccd51a 100644 --- a/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_tinted_glowing_overlay.json +++ b/src/main/resources/assets/aether_redux/models/block/template/pot/flower_pot_tinted_glowing_overlay.json @@ -73,16 +73,16 @@ "to": [ 13.4, 16, 8 ], "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { "from": [ 8, 4, 2.6 ], "to": [ 8, 16, 13.4 ], "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/old/resources/assets/aether_redux/models/block/cross/cross_glow.json b/src/old/resources/assets/aether_redux/models/block/cross/cross_glow.json index 9d76a26ae..55597ce17 100644 --- a/src/old/resources/assets/aether_redux/models/block/cross/cross_glow.json +++ b/src/old/resources/assets/aether_redux/models/block/cross/cross_glow.json @@ -12,8 +12,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#cross", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#cross", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#cross", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#cross", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { @@ -23,8 +23,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#cross", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#cross", "forge_data": { "block_light": 15, "sky_light": 15 } } + "east": {"uv": [0, 0, 16, 16], "texture": "#cross", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#cross", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/old/resources/assets/aether_redux/models/block/cross/cross_glowing_overlay.json b/src/old/resources/assets/aether_redux/models/block/cross/cross_glowing_overlay.json index 5946b311a..87da4413d 100644 --- a/src/old/resources/assets/aether_redux/models/block/cross/cross_glowing_overlay.json +++ b/src/old/resources/assets/aether_redux/models/block/cross/cross_glowing_overlay.json @@ -22,8 +22,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { @@ -43,8 +43,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_gloverlay_glow.json b/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_gloverlay_glow.json index c6d7a75e3..82514a1ee 100644 --- a/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_gloverlay_glow.json +++ b/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_gloverlay_glow.json @@ -22,8 +22,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { @@ -54,8 +54,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } } + "east": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { diff --git a/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_gloverlay_overlay.json b/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_gloverlay_overlay.json index f05d52fcb..67bc731bc 100644 --- a/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_gloverlay_overlay.json +++ b/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_gloverlay_overlay.json @@ -22,8 +22,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { @@ -54,8 +54,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } } + "east": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { diff --git a/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_glow.json b/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_glow.json index 6a22b10ea..3cf370604 100644 --- a/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_glow.json +++ b/src/old/resources/assets/aether_redux/models/block/cross/cross_tinted_glow.json @@ -22,8 +22,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { @@ -43,8 +43,8 @@ "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/old/resources/assets/aether_redux/models/block/cube_column_horizontal_glow.json b/src/old/resources/assets/aether_redux/models/block/cube_column_horizontal_glow.json index d42f8d9c2..b32227741 100644 --- a/src/old/resources/assets/aether_redux/models/block/cube_column_horizontal_glow.json +++ b/src/old/resources/assets/aether_redux/models/block/cube_column_horizontal_glow.json @@ -15,12 +15,12 @@ { "from": [ 0, 0, 0 ], "to": [ 16, 16, 16 ], "faces": { - "down": { "texture": "#down_glow", "cullface": "down", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "up": { "texture": "#up_glow", "rotation": 180, "cullface": "up", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "north": { "texture": "#north_glow", "cullface": "north", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": { "texture": "#south_glow", "cullface": "south", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": { "texture": "#west_glow", "cullface": "west", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "east": { "texture": "#east_glow", "cullface": "east", "forge_data": { "block_light": 15, "sky_light": 15 } } + "down": { "texture": "#down_glow", "cullface": "down", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "up": { "texture": "#up_glow", "rotation": 180, "cullface": "up", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "north": { "texture": "#north_glow", "cullface": "north", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": { "texture": "#south_glow", "cullface": "south", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": { "texture": "#west_glow", "cullface": "west", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "east": { "texture": "#east_glow", "cullface": "east", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ], diff --git a/src/old/resources/assets/aether_redux/models/block/cube_glow.json b/src/old/resources/assets/aether_redux/models/block/cube_glow.json index ea5525228..24724feae 100644 --- a/src/old/resources/assets/aether_redux/models/block/cube_glow.json +++ b/src/old/resources/assets/aether_redux/models/block/cube_glow.json @@ -15,12 +15,12 @@ { "from": [ 0, 0, 0 ], "to": [ 16, 16, 16 ], "faces": { - "down": { "texture": "#down_glow", "cullface": "down", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "up": { "texture": "#up_glow", "cullface": "up", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "north": { "texture": "#north_glow", "cullface": "north", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": { "texture": "#south_glow", "cullface": "south", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": { "texture": "#west_glow", "cullface": "west", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "east": { "texture": "#east_glow", "cullface": "east", "forge_data": { "block_light": 15, "sky_light": 15 } } + "down": { "texture": "#down_glow", "cullface": "down", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "up": { "texture": "#up_glow", "cullface": "up", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "north": { "texture": "#north_glow", "cullface": "north", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": { "texture": "#south_glow", "cullface": "south", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": { "texture": "#west_glow", "cullface": "west", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "east": { "texture": "#east_glow", "cullface": "east", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/old/resources/assets/aether_redux/models/block/lightroots.json b/src/old/resources/assets/aether_redux/models/block/lightroots.json index 48d569e1b..c652275f8 100644 --- a/src/old/resources/assets/aether_redux/models/block/lightroots.json +++ b/src/old/resources/assets/aether_redux/models/block/lightroots.json @@ -9,8 +9,8 @@ { "from": [ 0, 0, 0.1 ], "to": [ 16, 16, 0.1 ], "faces": { - "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#glow_lichen", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow_lichen", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#glow_lichen", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow_lichen", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_glow.json b/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_glow.json index 901407a56..391ad66cd 100644 --- a/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_glow.json +++ b/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_glow.json @@ -83,12 +83,12 @@ "to": [8, 16, 13.4], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "up": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "down": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "up": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "down": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { @@ -97,12 +97,12 @@ "to": [13.4, 16, 8], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "up": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "down": {"uv": [0, 0, 16, 16], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "east": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "west": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "up": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "down": {"uv": [0, 0, 16, 16], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_tinted_dual_gloverlay.json b/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_tinted_dual_gloverlay.json index 1fdd62cc1..9395dd8ea 100644 --- a/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_tinted_dual_gloverlay.json +++ b/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_tinted_dual_gloverlay.json @@ -73,16 +73,16 @@ "to": [ 13.4, 16, 8 ], "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { "from": [ 8, 4, 2.6 ], "to": [ 8, 16, 13.4 ], "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 } } + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { "from": [ 2.6, 4, 8 ], diff --git a/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_tinted_glowing_overlay.json b/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_tinted_glowing_overlay.json index 10297fd27..e29ccd51a 100644 --- a/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_tinted_glowing_overlay.json +++ b/src/old/resources/assets/aether_redux/models/block/pot/flower_pot_tinted_glowing_overlay.json @@ -73,16 +73,16 @@ "to": [ 13.4, 16, 8 ], "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } }, { "from": [ 8, 4, 2.6 ], "to": [ 8, 16, 13.4 ], "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "forge_data": { "block_light": 15, "sky_light": 15 } } + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ] diff --git a/src/old/resources/assets/aether_redux/models/block/template_mushroom_block_glow.json b/src/old/resources/assets/aether_redux/models/block/template_mushroom_block_glow.json index 6f5f23afc..7af8fe63e 100644 --- a/src/old/resources/assets/aether_redux/models/block/template_mushroom_block_glow.json +++ b/src/old/resources/assets/aether_redux/models/block/template_mushroom_block_glow.json @@ -57,12 +57,12 @@ "from": [5, 0, 6], "to": [9, 10, 10], "faces": { - "north": {"uv": [1, 2, 2, 7], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "east": {"uv": [0, 2, 1, 7], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "south": {"uv": [3, 2, 4, 7], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "west": {"uv": [2, 2, 3, 7], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "up": {"uv": [2, 2, 1, 0], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "down": {"uv": [3, 0, 2, 2], "texture": "#glow", "cullface": "down", "forge_data": { "block_light": 15, "sky_light": 15 }} + "north": {"uv": [1, 2, 2, 7], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "east": {"uv": [0, 2, 1, 7], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "south": {"uv": [3, 2, 4, 7], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "west": {"uv": [2, 2, 3, 7], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "up": {"uv": [2, 2, 1, 0], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "down": {"uv": [3, 0, 2, 2], "texture": "#glow", "cullface": "down", "neoforge_data": { "block_light": 15, "sky_light": 15 }} } }, { @@ -70,12 +70,12 @@ "from": [0, 10, 0], "to": [16, 16, 16], "faces": { - "north": {"uv": [4, 8, 8, 11], "texture": "#glow", "cullface": "north", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "east": {"uv": [0, 8, 4, 11], "texture": "#glow", "cullface": "east", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "south": {"uv": [12, 8, 16, 11], "texture": "#glow", "cullface": "south", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "west": {"uv": [8, 8, 12, 11], "texture": "#glow", "cullface": "west", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "up": {"uv": [8, 8, 4, 0], "texture": "#glow", "cullface": "up", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "down": {"uv": [12, 0, 8, 8], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 }} + "north": {"uv": [4, 8, 8, 11], "texture": "#glow", "cullface": "north", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "east": {"uv": [0, 8, 4, 11], "texture": "#glow", "cullface": "east", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "south": {"uv": [12, 8, 16, 11], "texture": "#glow", "cullface": "south", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "west": {"uv": [8, 8, 12, 11], "texture": "#glow", "cullface": "west", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "up": {"uv": [8, 8, 4, 0], "texture": "#glow", "cullface": "up", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "down": {"uv": [12, 0, 8, 8], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 }} } }, { @@ -84,8 +84,8 @@ "to": [8, 10, 13.5], "rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]}, "faces": { - "east": {"uv": [12, 0, 14, 2], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "west": {"uv": [12, 0, 14, 2], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 }} + "east": {"uv": [12, 0, 14, 2], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "west": {"uv": [12, 0, 14, 2], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 }} } }, { @@ -94,8 +94,8 @@ "to": [8, 10, 13.5], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, "faces": { - "east": {"uv": [12, 0, 14, 2], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "west": {"uv": [12, 0, 14, 2], "texture": "#glow", "forge_data": { "block_light": 15, "sky_light": 15 }} + "east": {"uv": [12, 0, 14, 2], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "west": {"uv": [12, 0, 14, 2], "texture": "#glow", "neoforge_data": { "block_light": 15, "sky_light": 15 }} } } ], diff --git a/src/old/resources/assets/aether_redux/models/block/template_potted_shimmerstool.json b/src/old/resources/assets/aether_redux/models/block/template_potted_shimmerstool.json index b556189e0..aed81b6a1 100644 --- a/src/old/resources/assets/aether_redux/models/block/template_potted_shimmerstool.json +++ b/src/old/resources/assets/aether_redux/models/block/template_potted_shimmerstool.json @@ -79,12 +79,12 @@ "from": [1, 9, 1], "to": [15, 13, 15], "faces": { - "north": {"uv": [1, 9, 15, 13], "texture": "#side", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "east": {"uv": [1, 9, 15, 13], "texture": "#side", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "south": {"uv": [1, 9, 15, 13], "texture": "#side", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "west": {"uv": [1, 9, 15, 13], "texture": "#side", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "up": {"uv": [1, 1, 15, 15], "texture": "#top", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "down": {"uv": [1, 1, 15, 15], "texture": "#bottom", "forge_data": { "block_light": 15, "sky_light": 15 }} + "north": {"uv": [1, 9, 15, 13], "texture": "#side", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "east": {"uv": [1, 9, 15, 13], "texture": "#side", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "south": {"uv": [1, 9, 15, 13], "texture": "#side", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "west": {"uv": [1, 9, 15, 13], "texture": "#side", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "up": {"uv": [1, 1, 15, 15], "texture": "#top", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "down": {"uv": [1, 1, 15, 15], "texture": "#bottom", "neoforge_data": { "block_light": 15, "sky_light": 15 }} } }, { diff --git a/src/old/resources/assets/aether_redux/models/block/template_shimmerstool.json b/src/old/resources/assets/aether_redux/models/block/template_shimmerstool.json index 0b2fd2f45..a26081d10 100644 --- a/src/old/resources/assets/aether_redux/models/block/template_shimmerstool.json +++ b/src/old/resources/assets/aether_redux/models/block/template_shimmerstool.json @@ -23,12 +23,12 @@ "from": [1, 3, 1], "to": [15, 7, 15], "faces": { - "north": {"uv": [1, 9, 15, 13], "texture": "#side", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "east": {"uv": [1, 9, 15, 13], "texture": "#side", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "south": {"uv": [1, 9, 15, 13], "texture": "#side", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "west": {"uv": [1, 9, 15, 13], "texture": "#side", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "up": {"uv": [1, 1, 15, 15], "texture": "#top", "forge_data": { "block_light": 15, "sky_light": 15 }}, - "down": {"uv": [1, 1, 15, 15], "texture": "#bottom", "forge_data": { "block_light": 15, "sky_light": 15 }} + "north": {"uv": [1, 9, 15, 13], "texture": "#side", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "east": {"uv": [1, 9, 15, 13], "texture": "#side", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "south": {"uv": [1, 9, 15, 13], "texture": "#side", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "west": {"uv": [1, 9, 15, 13], "texture": "#side", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "up": {"uv": [1, 1, 15, 15], "texture": "#top", "neoforge_data": { "block_light": 15, "sky_light": 15 }}, + "down": {"uv": [1, 1, 15, 15], "texture": "#bottom", "neoforge_data": { "block_light": 15, "sky_light": 15 }} } }, { diff --git a/src/old/resources/assets/aether_redux/models/block/template_single_face_gloverlay.json b/src/old/resources/assets/aether_redux/models/block/template_single_face_gloverlay.json index cceac1748..79b874f3f 100644 --- a/src/old/resources/assets/aether_redux/models/block/template_single_face_gloverlay.json +++ b/src/old/resources/assets/aether_redux/models/block/template_single_face_gloverlay.json @@ -12,7 +12,7 @@ { "from": [ 0, 0, 0 ], "to": [ 16, 16, 0 ], "faces": { - "north": { "texture": "#glow", "cullface":"north", "forge_data": { "block_light": 15, "sky_light": 15 } } + "north": { "texture": "#glow", "cullface":"north", "neoforge_data": { "block_light": 15, "sky_light": 15 } } } } ]