All Projects:
Post your ideas for things you want me to make here!
Image Drawer Custom Image Editor. Indev. Ideas for more drawing tools will be accepted.
Tools:
  1. Pixel Pen
  2. Rectangle
  3. Line tool
  4. Select Tool - Changes a rectangle into a selection. When creating a selection, changes to tool 5
  5. Move Selection Tool
  6. Spray Tool
  7. Pick Color Tool
Right clicking will cycle through the following draw modes:
  1. Set Pixel
    The default drawing mode we all know.

    x
  2. Add Color
    Adds color instead of setting it.

    x
  3. Subtract Color
    Removes color instead of setting it.(Reccomended to have alpha set to zero)

    x
  4. Multiply Color
    Multiplies color instead of setting it.

    x
Download
Source will be posted soon
Java Searcher View Java code and actually find what you are looking for! (indev, online)
What will be searched is now controllable!
Open
Hytale Codec Creator Easily create Hytale codecs because manual codec creation is painful!
How to use:
Left box is the custom codec format. Right box is the code. To get started with a new codec, put the codec type at the top followed by {}:
ExampleType{}
Then, in between the brackets, put a comma-seperated list of entries, each with the format
"Key":variable_in_class(Type)
Each of these entries can have up to one Documentation entry. An example with documentation would be:
"Key":variable_in_class(Type)!"Documentation goes here!!!!!"
Each of these can have multiple validators. An example with one validator would be
"Interactions":interactions(Map)@RootInteraction.VALIDATOR_CACHE.getMapValueValidator()
Each of these entries can also have late validators for specific cases, such as putting a reference to asset type in that same asset type.
Late validators have the mention character of %.
Finally, each entry can have metadata entries, which include stuff such as starting a editor section (#StartSection_"SectionName"), what client caches to rebuild on change (#UIRebuildCaches.ClientCache.CACHE_NAME), and more!
Download
Open Web Edition There is no advantage to either version; they function the exact same. Web version suggested if you don't want to download and run any EXEs.
Games Some games I've made and wanted to share Tetris?