Jump to content

ciroreed

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by ciroreed

  1. Okay, this part seems to be easy, because is a common question. Many thanks i'll take a look at home!
  2. Okay, ill try to PM him. I think my question is kitte advanced for my forge api knowledge. If someone knows how to port .json models to java GL code, any help is welcome!
  3. Lmao.. i searched at forge tuts. I'll look arround.. But more specific.. generating custom structure..
  4. Custom item, custom block tutorial isnt enough. Im looking for a way to generate one void dimension which must contain only an structure (a chamber), the player must spawn inside it. How forge manages dimensions? there is any tutorial about? [1.7.10] thanks in advantage!
  5. Hi all. Im pretty new at minecraft forge as a coder but i know java so far. What i want to do is something weird that isnt in any basic or advanced tutorial. I was thinking about TunnelBore in railcraft which is an entity which we can interact with. https://github.com/CovertJaguar/Railcraft/blob/master/src/main/java/mods/railcraft/client/render/carts/RenderTunnelBore.java But the code isnt descriptive at all. I used Mrscrayfish model creator to do a simple boat model (dont worry about if it looks like a s***), then i exported to json model. What ever. How i can render it in game? to provide more aditional info about the mod: Player can build several ships, corvette, frigate .. These ships must be BUILD as a multiblock structure at water (like railcraft multiblock or other mods do or vanilla mc with iron golem, etc) When the structure match the design an entity (or whatever) must be replace the structure, like railcraft's tunnelbore. Then ... this isnt clear now but, the player can enter and command the ship. While player is inside the ship he cant move it self, only command the ship. But im looking to a solution to leave the command and move inside the ship through a blank dimension which only contains a chamber which represents inside the ship, if the player breaks the chamber, ship will sink! (player will be teleported to the place where the ship was, many wood blocks will be dropped). Many thanks guys! any help is welcome!
×
×
  • Create New...

Important Information

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