One thing that’s been bugging me about modding for Minecraft is how much code you need to define data. I decided to see if it’s possible to data drive item creation with Forge.
Month: November 2019
Improved Excerpts 2.0
I recently got around to redesigning my blog. The whole design uses only the colours available on the Commodore 64 – the first computer I ever made video games for. The theme is based on the underscores theme, a bare bones theme that supports sass.
Getting Sassy
I can’t believe I’ve only just discovered sass. Sass is a preprocessor for css that makes editing your site’s style much more manageable. It includes things like variables and scoping that makes editing style a lot easier. Sass can then be compiled to normal css and used in any website.