diff --git a/resource_packs/vanilla_1.21.60/render_controllers/creeper.render_controllers.json b/resource_packs/vanilla/render_controllers/creeper.render_controllers.json
index 7c22742..a923b6d 100644
--- a/resource_packs/vanilla_1.21.60/render_controllers/creeper.render_controllers.json
+++ b/resource_packs/vanilla/render_controllers/creeper.render_controllers.json
@@ -9,7 +9,7 @@
           "r": "((variable.flash == 0.0) || (query.swelling_dir < 0.0)) ? this : 1.0",
           "g": "((variable.flash == 0.0) || (query.swelling_dir < 0.0)) ? this : 1.0",
           "b": "((variable.flash == 0.0) || (query.swelling_dir < 0.0)) ? this : 1.0",
-          "a": "((variable.flash == 0.0) || (query.swelling_dir < 0.0)) ? this : 0.5"
+          "a": "((variable.flash == 0.0) || (query.swelling_dir < 0.0)) ? this : 1.0"
       }
     }
   }