Jump to content

ess0523

Members
  • Posts

    20
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

ess0523's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm sorry to ask so many questions, but I've gone through the code and used the right parameters(i think) and the doors still spawn on the ground as items....What am I doing wrong, can somebody test this out?
  2. The doors still aren't in place and nothing is changing direction when I get this line to work...can you give me an example of this line of code with parameters filled in?
  3. I also need help with doors, if you can, because they are on the ground as items when the structure generates
  4. Is there something in the code above that causes this?
  5. world.setBlock(i + 0, j + 0, k + 0, Blocks.stone);
  6. structure 1 (minus all set blocks for size reasons): Structure 2 (minus all set blocks for size reasons):
  7. Problem 1: I made a custom structure and got it to spawn. Now I created a more complex structure and put stairs, and a chest, and doors, and other things with direction and metadata. How would I go about adding metadata and direction to these in my "WorldGenSTRUCTURE" class? Problem 2: This is probably really simple, and I think I have some idea, but can't pinpoint the exact problem...My structures are spawning in the same spot, 1 on top of the other...They aren't spawning alone in separate locations like they should. Can anybody think of a reason why this is happening? All Help is appreciated! Thank you!
  8. now, how do I get my structure to only spawn on an open space of land and not air or water?
  9. Thank You! I created a schematic file with MCEdit and was able to spawn my structure (accidently I spawned them ALL over the place!) But at least it works!
  10. Thank you! I got some different test structures to spawn! But now I want to spawn a bigger scale structure. Is there an easier way to put a structure into code than writing each line out? Is there a program or something to do it?
  11. I want to create a custom structure and add it to only spawn in my custom biome. I have my custom biome already set up, and it works, but I have no idea where to start with my structure. I have looked through the all the classes in the world.gen.structure package and try to recreate it, but it never works. So could anybody explain the structure generating system so I get it a little better and explain where to start on this structure?
  12. Thank you! I got my biome working and found i on the first try using the biome weight!
  13. How are you able to use the net.Minecraft package...? I can't...
  14. Thank you everyone. I got everything working!
×
×
  • Create New...

Important Information

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