Fixed color

This commit is contained in:
OmeWillem
2024-07-05 17:36:40 +02:00
parent 42c96a2c24
commit 11c1f36f74

View File

@@ -80,7 +80,7 @@ public class Entity {
.replace("%look_at_target%", "animation." + modelId + ".look_at_target")
.replace("%walk%", walk)
.replace("%spawn%", spawn)
.replace("%material%", properties.getProperty("material", "entity_alphatest"))
.replace("%material%", properties.getProperty("material", "entity_alphatest_change_color"))
.replace("%render_controller%", properties.getProperty("render_controller", "controller.render.default"));