Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/01/20 in all areas

  1. I want to create a mod that implements a new type of rails, but how do I remove the collision for the rails? Vanilla Minecraft rails have disabled collisions so you can walk through them, but my rails currently have a collision just like one layer of snow on the ground does. I have checked the AbstractRailBlock and RailBlock classes of Forge but I couldn't find anything. Overriding the method getCollisionBoundingBoxFromPool and returning null doesn't work either because it doesn't exist anymore. Does anyone have an idea of how to do this?
    1 point
  2. That's what the containerItem thing I mentioned is for. It leaves an item in the crafting table after being crafted, which is what they seem to want. It's also used for other things, like potion bottles and water buckets.
    1 point
  3. 1 point
  4. You're trying to run 1.14.4 Optifine in 1.15.2, this isn't going to work.
    1 point
  5. A workaround for what I am trying to do (replace the vanilla item) is just give it the same registry name. Works perfectly.
    1 point
×
×
  • Create New...

Important Information

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