Jump to content

TheRPGAdventurer

Members
  • Posts

    642
  • Joined

  • Last visited

Everything posted by TheRPGAdventurer

  1. Also I fixed the head it's in the model's render method, protected void renderHead(float scale) { float headScale = 1.4f / (size + 0.4f); if (this.isChild) {float f = 2.0F; this.head.render(scale);} else {head.setRenderScale(headScale); head.render(scale);} Just put an exception between adult and baby types, side note my model has different renders per part.
  2. One question is that if you use structure blocks do you still have to use and IWorldGenerator or Just directly use the generate method in the structure's class.
  3. I really have trouble understanding the generate method.
  4. I used to follow an old tutorial in 1.8.9 but if you use nbt files to spawn structures do you still use IWorldGenerators or you just simply make a class that grabs the location of your nbt structure and generate them? Sorry for being old the future is now old man!
  5. also have you seen tutorials on making complex structures like jungle temples and desert temples, I have seen one but it only works for 1.8.9.
  6. How about the ocelot, how does it's head size is handled.
  7. NAH! just used the wood block!
  8. HAHAHAHA! but where can I find a texture of a unarranged pile of sticks in minecraft? oh wait! I know!
  9. Hello Forge, I don't think if this is the correct website to ask for textures(please tell me if you know some websites), but I need a texture for my block, basically it just need to look like a pile of sticks, I'm not really good with textures but all help is appreciated.
  10. The UpdateRiderPosition was a very useful method from 1.7.10, what it does(if you don't know) is it places the players position when riding an Entity, sadly it was removed in 1.9(I don't know the reason tho), If it is impossible you can simply say no that's impossible and it will never happen.
  11. here's the link to the tutorial http://www.minecraftforum.net/forums/mapping-and-modding/mapping-and-modding-tutorials/2667034-1-8-x-and-1-9-complex-structure-generation
  12. Wait.. I heard of this before, maybe I should try it. No wonder I keep seeing nbt files but I can't open them in notepad.
  13. also you got any complex structure tutorials bro for 1.10.2? I think the one I found in version 1.8.9 is not working OR it is working but I am just being a fucking idiot again :D! Just tell me if this http://www.minecraftforum.net/forums/mapping-and-modding/mapping-and-modding-tutorials/2667034-1-8-x-and-1-9-complex-structure-generation from 1.8.9 still works on 1.10.2+
  14. Nah! It's not this, it's a pretty old video tho. Maybe it was deleted long ago.
  15. I found a tutorial for 1.8.9 butit doesn't work anymore, really need help.
  16. Maybe it's in this video , not sure tho. Hey can you tell me where is the MonsterSpawnerStructure is located, I had trouble attaching the nest I made in the caves.
  17. Oh sorry did I typed wiki? It's not really the wiki it's a documentary on youtube about dragons I watched years ago, My suggestion was just a small dragon's nest with an egg in the middle without the parents and the player just have to load this in his/her minecart and bring it home so he/she can hatch it.
  18. also, where is the location for spawner structures tho. (the location net.minecraft)
  19. I head over the wiki that dragons abandon their nests once they lay their eggs just like reptiles do.
  20. it's really just a small structure with random that i mentioned blocks with a shape of a nest, still thanks.
  21. I made a dragon nest structure it's pretty simple made with coarse dirt, haybales, and leaves but how do I make it spawn underground?
×
×
  • Create New...

Important Information

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