Skip to content

Commit

Permalink
Changed default models and textures to 3D
Browse files Browse the repository at this point in the history
 - Made old textures to a legacy resource pack
 - Made Lemo's textures to the main resource pack
  • Loading branch information
chronosacaria committed Apr 20, 2024
1 parent a2b1af6 commit 560e99e
Show file tree
Hide file tree
Showing 192 changed files with 5,087 additions and 4,945 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.20.1
yarn_mappings=1.20.1+build.9
loader_version=0.14.21
# Mod Properties
mod_version=4.0.1
mod_version=4.0.2
maven_group=chronosacaria
archives_base_name=mcdar
# Dependencies
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/chronosacaria/mcdar/client/McdarClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ public class McdarClient implements ClientModInitializer {
@SuppressWarnings({"deprecation", "Note: ResourceManagerHelper.registerBuiltinResourcePack isn't actually deprecated, but overloaded."})
private static void loadOptionalResourcePack(ModContainer modContainer) {
ResourceManagerHelper.registerBuiltinResourcePack(
new Identifier(Mcdar.MOD_ID, "3dmcdar"),
new Identifier(Mcdar.MOD_ID, "2dmcdar"),
modContainer,
"3D MCDAR",
"Legacy MCDAR",
ResourcePackActivationType.NORMAL);
}

Expand Down
Loading

0 comments on commit 560e99e

Please sign in to comment.