• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

[TUTORIAL] Basic Block-Manipulation (By Carbogen)

Did the comments and code in the repository help you understand Block Manipulation better?

  • Yes, but I don't see any other applications for this.

    Votes: 0 0.0%
  • Somewhat, though I'm still unclear on some things...

    Votes: 0 0.0%
  • Not at all.

    Votes: 0 0.0%

  • Total voters
    5

Carbogen

Verified Member
So I got a few requests on Skype to teach Block Manipulation... I'm in no way a good teacher, especially through conversation. So I decided to make a sort of "guide" to making them, and with that I created a Java Project in which I created a very simple ability.

This ability has nothing to do with Avatar; do not use this on your servers!!

It basically looks like a 1 block wide LavaSlap of Gold Blocks, which revert after a delay specified in the config.

Basically I added Comments (they start with //) on every single line of code in the add-on.

NOTE THAT this tutorial assumes you have a basic understanding of programming and some degree of experience with Java.

NOTE THAT this project covers only one aspect of Block Manipulation, while you can do much more using the same code structure.

Here is a LINK to my Github repository containing the source files for my project.

I hope this tutorial will help lots of people like Blaze590 who wish to learn Block Manipulation.
 
Top