Skip to content

Commit 5b6d1da

Browse files
bruh
1 parent 52b9542 commit 5b6d1da

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
# Fabric Properties
1010
# Get new versions at https://fabricmc.net/develop and https://lambdaurora.dev/tools/import_quilt.html
11-
minecraft_version=1.21.9
11+
minecraft_version=25w42a
1212
quilt_mappings=1.21+build.18
1313
parchment_mappings=1.21:2024.07.28
14-
loader_version=0.17.2
15-
min_loader_version=0.16.14
14+
loader_version=0.17.3
15+
min_loader_version=0.17.3
1616

1717
# Mod Properties
1818
mod_id = glowtone
@@ -21,7 +21,7 @@
2121
archives_base_name = Glowtone
2222

2323
# Dependencies
24-
fabric_api_version=0.133.14+1.21.9
24+
fabric_api_version=0.135.2+1.21.11
2525

2626
# External Mods
2727
modmenu_version=15.0.0-beta.3

src/main/java/net/frozenblock/glowtone/render_type/impl/BlockRenderTypeOverwrite.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ protected record RenderTypeOverwriteHolder(RenderTypeOverwrite renderTypeOverwri
6262

6363
public enum RenderTypeOverwrite implements StringRepresentable {
6464
SOLID("solid", () -> ChunkSectionLayer.SOLID),
65-
CUTOUT_MIPPED("cutout_mipped", () -> ChunkSectionLayer.CUTOUT_MIPPED),
6665
CUTOUT("cutout", () -> ChunkSectionLayer.CUTOUT),
6766
TRANSLUCENT("translucent", () -> ChunkSectionLayer.TRANSLUCENT),
6867
TRIPWIRE("tripwire", () -> ChunkSectionLayer.TRIPWIRE);

0 commit comments

Comments
 (0)