Posted July 6, 201411 yr How would I make random generated structures? I have tried a program called "SchematicToJava Converter" but the program is too old and all of the code generated is outdated. What should I use to transfer my dungeon schematic into java worldgen code.
July 6, 201411 yr Well, use the SchematicToJava Converter and update this code. [That what I'm doing every time, well currently I'm trieng to update this tool.] Developer of Primeval Forest.
July 6, 201411 yr Author Well, use the SchematicToJava Converter and update this code. [That what I'm doing every time, well currently I'm trieng to update this tool.] How can I efficiently update the code with over 6000 blocks? I would have to update every block. How far are you into updating the tool?
July 6, 201411 yr Try using your editor's 'search and replace' functionality, if you aren't already using it - that should speed things up dramatically. http://i.imgur.com/NdrFdld.png[/img]
July 6, 201411 yr Author I did start using that, But the problem is, I also have to update all of the .setBlockAndMetadata things with .setBlock and add ,2 at the end. There is no way to do that with search and replace. Is there no tool that is updated to 1.7?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.