Introduction to solved's Advanced Structures ____________________________________ -----------Scroll down for instructions------------- You may or may not know that I am working on a 2D Minecraft. However, a saving issue forced me to restart development. I am seeing this as a chance to improve my scripts and here's what I came up with structures. This allows me to add strcutures of unlimited size to be generated out of the list 'world.structures'. The nice side-effect? You will be able to create those structures as well and add them to the world generator! This means I could add the 'structure-block' from Minecraft, too. ____________________________________ Comparing the system to Buildcraft's Structures Buildcraft has only one structure: The tree. It was very complicated to add such a small structure and there wouldn't have been the possibility to add something like dungeons as it would be even more complex. The new system works with every block in every order with unlimited sizes and it's taking all data out of a list. Another downside of the Buildcraft structures is, that you can only generate a structure chunk by chunk. This means, you have to run a custom block more than one time in order to create a structure. The sad consequence: It would be far to complicated to script something easy like growing a sapling to a tree. That's solved in the new version. ____________________________________ Instructions: >Click to place a structure >arrow keys to move through world
v0.1.1 >everything with structures should work as intended now! :) v0.1.0 [!!!-------------------------------------------!!!] Ooops... I didn't meant to publish it yet as not everything is working. I don't know how, but I managed to mess up the 'See inside'- and 'Publish'-Button. xD Please feel free to take a look at the scripts, but don't expect to see anything special while running the project... ;P [!!!-------------------------------------------!!!]