gudenau / Minecraft-CreeperSwarm

Allows Creepers to spawn when one explodes!
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Creeper overhaul compat? #1

Open StockiesLad opened 2 years ago

StockiesLad commented 2 years ago

Creeper overhaul by default overrides creeper textures with its own, I think you need to mixin and scale it down bc the baby creepers look like full-grown ones lol.

StockiesLad commented 2 years ago

https://github.com/Joo5h/Creeper-Overhaul heres the source code

StockiesLad commented 2 years ago

Gudenau, I don't think it overrides the main creeper tho. As the ID is still minecraft:creeper. The modded creepers are seperate entites all together. This is why creeper AI updated and this mod works with it.

StockiesLad commented 2 years ago

https://github.com/gudenau/Minecraft-CreeperSwarm/blob/master/src/main/java/net/gudenau/minecraft/creeperswarm/mixin/CreeperEntityModelMixin.java Your mixin needs to reference this https://github.com/Joo5h/Creeper-Overhaul/blob/fabric-1.18/src/main/java/tech/thatgravyboat/creeperoverhaul/client/renderer/replaced/ReplacedCreeperModel.java as it does indeed replace the deault "minecraft:creeper" model with its own. But keep in mind there is an animation too!