Jump to content

Exp

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Exp's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hey, so I started coding but now I want to make like a custom fire that acts like the normal fire (not the block, but rather the one you set with entity.setFire()), but has like special things like it won't be affected by water or rain...But I don't have any idea...Should I make a potion effect? If yes how can i render the fire on the entity? Hope someone knows a way around this^^
  2. Well uhh thanks guys^^ Didn't know that it's so easy to make custom KeyBinds and get the states of those...
  3. Hello, I've written my mod now that it works on Servers too (added proxies and such), but now I get an error everytime I try to call a method with Keyboard.isKeyDown() saying I need to create a keyboard before querying key states. Weird enough it works in my AddInformation method. Here's the error: And here is the source: Anybody knows a solution to this? Tried already using Keyboard.create() and Display.create() but it still won't work...
  4. So I've started making a mod in Minecraft... Now I want to add my items to dungeon loot tables. As ChestGenHooks are removed is there any other easy way? I've seen DrCyano's AdditionalLootTables, but is there a way of few lines as I don't want to rely on other mods. Is there an easy way to read out the dungeon loot tables too like getting a random item out of the whole pool... Would be nice to see a respond here^^
×
×
  • Create New...

Important Information

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