From e71bc513cd82dab7e73e0ca38d8c4897bc60cdf7 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Wed, 22 Jan 2025 12:31:49 +0100 Subject: [PATCH] Port to 1.21.4 NeoForge --- build.gradle | 19 +++++-------------- gradle.properties | 16 ++++++++-------- .../items/black_stained_glass_slab.json | 6 ++++++ .../items/black_stained_glass_stairs.json | 6 ++++++ .../items/blue_stained_glass_slab.json | 6 ++++++ .../items/blue_stained_glass_stairs.json | 6 ++++++ .../items/brown_stained_glass_slab.json | 6 ++++++ .../items/brown_stained_glass_stairs.json | 6 ++++++ .../items/cyan_stained_glass_slab.json | 6 ++++++ .../items/cyan_stained_glass_stairs.json | 6 ++++++ .../assets/mo_glass/items/glass_slab.json | 6 ++++++ .../assets/mo_glass/items/glass_stairs.json | 6 ++++++ .../items/gray_stained_glass_slab.json | 6 ++++++ .../items/gray_stained_glass_stairs.json | 6 ++++++ .../items/green_stained_glass_slab.json | 6 ++++++ .../items/green_stained_glass_stairs.json | 6 ++++++ .../items/light_blue_stained_glass_slab.json | 6 ++++++ .../light_blue_stained_glass_stairs.json | 6 ++++++ .../items/light_gray_stained_glass_slab.json | 6 ++++++ .../light_gray_stained_glass_stairs.json | 6 ++++++ .../items/lime_stained_glass_slab.json | 6 ++++++ .../items/lime_stained_glass_stairs.json | 6 ++++++ .../items/magenta_stained_glass_slab.json | 6 ++++++ .../items/magenta_stained_glass_stairs.json | 6 ++++++ .../items/orange_stained_glass_slab.json | 6 ++++++ .../items/orange_stained_glass_stairs.json | 6 ++++++ .../items/pink_stained_glass_slab.json | 6 ++++++ .../items/pink_stained_glass_stairs.json | 6 ++++++ .../items/purple_stained_glass_slab.json | 6 ++++++ .../items/purple_stained_glass_stairs.json | 6 ++++++ .../items/red_stained_glass_slab.json | 6 ++++++ .../items/red_stained_glass_stairs.json | 6 ++++++ .../mo_glass/items/tinted_glass_slab.json | 6 ++++++ .../mo_glass/items/tinted_glass_stairs.json | 6 ++++++ .../items/white_stained_glass_slab.json | 6 ++++++ .../items/white_stained_glass_stairs.json | 6 ++++++ .../items/yellow_stained_glass_slab.json | 6 ++++++ .../items/yellow_stained_glass_stairs.json | 6 ++++++ .../models/item/black_stained_glass_slab.json | 3 --- .../item/black_stained_glass_stairs.json | 3 --- .../models/item/blue_stained_glass_slab.json | 3 --- .../item/blue_stained_glass_stairs.json | 3 --- .../models/item/brown_stained_glass_slab.json | 3 --- .../item/brown_stained_glass_stairs.json | 3 --- .../models/item/cyan_stained_glass_slab.json | 3 --- .../item/cyan_stained_glass_stairs.json | 3 --- .../mo_glass/models/item/glass_slab.json | 3 --- .../mo_glass/models/item/glass_stairs.json | 3 --- .../models/item/gray_stained_glass_slab.json | 3 --- .../item/gray_stained_glass_stairs.json | 3 --- .../models/item/green_stained_glass_slab.json | 3 --- .../item/green_stained_glass_stairs.json | 3 --- .../item/light_blue_stained_glass_slab.json | 3 --- .../item/light_blue_stained_glass_stairs.json | 3 --- .../item/light_gray_stained_glass_slab.json | 3 --- .../item/light_gray_stained_glass_stairs.json | 3 --- .../models/item/lime_stained_glass_slab.json | 3 --- .../item/lime_stained_glass_stairs.json | 3 --- .../item/magenta_stained_glass_slab.json | 3 --- .../item/magenta_stained_glass_stairs.json | 3 --- .../item/orange_stained_glass_slab.json | 3 --- .../item/orange_stained_glass_stairs.json | 3 --- .../models/item/pink_stained_glass_slab.json | 3 --- .../item/pink_stained_glass_stairs.json | 3 --- .../item/purple_stained_glass_slab.json | 3 --- .../item/purple_stained_glass_stairs.json | 3 --- .../models/item/red_stained_glass_slab.json | 3 --- .../models/item/red_stained_glass_stairs.json | 3 --- .../models/item/tinted_glass_slab.json | 3 --- .../models/item/tinted_glass_stairs.json | 3 --- .../models/item/white_stained_glass_slab.json | 3 --- .../item/white_stained_glass_stairs.json | 3 --- .../item/yellow_stained_glass_slab.json | 3 --- .../item/yellow_stained_glass_stairs.json | 3 --- 74 files changed, 229 insertions(+), 130 deletions(-) create mode 100644 src/main/resources/assets/mo_glass/items/black_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/black_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/blue_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/blue_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/brown_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/brown_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/cyan_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/cyan_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/gray_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/gray_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/green_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/green_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/light_blue_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/light_blue_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/light_gray_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/light_gray_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/lime_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/lime_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/magenta_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/magenta_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/orange_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/orange_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/pink_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/pink_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/purple_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/purple_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/red_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/red_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/tinted_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/tinted_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/white_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/white_stained_glass_stairs.json create mode 100644 src/main/resources/assets/mo_glass/items/yellow_stained_glass_slab.json create mode 100644 src/main/resources/assets/mo_glass/items/yellow_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/black_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/black_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/blue_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/blue_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/brown_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/brown_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/cyan_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/cyan_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/gray_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/gray_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/green_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/green_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/light_blue_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/light_blue_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/light_gray_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/light_gray_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/lime_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/lime_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/magenta_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/magenta_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/orange_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/orange_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/pink_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/pink_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/purple_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/purple_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/red_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/red_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/tinted_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/tinted_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/white_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/white_stained_glass_stairs.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/yellow_stained_glass_slab.json delete mode 100644 src/main/resources/assets/mo_glass/models/item/yellow_stained_glass_stairs.json diff --git a/build.gradle b/build.gradle index 091f8a3..fc97ad6 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ runs { server { systemProperty 'forge.enabledGameTestNamespaces', project.mod_id - programArgument '--nogui' + argument '--nogui' } // This run config launches GameTestServer and runs all registered gametests, then exits. @@ -80,12 +80,12 @@ runs { systemProperty 'forge.enabledGameTestNamespaces', project.mod_id } - data { + clientData { // example of overriding the workingDirectory set in configureEach above, uncomment if you want to use it // workingDirectory project.file('run-data') // Specify the modid for data generation, where to output the resulting resource, and where to look for existing resources. - programArguments.addAll '--mod', project.mod_id, '--all', '--output', file('src/generated/resources/').getAbsolutePath(), '--existing', file('src/main/resources/').getAbsolutePath() + arguments.addAll '--mod', project.mod_id, '--all', '--output', file('src/generated/resources/').getAbsolutePath(), '--existing', file('src/main/resources/').getAbsolutePath() } } @@ -102,16 +102,7 @@ configurations { configurations.all { resolutionStrategy { - // Override vulnerable msal4j dependency until Minecraft updates to a - // newer version. v1.15.0, used by Minecraft 1.21.3, is vulnerable to - // CVE-2024-35255. - force "com.microsoft.azure:msal4j:1.17.2" - // Override vulnerable netty-common dependency until Minecraft updates - // to a newer version. v4.1.97.Final, used by Minecraft 1.21 - 1.21.3, - // is vulnerable to CVE-2024-47535. - force "io.netty:netty-common:4.1.115.Final" - - // Fixes a weird issue in NeoForge 21.3 where it tries to load both + // Fixes a weird issue in NeoForge 21.3-21.4 where it tries to load both // ASM 9.7 and ASM 9.5 at the same time. force "org.ow2.asm:asm-analysis:9.7" force "org.ow2.asm:asm:9.7" @@ -233,7 +224,7 @@ spotless { } json { target "src/**/*.json" - gson().indentWithSpaces(2).version("2.10.1") + gson().indentWithSpaces(2).version("2.11.0") } } diff --git a/gradle.properties b/gradle.properties index 6eab376..b8cc920 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,21 +5,21 @@ org.gradle.debug=false #read more on this at https://github.com/neoforged/ModDevGradle?tab=readme-ov-file#better-minecraft-parameter-names--javadoc-parchment # you can also find the latest versions at: https://parchmentmc.org/docs/getting-started -parchment_minecraft_version=1.21.3 -parchment_mappings_version=2024.12.07 +parchment_minecraft_version=1.21.4 +parchment_mappings_version=2025.01.19 # Environment Properties # You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge # The Minecraft version must agree with the Neo version to get a valid artifact -minecraft_version=1.21.3 +minecraft_version=1.21.4 # The Minecraft version range can use any release version of Minecraft as bounds. # Snapshots, pre-releases, and release candidates are not guaranteed to sort properly # as they do not follow standard versioning conventions. -minecraft_version_range=[1.21.2, 1.21.4) +minecraft_version_range=[1.21.4, 1.21.5) # The Neo version must agree with the Minecraft version to get a valid artifact # Check the latest version at: https://projects.neoforged.net/neoforged/neoforge -neo_version=21.3.58 +neo_version=21.4.72-beta # The Neo version range can use any version of Neo as bounds -neo_version_range=[21.2.0-beta,) +neo_version_range=[21.4.0-beta,) # The loader version range can only use the major version of FML as bounds loader_version_range=[4,) @@ -33,7 +33,7 @@ mod_name=Mo Glass # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GPL-3.0-or-later # The mod version. See https://semver.org/ -mod_version=1.10.1-MC1.21.3-NeoForge +mod_version=1.10.1-MC1.21.4-NeoForge # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html @@ -44,4 +44,4 @@ mod_authors=Alexander01998 mod_description=Adds glass stairs and glass slabs to Minecraft. # CurseForge -cf_game_version=1.21.3 +cf_game_version=1.21.4 diff --git a/src/main/resources/assets/mo_glass/items/black_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/black_stained_glass_slab.json new file mode 100644 index 0000000..1ee1868 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/black_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/black_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/black_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/black_stained_glass_stairs.json new file mode 100644 index 0000000..ca3639b --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/black_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/black_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/blue_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/blue_stained_glass_slab.json new file mode 100644 index 0000000..e36d9c5 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/blue_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/blue_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/blue_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/blue_stained_glass_stairs.json new file mode 100644 index 0000000..5a04fd3 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/blue_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/blue_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/brown_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/brown_stained_glass_slab.json new file mode 100644 index 0000000..097032e --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/brown_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/brown_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/brown_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/brown_stained_glass_stairs.json new file mode 100644 index 0000000..798fabf --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/brown_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/brown_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/cyan_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/cyan_stained_glass_slab.json new file mode 100644 index 0000000..e76dff7 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/cyan_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/cyan_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/cyan_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/cyan_stained_glass_stairs.json new file mode 100644 index 0000000..aea0d9c --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/cyan_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/cyan_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/glass_slab.json b/src/main/resources/assets/mo_glass/items/glass_slab.json new file mode 100644 index 0000000..3e7a06f --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/glass_stairs.json b/src/main/resources/assets/mo_glass/items/glass_stairs.json new file mode 100644 index 0000000..5833883 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/gray_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/gray_stained_glass_slab.json new file mode 100644 index 0000000..f733447 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/gray_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/gray_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/gray_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/gray_stained_glass_stairs.json new file mode 100644 index 0000000..63d7b3a --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/gray_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/gray_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/green_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/green_stained_glass_slab.json new file mode 100644 index 0000000..7176424 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/green_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/green_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/green_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/green_stained_glass_stairs.json new file mode 100644 index 0000000..bdb30d6 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/green_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/green_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/light_blue_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/light_blue_stained_glass_slab.json new file mode 100644 index 0000000..89b131a --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/light_blue_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/light_blue_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/light_blue_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/light_blue_stained_glass_stairs.json new file mode 100644 index 0000000..b464545 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/light_blue_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/light_blue_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/light_gray_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/light_gray_stained_glass_slab.json new file mode 100644 index 0000000..c56c512 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/light_gray_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/light_gray_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/light_gray_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/light_gray_stained_glass_stairs.json new file mode 100644 index 0000000..63948a7 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/light_gray_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/light_gray_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/lime_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/lime_stained_glass_slab.json new file mode 100644 index 0000000..5036a6a --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/lime_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/lime_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/lime_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/lime_stained_glass_stairs.json new file mode 100644 index 0000000..92eda2b --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/lime_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/lime_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/magenta_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/magenta_stained_glass_slab.json new file mode 100644 index 0000000..f2db055 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/magenta_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/magenta_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/magenta_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/magenta_stained_glass_stairs.json new file mode 100644 index 0000000..891c8d5 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/magenta_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/magenta_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/orange_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/orange_stained_glass_slab.json new file mode 100644 index 0000000..3a55761 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/orange_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/orange_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/orange_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/orange_stained_glass_stairs.json new file mode 100644 index 0000000..90dca2d --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/orange_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/orange_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/pink_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/pink_stained_glass_slab.json new file mode 100644 index 0000000..060e73f --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/pink_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/pink_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/pink_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/pink_stained_glass_stairs.json new file mode 100644 index 0000000..dc6fdf3 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/pink_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/pink_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/purple_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/purple_stained_glass_slab.json new file mode 100644 index 0000000..3928b36 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/purple_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/purple_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/purple_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/purple_stained_glass_stairs.json new file mode 100644 index 0000000..baa4820 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/purple_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/purple_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/red_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/red_stained_glass_slab.json new file mode 100644 index 0000000..6739f4b --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/red_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/red_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/red_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/red_stained_glass_stairs.json new file mode 100644 index 0000000..4dc6b82 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/red_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/red_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/tinted_glass_slab.json b/src/main/resources/assets/mo_glass/items/tinted_glass_slab.json new file mode 100644 index 0000000..467a5f9 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/tinted_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/tinted_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/tinted_glass_stairs.json b/src/main/resources/assets/mo_glass/items/tinted_glass_stairs.json new file mode 100644 index 0000000..a17d634 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/tinted_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/tinted_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/white_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/white_stained_glass_slab.json new file mode 100644 index 0000000..f613564 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/white_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/white_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/white_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/white_stained_glass_stairs.json new file mode 100644 index 0000000..dd46737 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/white_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/white_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/items/yellow_stained_glass_slab.json b/src/main/resources/assets/mo_glass/items/yellow_stained_glass_slab.json new file mode 100644 index 0000000..0a07a17 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/yellow_stained_glass_slab.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/yellow_stained_glass_slab" + } +} diff --git a/src/main/resources/assets/mo_glass/items/yellow_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/items/yellow_stained_glass_stairs.json new file mode 100644 index 0000000..de039b6 --- /dev/null +++ b/src/main/resources/assets/mo_glass/items/yellow_stained_glass_stairs.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "mo_glass:block/yellow_stained_glass_stairs" + } +} diff --git a/src/main/resources/assets/mo_glass/models/item/black_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/black_stained_glass_slab.json deleted file mode 100644 index ec57afc..0000000 --- a/src/main/resources/assets/mo_glass/models/item/black_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/black_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/black_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/black_stained_glass_stairs.json deleted file mode 100644 index bc6a239..0000000 --- a/src/main/resources/assets/mo_glass/models/item/black_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/black_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/blue_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/blue_stained_glass_slab.json deleted file mode 100644 index f76e01c..0000000 --- a/src/main/resources/assets/mo_glass/models/item/blue_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/blue_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/blue_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/blue_stained_glass_stairs.json deleted file mode 100644 index 48abc23..0000000 --- a/src/main/resources/assets/mo_glass/models/item/blue_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/blue_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/brown_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/brown_stained_glass_slab.json deleted file mode 100644 index f76d939..0000000 --- a/src/main/resources/assets/mo_glass/models/item/brown_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/brown_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/brown_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/brown_stained_glass_stairs.json deleted file mode 100644 index 201c524..0000000 --- a/src/main/resources/assets/mo_glass/models/item/brown_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/brown_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/cyan_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/cyan_stained_glass_slab.json deleted file mode 100644 index 958fd2c..0000000 --- a/src/main/resources/assets/mo_glass/models/item/cyan_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/cyan_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/cyan_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/cyan_stained_glass_stairs.json deleted file mode 100644 index 0832c3f..0000000 --- a/src/main/resources/assets/mo_glass/models/item/cyan_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/cyan_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/glass_slab.json b/src/main/resources/assets/mo_glass/models/item/glass_slab.json deleted file mode 100644 index fbc28ba..0000000 --- a/src/main/resources/assets/mo_glass/models/item/glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/glass_stairs.json deleted file mode 100644 index 18aa425..0000000 --- a/src/main/resources/assets/mo_glass/models/item/glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/gray_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/gray_stained_glass_slab.json deleted file mode 100644 index f2ad923..0000000 --- a/src/main/resources/assets/mo_glass/models/item/gray_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/gray_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/gray_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/gray_stained_glass_stairs.json deleted file mode 100644 index ecbceba..0000000 --- a/src/main/resources/assets/mo_glass/models/item/gray_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/gray_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/green_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/green_stained_glass_slab.json deleted file mode 100644 index 7c94b0e..0000000 --- a/src/main/resources/assets/mo_glass/models/item/green_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/green_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/green_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/green_stained_glass_stairs.json deleted file mode 100644 index 930899f..0000000 --- a/src/main/resources/assets/mo_glass/models/item/green_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/green_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/light_blue_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/light_blue_stained_glass_slab.json deleted file mode 100644 index 74e3ace..0000000 --- a/src/main/resources/assets/mo_glass/models/item/light_blue_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/light_blue_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/light_blue_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/light_blue_stained_glass_stairs.json deleted file mode 100644 index 772f59d..0000000 --- a/src/main/resources/assets/mo_glass/models/item/light_blue_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/light_blue_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/light_gray_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/light_gray_stained_glass_slab.json deleted file mode 100644 index 1f397e2..0000000 --- a/src/main/resources/assets/mo_glass/models/item/light_gray_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/light_gray_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/light_gray_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/light_gray_stained_glass_stairs.json deleted file mode 100644 index abc1193..0000000 --- a/src/main/resources/assets/mo_glass/models/item/light_gray_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/light_gray_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/lime_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/lime_stained_glass_slab.json deleted file mode 100644 index 0775c14..0000000 --- a/src/main/resources/assets/mo_glass/models/item/lime_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/lime_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/lime_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/lime_stained_glass_stairs.json deleted file mode 100644 index 19147b0..0000000 --- a/src/main/resources/assets/mo_glass/models/item/lime_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/lime_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/magenta_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/magenta_stained_glass_slab.json deleted file mode 100644 index b9ee25a..0000000 --- a/src/main/resources/assets/mo_glass/models/item/magenta_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/magenta_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/magenta_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/magenta_stained_glass_stairs.json deleted file mode 100644 index e48db0c..0000000 --- a/src/main/resources/assets/mo_glass/models/item/magenta_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/magenta_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/orange_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/orange_stained_glass_slab.json deleted file mode 100644 index 0bd27ed..0000000 --- a/src/main/resources/assets/mo_glass/models/item/orange_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/orange_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/orange_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/orange_stained_glass_stairs.json deleted file mode 100644 index 7aacbe5..0000000 --- a/src/main/resources/assets/mo_glass/models/item/orange_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/orange_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/pink_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/pink_stained_glass_slab.json deleted file mode 100644 index 8117403..0000000 --- a/src/main/resources/assets/mo_glass/models/item/pink_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/pink_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/pink_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/pink_stained_glass_stairs.json deleted file mode 100644 index e40bf10..0000000 --- a/src/main/resources/assets/mo_glass/models/item/pink_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/pink_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/purple_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/purple_stained_glass_slab.json deleted file mode 100644 index c4487da..0000000 --- a/src/main/resources/assets/mo_glass/models/item/purple_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/purple_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/purple_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/purple_stained_glass_stairs.json deleted file mode 100644 index a68b3b2..0000000 --- a/src/main/resources/assets/mo_glass/models/item/purple_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/purple_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/red_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/red_stained_glass_slab.json deleted file mode 100644 index 9351834..0000000 --- a/src/main/resources/assets/mo_glass/models/item/red_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/red_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/red_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/red_stained_glass_stairs.json deleted file mode 100644 index 019d452..0000000 --- a/src/main/resources/assets/mo_glass/models/item/red_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/red_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/tinted_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/tinted_glass_slab.json deleted file mode 100644 index 06dc07f..0000000 --- a/src/main/resources/assets/mo_glass/models/item/tinted_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/tinted_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/tinted_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/tinted_glass_stairs.json deleted file mode 100644 index 1ff5942..0000000 --- a/src/main/resources/assets/mo_glass/models/item/tinted_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/tinted_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/white_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/white_stained_glass_slab.json deleted file mode 100644 index be1a094..0000000 --- a/src/main/resources/assets/mo_glass/models/item/white_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/white_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/white_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/white_stained_glass_stairs.json deleted file mode 100644 index 0abbf0f..0000000 --- a/src/main/resources/assets/mo_glass/models/item/white_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/white_stained_glass_stairs" -} diff --git a/src/main/resources/assets/mo_glass/models/item/yellow_stained_glass_slab.json b/src/main/resources/assets/mo_glass/models/item/yellow_stained_glass_slab.json deleted file mode 100644 index f03d20e..0000000 --- a/src/main/resources/assets/mo_glass/models/item/yellow_stained_glass_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/yellow_stained_glass_slab" -} diff --git a/src/main/resources/assets/mo_glass/models/item/yellow_stained_glass_stairs.json b/src/main/resources/assets/mo_glass/models/item/yellow_stained_glass_stairs.json deleted file mode 100644 index f8d8e35..0000000 --- a/src/main/resources/assets/mo_glass/models/item/yellow_stained_glass_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "mo_glass:block/yellow_stained_glass_stairs" -}