Jump to content

larsgerrits

Members
  • Posts

    3462
  • Joined

  • Last visited

  • Days Won

    17

larsgerrits last won the day on December 20 2019

larsgerrits had the most liked content!

Converted

  • Gender
    Male
  • Location
    Terschelling, Netherlands

Recent Profile Visitors

34590 profile views

larsgerrits's Achievements

Reality Controller

Reality Controller (8/8)

516

Reputation

  1. Override the methods in your Block class and make them return true.
  2. Specific Optifine version work with specific Forge version, decided and chosen by Optifine. Most Minecraft versions, there's not even a compatible version.
  3. First of all, that's never gonna work. Second, this thread is more than a year old. Don't necro old threads, make your own.
  4. Minecraft targets Java 8, Forge always targets the same as Minecraft, but both should be able to be used up until Java 10.
  5. Check if the player is an instanceof ServerPlayerEntity, then cast.
  6. Maybe try a lower resolution, 512x512 is really high and not necessary.
  7. You need to set your xSize to the width of your Screen.
  8. What do you define as a "picker"? The only thing I can think of is that you want something like the 'Pick Block' control.
  9. As you are smelting items, the furnace stores for how much XP has been smelted. As soon as a player takes an item out of the furnace, all the XP gets rewarded at once.
  10. You can't store variables like this in your Item. They are singletons and the data would be shared between all items of that type. Assuming you want to spawn a lightning bolt when the user uses your item (i.e. right clicks the item), override the Item#onItemRightClick method. You don't need any of the events. And definitely don't do this. We are spending our free time here (which we don't have a lot of) to help people. Saying this makes you sound like an entitled piece of ****.
  11. Calling people pretentious will make sure they won't help you. You should have more patience. Everybody on this forum does this in their own free time, without getting paid for anything. Minecraft has hard-coded limits for moving too fast. You can't get around this as far as I know.
  12. Your mod is also technically a resource pack and a data pack. You basically treat your src/main/resources/ folder as both of them. That means you can add a custom loot table JSON file using the minecraft namespace.
  13. That coud lead to an increased amount of user traffic. I'm curious.
  14. The method is called fillStateContainer in 1.13.
  15. Then don't bother asking. 1.7.10 is no longer supported on this forum. Update.
×
×
  • Create New...

Important Information

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