Custom Structures Are Pain

by thatcatnamedhack

So I've been working on a modpack of mine for quite some time. Recently someone suggested that I add custom structure gen to my Medieval RPG modpack, I thought this was a brilliant idea. Theeennn I actually tried to put it into the pack. First off, the methods minecraft provides to make such stuff is very difficult and confusing. Solution! Use a mod, and so I do. Found this nifty mod called Worldshape that did everything I could possibly hope for. Except teach me how to use JSON. See I've been avoiding JSON, it scares me. Syntax that is confusing and very very specific. Sunk a more than a few hours into that, found a bug, few more hours debugging, and realized I forgot [] around an array. Simple stuff, but that took me a total of 7 hours to figure out. However it works now! Which is great... except now I have to get to work on the hard part... actually BUILDING the structures. Heeeeeellllllllpppppp
BLOG

Category: Mods



Comments


COMMENT

Ironically, I find figuring out how to work with key:value data to be WAY more confusing in Java. Maybe we can trade notes, haha

COMMENT

I figured it out after a while, if you want to know what I did maybe I can help? I mainly deal with mods so I had one do the work for me.

Loading...