Projects, Information
and other Fun Stuff™

- by the OCD Robot

Dev - Latest Articles

This section of the site contains programming related stuff that I find interesting, have considered share-worthy in the hopes that it might be of assistance to someone out there, and anything else that might fall into this category as opposed to any of the others. For the record, I am not making any claims that the things I share here are the best or only ways to achieve the task at hand, although I do my best to make things as efficient and practical as possible.

basic_wp

The old “not_wp” theme for WordPress that I had on here some years back has been superseded by (as per the title of this post) basic_wp.There are several plugins that are now part of the basic_* suite. They are all on GitHub should this interest you. There is a clean-up plugin, a “types” plugin, a […]

TileEntity State Persistence

So while writing some Forge based mods for Minecraft Java I spent a while figuring out a reliable way of making my new TileEntity based blocks store their states, whether that is an inventory or some custom properties.I am sure this will not be revelatory news to some, and I am by no means claiming […]