Posted August 15, 201510 yr I want to port a mod to forge and I'm getting help from an experienced modder but neither of us have any clue as to how to add overlays to blocks. The mod I'm trying to port over is found on a minecraft forum page and you can get to it by googling "easy redstone mod". Please help I love solving puzzles and also coding. What a great combo! I also want to have a career in programming when I have gone through university. 9GAG and Quora stand in the way of me ascending from mediocre programmer to ...meh programmer and beyond! I am always looking for fun projects to look at and maybe be a part of. If you have a project and want to co-operate, email me via [email protected] Keep coding
August 15, 201510 yr Author How do you use it I love solving puzzles and also coding. What a great combo! I also want to have a career in programming when I have gone through university. 9GAG and Quora stand in the way of me ascending from mediocre programmer to ...meh programmer and beyond! I am always looking for fun projects to look at and maybe be a part of. If you have a project and want to co-operate, email me via [email protected] Keep coding
August 15, 201510 yr Author Did you have a look at the easy redstone mod I directed you to as then you'll see what I'm talking about with my question. I want to add overlays to blocks when they reach a certain criteria I love solving puzzles and also coding. What a great combo! I also want to have a career in programming when I have gone through university. 9GAG and Quora stand in the way of me ascending from mediocre programmer to ...meh programmer and beyond! I am always looking for fun projects to look at and maybe be a part of. If you have a project and want to co-operate, email me via [email protected] Keep coding
August 15, 201510 yr Author What does RenderWorldLastEvent do I love solving puzzles and also coding. What a great combo! I also want to have a career in programming when I have gone through university. 9GAG and Quora stand in the way of me ascending from mediocre programmer to ...meh programmer and beyond! I am always looking for fun projects to look at and maybe be a part of. If you have a project and want to co-operate, email me via [email protected] Keep coding
August 15, 201510 yr Author So how will that help with overlays of blocks I love solving puzzles and also coding. What a great combo! I also want to have a career in programming when I have gone through university. 9GAG and Quora stand in the way of me ascending from mediocre programmer to ...meh programmer and beyond! I am always looking for fun projects to look at and maybe be a part of. If you have a project and want to co-operate, email me via [email protected] Keep coding
August 15, 201510 yr Author So how would I be able to render ontop of blocks using RenderWorldLastEvent I love solving puzzles and also coding. What a great combo! I also want to have a career in programming when I have gone through university. 9GAG and Quora stand in the way of me ascending from mediocre programmer to ...meh programmer and beyond! I am always looking for fun projects to look at and maybe be a part of. If you have a project and want to co-operate, email me via [email protected] Keep coding
August 15, 201510 yr The important question that I've always ased myself is: When this event has been called, how do I find out, which chunk just got redrawn? It wouldn't make much sense to redraw the whole world. http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
August 15, 201510 yr Makes it pretty useless for block overlays, you would get an enormous amount of lag if you redraw the overlay for several blocks every render tick... Probably a coremod would be useful here, or is there a chance that forge adds events when chunks are rendered? http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
August 15, 201510 yr Author http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2139536-wall-painter-1-5-4-now-items-are-also-paintable This doesn't use a core mod. Maybe finding out how they render the paint will help with overlays I love solving puzzles and also coding. What a great combo! I also want to have a career in programming when I have gone through university. 9GAG and Quora stand in the way of me ascending from mediocre programmer to ...meh programmer and beyond! I am always looking for fun projects to look at and maybe be a part of. If you have a project and want to co-operate, email me via [email protected] Keep coding
August 15, 201510 yr Sorry to say that youre wrong. This mod does use a coremod included in the jar file. http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
August 16, 201510 yr Is this overlay for the block that the player is looking at? In that case I think maybe the DrawBlockHighlightEvent is better to use. You might actually be able to use the DrawBlockHighlightEvent to overlay other blocks in the local area as well. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
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.