Posted November 3, 201311 yr Hi, Im looking to generate a structure, but before I do, I want to know if its a good idea(Because of the size) I've already got some modders opinions on generating it, but I feel if I post here, Ill be able to reach a wider audience. So yeah, I used a schematic to java tool , and found out its over 30,0000 setBlocks. From this, I found that if I was to generate it, schematic to java would not be the way. A schematic importer, would be more favorable. However, would it actually be favourable? Or should I just not attempt to generate it b'cos of the size. If so, please could you explain to me why, Minecraft/Java can't handle this structure. The structure. Ignore the mob.
November 4, 201311 yr Well, first, there is a line limit per class file in Java. 3000, if i remember correctly. Second, your structure looks really symmetrical and repetitive, so it would be best to generate smaller parts individually. You can separate the lower part and the "towers", for example. Then the lower part seems to contain, a lot of round rooms.
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.