Posted March 31, 20205 yr Hello everyone, in the update of one of my mod I want to add one direction powered rail but as I look at vanilla code I find really complex function especially in abstractMinecartEntity. Does anyone knows : 1.how to move a minecart on rail using onMinecartPass 2. how to stop a minecart when it is on a slope I try various things but nothing was really efficient.
March 31, 20205 yr This is a pile of disgusting (and from 1.12) but it does represent some code I used to fiddle with carts as they passed nearby. This was from a hopper-like TileEntity, but the information should still apply. https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/industry/entities/TileEntityCartLoader.java#L32 Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.