Posted August 16, 20205 yr I've created a biome and played around with some of the properties, but as far as I can tell, there are no up-to-date posts on how to change grass/leaf colour. Does anyone know how to do that?
August 17, 20205 yr Look at how vanilla biomes do it. All Projects found here: Website Main Programmer for: Better Animals Plus, Better Animal Models Created independently: QuickHomes, ClaimIt, ClaimIt API, CloneLand, DerpCats, QuickTeleports, QuickSpawns, MCMusicPlayer, MCDevDate, [SBM] Fluid Gun, OpenScreens Work on/Contribute to: Bewitchment Commissioned for: [SBM] Breadstone, [SBM] Infinite Falling, [SBM] Dead Man's Satchel, [SBM] Handheld Piston
August 17, 20205 yr The "Biomes" class. In Eclipse, vanilla source is in Referenced Libraries -> forgeSrc-xx-xxx_mapped_snapshot_xxx.jar Not sure about IntelliJ All Projects found here: Website Main Programmer for: Better Animals Plus, Better Animal Models Created independently: QuickHomes, ClaimIt, ClaimIt API, CloneLand, DerpCats, QuickTeleports, QuickSpawns, MCMusicPlayer, MCDevDate, [SBM] Fluid Gun, OpenScreens Work on/Contribute to: Bewitchment Commissioned for: [SBM] Breadstone, [SBM] Infinite Falling, [SBM] Dead Man's Satchel, [SBM] Handheld Piston
August 17, 20205 yr Author Thanks, there were two things in there that helped me: @OnlyIn(Dist.CLIENT) public int getFoliageColor() { return 10387789; } @OnlyIn(Dist.CLIENT) public int getGrassColor(double posX, double posZ) { return 9470285; }
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.