Jump to content

ComputerCraft32

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by ComputerCraft32

  1. Hey ya'll, So recently, I followed some tutorials for custom dimensions and biomes, and I got it running. My question is, how would I make the biome composed only of floating islands? If worst comes to worst, I could just spawn the islands as if they were randomly generating structures, but I don't want to do that. I took a look at the end biome class but I couldn't find much. I already saw another thread like this but it was ancient and it didn't make much sense to me. Thanks in advance.
  2. Not an expert at this, but looking at your log I think you are missing BdLib, and one of your mods might be dependent on it. Download BdLib and add it to your mods folder and see if that helps. :)
  3. Hello guys! I am currently working on a vehicle. I have an item that spawns the vehicle. When it is right clicked, the entity will spawn. However, the item wont go away! I need the item to disappear after right click, and after the entity is killed the the item will drop. How would I do so? I already tried looking at Item Boat, no luck :(. If I could not do that, then could I make the entity spawn like the iron golem? I went into blockPumpkin and saw some code I maybe be able to use, the hard thing it customizing the shape. Anyways, thanking for reading!
  4. How would I do so? [Sorry, I just started modding, all I know are the basics right now]
  5. Hello guys! I am working on a vehicle called a steam car. What I need is that when the car moves, the wheels rotate. What I also need is that when the car turns left/right, the wheels in the front also turn in that direction. How could I animate the wheels to do this? Do I even need to animate? Maybe I could use some code that will let me rotate? Anyways, thanks for reading!
  6. Hello ya'll! I was making a vehicle today in my mod. I found some code online to make my entity controllable, so I used it. After importing/deleting some stuff, Minecraft launcher sucessfully. The vehicle worked fine, but after a few second the vehicle teleported back to where I place it? Here is the code: https://hastebin.com/imafarohof.java . Any help please?
×
×
  • Create New...

Important Information

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