Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • larsgerrits

larsgerrits

Members
 View Profile  See their activity
  • Content Count

    3462
  • Joined

    May 10, 2013
  • Last visited

    Yesterday at 06:39 PM
  • Days Won

    17

larsgerrits last won the day on December 20 2019

larsgerrits had the most liked content!

Community Reputation

514 Excellent

1 Follower

  • ShadowOwO

About larsgerrits

  • Rank
    Reality Controller
  • Birthday 06/18/1999

Converted

  • Gender
    Male
  • Location
    Terschelling, Netherlands

Recent Profile Visitors

13475 profile views
  • smellysox345

    smellysox345

    August 20, 2020

  • jmb19905

    jmb19905

    May 29, 2020

  • DavidM

    DavidM

    April 25, 2020

  • MatHeusOPX

    MatHeusOPX

    March 30, 2020

  • DragonITA

    DragonITA

    January 27, 2020

  1. larsgerrits started following How to spawn lightning with forge 1.14, [1.15.2] New sticky block for piston, Can I use Forge if I have Optifine? and and 7 others March 17, 2020
  2. larsgerrits

    [1.15.2] New sticky block for piston

    larsgerrits replied to Corgam's topic in Modder Support

    Override the methods in your Block class and make them return true.
    • March 17, 2020
    • 5 replies
      • 1
      • Thanks
  3. larsgerrits

    Can I use Forge if I have Optifine?

    larsgerrits replied to Kippenkaasbaas's topic in General Discussion

    Specific Optifine version work with specific Forge version, decided and chosen by Optifine. Most Minecraft versions, there's not even a compatible version.
    • February 24, 2020
    • 3 replies
  4. larsgerrits

    [1.12.2] How to use a Universal Bucket in a crafting recipe?

    larsgerrits replied to RadioactiveRambo's topic in Modder Support

    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.
    • February 18, 2020
    • 4 replies
  5. larsgerrits

    Which JDK version should I install for Minecraft modding using Forge?

    larsgerrits replied to nullzo's topic in General Discussion

    Minecraft targets Java 8, Forge always targets the same as Minecraft, but both should be able to be used up until Java 10.
    • February 16, 2020
    • 1 reply
      • 1
      • Thanks
  6. larsgerrits

    [1.14.4] Any way to hook into Elytras code?

    larsgerrits replied to SkylorBeck's topic in Modder Support

    Check if the player is an instanceof ServerPlayerEntity, then cast.
    • February 7, 2020
    • 15 replies
      • 1
      • Thanks
  7. larsgerrits

    Items look weird and crooked in inventory

    larsgerrits replied to Aldie's topic in Modder Support

    Maybe try a lower resolution, 512x512 is really high and not necessary.
    • February 2, 2020
    • 26 replies
  8. larsgerrits

    [1.14.4] My GUI is hidden from JEI

    larsgerrits replied to Edivad99's topic in Modder Support

    You need to set your xSize to the width of your Screen.
    • January 27, 2020
    • 4 replies
  9. larsgerrits

    Picking entity / blocks

    larsgerrits replied to GengisKhan's topic in Modder Support

    What do you define as a "picker"? The only thing I can think of is that you want something like the 'Pick Block' control.
    • November 19, 2019
    • 3 replies
  10. larsgerrits

    How does the furnace's experience system works?

    larsgerrits replied to SenltonGomes's topic in General Discussion

    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.
    • November 19, 2019
    • 1 reply
  11. larsgerrits

    How to spawn lightning with forge 1.14

    larsgerrits replied to Tryhard's topic in Modder Support

    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 ****.
    • September 19, 2019
    • 16 replies
  12. larsgerrits

    [1.12.2] So I have an issue with an entity duping its drop and not letting the player dismount

    larsgerrits replied to Daring Do's topic in Modder Support

    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.
    • July 5, 2019
    • 14 replies
  13. larsgerrits

    [SOLVED][1.14.2] Changing/Adding to Vanilla Loot_Tables

    larsgerrits replied to NickDerMitHut's topic in Modder Support

    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.
    • June 23, 2019
    • 4 replies
      • 1
      • Thanks
  14. larsgerrits

    Minecraft Forums shutting down

    larsgerrits replied to lehjr's topic in Off-topic

    That coud lead to an increased amount of user traffic. I'm curious.
    • May 28, 2019
    • 1 reply
      • 1
      • Like
  15. larsgerrits

    Error with block properties in 1.13

    larsgerrits replied to Eliwood's topic in Modder Support

    The method is called fillStateContainer in 1.13.
    • April 14, 2019
    • 3 replies
  16. larsgerrits

    [1.7.10] Using a custom item to break a custom block

    larsgerrits replied to Scouloune's topic in Modder Support

    Then don't bother asking. 1.7.10 is no longer supported on this forum. Update.
    • April 4, 2019
    • 1 reply
  • All Activity
  • Home
  • larsgerrits
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community