Posted June 14, 201510 yr Hello everybody, i have a little question: Why for RenderWorldEvent, IBlockAccess is casted to ChunkCache??? Because it's now forge that stops me from doing what i'm trying to do... So, while searching for solutions for this problem, i found that all render blocks getters are based around one IBlockAccess. So why don't replace it with one that returns what i want where i want, and super value where i don't care... I came with new instance of IBlockAccess, that is called from new RenderBlocks(), wiht previous blockAcces parameter as default access and then this new instance gets saved instead. But this gave me problems: It crashes when forge tries to cast this render blocks to ChunkCahce for posting event. The question is: why forge needs ChunkCache for their event??? Why can't forge use IBlockAccess??? Thanks for help! If you have any questions - just ask! Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
June 14, 201510 yr Author Looking more, i don't seem to find any special use of special methods ChunkCache against IBlockAccess in event... Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
June 14, 201510 yr Because that is what vanilla minecrafts code gives us and expects. Beyond that 1.8 doesnt use this event anymore as its not needed. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
June 14, 201510 yr Author Because that is what vanilla minecrafts code gives us and expects. Beyond that 1.8 doesnt use this event anymore as its not needed. Thanks for the answer! So, to solve this i have to move to 1.8... Is no there any workaround in 1.7.10 for this? No? Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
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.