3D Skins
Adds additional depth and detail to player and skull models.
Integration
How to toggle the mod
public void toggle3DSkinsExample(Player viewer, boolean value) {
Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, Mod3dSkins.ENABLED, value));
}
Available options
-
ENABLED
- Config Key:
enabled
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
RENDER_DISTANCE_LOD
- Config Key:
render-distance-lod
- Values
- Type:
Integer
- Default:
14
- Minimum:
5
- Maximum:
40
- Type:
- Config Key:
-
ENABLE_HAT
- Config Key:
enable-hat
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
ENABLE_JACKET
- Config Key:
enable-jacket
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
ENABLE_LEFT_SLEEVE
- Config Key:
enable-left-sleeve
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
ENABLE_RIGHT_SLEEVE
- Config Key:
enable-right-sleeve
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
ENABLE_LEFT_PANTS
- Config Key:
enable-left-pants
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
ENABLE_RIGHT_PANTS
- Config Key:
enable-right-pants
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
BASE_VOXEL_SIZE
- Config Key:
base-voxel-size
- Values
- Type:
Float
- Default:
1.15F
- Minimum:
1.001F
- Maximum:
1.4F
- Type:
- Config Key:
-
BODY_VOXEL_WIDTH_SIZE
- Config Key:
body-voxel-width-size
- Values
- Type:
Float
- Default:
1.05F
- Minimum:
1.001F
- Maximum:
1.4F
- Type:
- Config Key:
-
HEAD_VOXEL_SIZE
- Config Key:
head-voxel-size
- Values
- Type:
Float
- Default:
1.18F
- Minimum:
1.001F
- Maximum:
1.25F
- Type:
- Config Key:
-
ENABLE_SKULLS
- Config Key:
enable-skulls
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
ENABLE_SKULLS_ITEMS
- Config Key:
enable-skulls-items
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
SKULL_VOXEL_SIZE
- Config Key:
skull-voxel-size
- Values
- Type:
Float
- Default:
1.1F
- Minimum:
1.001F
- Maximum:
1.2F
- Type:
- Config Key: