Jump to content

Vitro Static

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Vitro Static

  1. We need that said error, look in your run folder>crashreports. That was the problem tho there where no crash reports being made, I have since fixed the issue and I am closing this post now, thank you for the offer to help tho!
  2. Okay so when I start my game everything loads good with FML, the only problem is when I create a world to see if the ore gen is working, there is no crash it just freezes and the console says: "The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded." This is where I register the world (inside my main mod file) Here is the UtopiaWorldGenerator file:
  3. My OG code is in the spoilers, I have fixed the problem but I do not remember the exact steps. If you feel like watching a video tutorial I know that this helped me find what was wrong... If not just post your code in a spoiler and I will take a look to see what I can figure out
  4. So I made a custom mob that is half the size of a block (It is a miniature cow basically) and I as curious as to how I edit its hit/collision box? Like what would I need to do to make the game see that it fits in a single block? To go in depth: I can only hit it if I aim straight at it, if I aim above or beside the actual render nothing happens... It can walk thought a 1x1 hole in a wall, but it suffocates while it does so? I can place a block right above it (making it stand in a 1 block space) and it doesn't move, but it suffocates. How can I fix this to where it will not suffocate?
  5. I should note that I was using a tutorial to help walk me through this coding, it was outdated (1.9) and anything that wasn't working and causing a crash I managed to find in a 1.10.2 tutorial, the problem with this tutorial is that a lot of what it supplied was throwing crash reports so I am pretty sure that it was actually an earlier version claiming to "be for 1.10.2"
  6. okay so here are my files right off the bat-- The game starts up and everything, but when I go to spawn my entity using my custom spawn egg (Tested with vanilla mobs, works fine, so I am assuming that it is a bug with my mob itself) the game crashes with this:
  7. Thanks, you guys are awesome! Man the modding support community back in 1.2.5 was dead compared to you guys!
  8. I swear I read over the report a hundred times and did not realize that is was a simple letter missing wow... thank you, you are god
  9. Okay so I haven't done any coding since 1.2.5, that was with modloader and now I am trying forge, and I am trying to read through and watch tutorials to learn everything I am needing to learn but I have a problem: Every tutorial I watch on anything advanced, or any tutorial I read, just shows me how to make what they are making, no explination. Its always "follow this right here, put this here, add these here" I have never found one that actually steps me through explaining "this number here determines this" or "this line makes this happen" so I was just wondering if anyone knew a really good and in-depth tutorial that they would recommend for making a GUI/Tile entities (more specifically, I was wanting to make a crafting table of sorts for my mod, it would function like a crafting table with a custom GUI and custom recipes specifically to it)
  10. Okay, so am in the works of recreating a very old mod that I worked on back in Beta (long time I know) I haven't made any work on coding mods since 1.2.5 and back then I used Modloader which is DRASTICALLY different, I am having some trouble figuring out this whole forge thing. So I have the item I want to use to spawn the creature and everything works from here, I am having trouble getting any entity to spawn from it tho. Right now for testing purposes I am trying to spawn in a cow and it is not working. I looked online for some help to learn all f the "in and outs" of forge, everything that I am finding though is super old and doesn't work for what I am building on (1.10.2 and 1.1.2 I am making multiple mods) here is the coding I am using in 1.10.2 to try and spawn in the cow... found that code on one of the other topics here asking the same thing I believe it was around 1.3-1.5. Also side note: if anybody knows any good custom model makers that are free for me to make and texture my models with that would be really cool if you could tell me about it.
×
×
  • Create New...

Important Information

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