Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/04/18 in all areas

  1. There's two steps here. One's a machine step, and one's the human step. The part you talk about is the human step. The machine step organizes the classes into packages and renames the classes so that instead of a, ab, bz, and cf you have Minecraft, Block, ItemStack, and GuiContainer (these names, I believe, also come from MCP, but I'm not sure where in the process it occurs). It also renames all methods, fields, and parameters called SRG names. These look like func_12893_f, field_90237_c or paramWorldIn1. MCP then is a remap from those to human readable names, which are supplied via interacting with the MCPbot on IRC.
    2 points
  2. The method isn't static and it needs to be if you are registering it like that.
    1 point
  3. What are you even doing? Just return false from that method
    1 point
  4. I think there’s an onHarvest (or something similar) event. There might also be a getDrops event?
    1 point
  5. Well there is the most basic thing, the Java language. Do you know this one.
    1 point
×
×
  • Create New...

Important Information

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