Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ repositories {
}

dependencies {
compileOnly ( "de.bluecolored:bluemap-core:5.13" )
compileOnly ( "org.projectlombok:lombok:1.18.32" )
annotationProcessor ( "org.projectlombok:lombok:1.18.32" )
compileOnly ( "de.bluecolored:bluemap-core:5.22" )
compileOnly ( "org.projectlombok:lombok:1.18.42" )
annotationProcessor ( "org.projectlombok:lombok:1.18.42" )
}

java {
toolchain.languageVersion = JavaLanguageVersion.of(21)
toolchain.languageVersion = JavaLanguageVersion.of(25)
withSourcesJar()
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
import de.bluecolored.bluemap.core.resources.pack.resourcepack.model.Model;
import de.bluecolored.bluemap.core.resources.pack.resourcepack.texture.Texture;
import de.bluecolored.bluemap.core.util.Direction;
import de.bluecolored.bluemap.core.util.Key;
import de.bluecolored.bluemap.core.util.math.Color;
import de.bluecolored.bluemap.core.util.math.MatrixM4f;
import de.bluecolored.bluemap.core.util.math.VectorM2f;
Expand All @@ -57,7 +58,7 @@
public class CustomResourceModelRenderer implements EntityRenderer {
private static final float SCALE = 1f / 16f;

@Getter private final Function<ResourcePath<Model>, Model> modelProvider;
@Getter private final Function<Key, Model> modelProvider;
@Getter private final TextureGallery textureGallery;
@Getter private final RenderSettings renderSettings;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"credit": "Made by Miraculixx",
"texture_size": [64, 64],
"textures": {
"0": "entity/armadillo"
"0": "entity/armadillo/armadillo"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"credit": "Made by Miraculixx",
"texture_size": [64, 64],
"textures": {
"0": "entity/armadillo"
"0": "entity/armadillo/armadillo"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"credit": "Made by Miraculixx",
"texture_size": [64, 64],
"textures": {
"0": "entity/armadillo"
"0": "entity/armadillo/armadillo"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"credit": "Made by Miraculixx",
"texture_size": [64, 64],
"textures": {
"0": "entity/armadillo"
"0": "entity/armadillo/armadillo"
},
"elements": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/minecraft/models/entity/bat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"credit": "Made by Miraculixx",
"texture_size": [32, 32],
"textures": {
"0": "entity/bat"
"0": "entity/bat/bat"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat",
"textures": {
"0": "entity/cat/all_black"
"0": "entity/cat/cat_all_black"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat",
"textures": {
"0": "entity/cat/black"
"0": "entity/cat/cat_black"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat",
"textures": {
"0": "entity/cat/british_shorthair"
"0": "entity/cat/cat_british_shorthair"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat",
"textures": {
"0": "entity/cat/calico"
"0": "entity/cat/cat_calico"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat",
"textures": {
"0": "entity/cat/jellie"
"0": "entity/cat/cat_jellie"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat",
"textures": {
"0": "entity/cat/persian"
"0": "entity/cat/cat_persian"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat",
"textures": {
"0": "entity/cat/ragdoll"
"0": "entity/cat/cat_ragdoll"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat",
"textures": {
"0": "entity/cat/red"
"0": "entity/cat/cat_red"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat",
"textures": {
"0": "entity/cat/siamese"
"0": "entity/cat/cat_siamese"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat",
"textures": {
"0": "entity/cat/tabby"
"0": "entity/cat/cat_tabby"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat",
"textures": {
"0": "entity/cat/white"
"0": "entity/cat/cat_white"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat_baby",
"textures": {
"0": "entity/cat/all_black"
"0": "entity/cat/cat_all_black"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat_baby",
"textures": {
"0": "entity/cat/black"
"0": "entity/cat/cat_black"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat_baby",
"textures": {
"0": "entity/cat/british_shorthair"
"0": "entity/cat/cat_british_shorthair"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat_baby",
"textures": {
"0": "entity/cat/calico"
"0": "entity/cat/cat_calico"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat_baby",
"textures": {
"0": "entity/cat/jellie"
"0": "entity/cat/cat_jellie"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat_baby",
"textures": {
"0": "entity/cat/persian"
"0": "entity/cat/cat_persian"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat_baby",
"textures": {
"0": "entity/cat/ragdoll"
"0": "entity/cat/cat_ragdoll"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat_baby",
"textures": {
"0": "entity/cat/red"
"0": "entity/cat/cat_red"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat_baby",
"textures": {
"0": "entity/cat/siamese"
"0": "entity/cat/cat_siamese"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat_baby",
"textures": {
"0": "entity/cat/tabby"
"0": "entity/cat/cat_tabby"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "entity/cat/cat_baby",
"textures": {
"0": "entity/cat/white"
"0": "entity/cat/cat_white"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"credit": "Model by Miraculixx",
"texture_size": [64, 32],
"textures": {
"0": "entity/chicken/temperate_chicken"
"0": "entity/chicken/chicken_temperate"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:entity/chicken/adult",
"textures": {
"0": "entity/chicken/cold_chicken"
"0": "entity/chicken/chicken_cold"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:entity/chicken/adult",
"textures": {
"0": "entity/chicken/temperate_chicken"
"0": "entity/chicken/chicken_temperate"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:entity/chicken/adult",
"textures": {
"0": "entity/chicken/warm_chicken"
"0": "entity/chicken/chicken_warm"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"credit": "Model by Miraculixx",
"texture_size": [64, 32],
"textures": {
"0": "entity/chicken/temperate_chicken"
"0": "entity/chicken/chicken_temperate"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:entity/chicken/baby",
"textures": {
"0": "entity/chicken/cold_chicken"
"0": "entity/chicken/chicken_cold"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:entity/chicken/baby",
"textures": {
"0": "entity/chicken/temperate_chicken"
"0": "entity/chicken/chicken_temperate"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:entity/chicken/baby",
"textures": {
"0": "entity/chicken/warm_chicken"
"0": "entity/chicken/chicken_warm"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "entity/copper_golem/copper_golem_statue_alive",
"textures": {
"golem": "entity/copper_golem/exposed_copper_golem",
"1": "entity/copper_golem/exposed_copper_golem_eyes"
"golem": "entity/copper_golem/copper_golem_exposed",
"1": "entity/copper_golem/copper_golem_eyes_exposed"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "entity/copper_golem/copper_golem_statue_alive",
"textures": {
"golem": "entity/copper_golem/oxidized_copper_golem",
"1": "entity/copper_golem/oxidized_copper_golem_eyes"
"golem": "entity/copper_golem/copper_golem_oxidized",
"1": "entity/copper_golem/copper_golem_eyes_oxidized"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "entity/copper_golem/copper_golem_statue_alive",
"textures": {
"golem": "entity/copper_golem/weathered_copper_golem",
"1": "entity/copper_golem/weathered_copper_golem_eyes"
"golem": "entity/copper_golem/copper_golem_weathered",
"1": "entity/copper_golem/copper_golem_eyes_weathered"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:entity/cow/adult",
"textures": {
"0": "entity/cow/cold_cow"
"0": "entity/cow/cow_cold"
}
}
Loading