Jump to content

[1.7.10] Structure Spawn Problems


JimiIT92

Recommended Posts

Hi guys! :D I'm having problem spawning a structure in my custom dimension.

First: i want it spawn only 1 in dimension, it's inteended to be a dimension's boss strcuture so i don't want it to spawn more than one.

Second: it is a giant hole in the ground so i don't want that this will intersecate with other structures or blocks, like trees or caves.

I made two screenshots of what it happen right now:

In the first screenshot you see how the planks from a village are inside the hole area. This is not supposed to happen so how can i made this not happening?

iT5OkCW.png

In the second screenshot you see how the sctructure generates itself 5 times (instead of one). Again, how can i made this not happening?

cY2NY7k.png

 

Here is the code for my custom dimension (the biome), and the structure

 

Biome

http://pastebin.com/RF5gbeVd

 

WorldGenCorruptedCrate

Part 1:

http://pastebin.com/MjrQ26ND

 

Part 2:

http://pastebin.com/THMNEVHQ

http://pastebin.com/CHFELfZV

 

Part 3:

http://pastebin.com/8vxYx5ZL

 

Part 4:

http://pastebin.com/6U9sGxdZ

 

Also here is my console log when creating a new world:

http://pastebin.com/jHHMY98Z

 

Thanks in advance for all who will help me ;)

Don't blame me if i always ask for your help. I just want to learn to be better :)

Link to comment
Share on other sites

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Topic modified.

P.S: img tag don't work with imgur

 

Surprise!

 

iT5OkCW.png

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

i don't know, it wasn't show me in preview :/ aniway any ideas on how to solve the problems described above? :)

Edit: in my old post sometimes i used the img tag and all works perfectly, so i'm not so dumb to not use it, i had that strange problem, maybe due to my connection, so i used the url tag (that i previously don't know because i've never needed it) :P

Don't blame me if i always ask for your help. I just want to learn to be better :)

Link to comment
Share on other sites

So, the problem is vanilla sturcture is generated in your structure or the other way around? In the first case it may be enaugh you set the parameter (think its called generation weight) where you register your generator to a high value so the generation of other stuff takes place first

Link to comment
Share on other sites

sice is only a structure that i need one time and it's for decoration purpose i don't register it so it's not related to that :/ or will i do? i have no problems with other structures i made generating in world without registering them

Edit: post modified

Don't blame me if i always ask for your help. I just want to learn to be better :)

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.