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
  • Xrated_junior

Xrated_junior

Members
 View Profile  See their activity
  • Content Count

    3
  • Joined

    February 14, 2020
  • Last visited

    Sunday at 08:19 PM

Community Reputation

1 Neutral

About Xrated_junior

  • Rank
    Tree Puncher
  1. Xrated_junior

    (SOLVED) [1.14.4] Modify Vanilla Mob Spawning

    Xrated_junior replied to MineModder2000's topic in Modder Support

    Ahhh okay, Thank you very much for your help!
    • February 18, 2020
    • 11 replies
      • 1
      • Like
  2. Xrated_junior

    (SOLVED) [1.14.4] Modify Vanilla Mob Spawning

    Xrated_junior replied to MineModder2000's topic in Modder Support

    Iterator<SpawnListEntry> biomeSpawns = biome.getSpawns(EntityClassification.CREATURE).iterator(); while(biomeSpawns.hasNext()) { SpawnListEntry entry = biomeSpawns.next(); if (entry.entityType == EntityType.PIG) { biomeSpawns.remove(); } } Thank you! I will definitely look at that. I did get it to work eventually. Don't know if it looks bad though...
    • February 15, 2020
    • 11 replies
  3. Xrated_junior started following (SOLVED) [1.14.4] Modify Vanilla Mob Spawning February 14, 2020
  4. Xrated_junior

    (SOLVED) [1.14.4] Modify Vanilla Mob Spawning

    Xrated_junior replied to MineModder2000's topic in Modder Support

    I'm very new to modding and I can't seem to figure out how to do it... Maybe I'm being really stupid, but how did you do it?
    • February 14, 2020
    • 11 replies
  • All Activity
  • Home
  • Xrated_junior
  • Theme

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