Jump to content

PutoPug

Members
  • Posts

    61
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PutoPug's Achievements

Stone Miner

Stone Miner (3/8)

1

Reputation

  1. Oh wow, very dirty
  2. Hello, I am wondering is there any event that triggers on item durability loss? If not, any other way to run code when item durability is lost?
  3. Hello i was wondering if theres any good documented way to add a boat
  4. Hello i would like to know how to make a custom sign for my wood but vanilla code dosent work
  5. How do i increase a player's mining speed using an attribute modifier?
  6. *Wait how do i do that*
  7. Hello i am wondering how to change entity speed for all entities in the world
  8. @SubscribeEvent public void cancelPlayerRender(RenderPlayerEvent.Pre event){ event.setCanceled(true); } i guess this can cancel the model render, now how do i render a custom model
  9. Actually I Want to make the playermodel into a custom model
  10. I want to change the playermodel to a bat model
  11. Ok, So where do i register it?
×
×
  • Create New...

Important Information

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