Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • Support & Bug Reports Latest Topics
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)

Support & Bug Reports

Help with Forge goes here. Refer to Modder Support for help with Forge modding. You MUST read the EAQ before posting.

Sign in to follow this  
Followers 8
  • Start new topic

22245 topics in this forum

  • Sort By
    • Recently Updated
    • Title
    • Start Date
    • Most Viewed
    • Most Replies
    • Custom
  • Prev
  • 863
  • 864
  • 865
  • 866
  • 867
  • 868
  • 869
  • 870
  • 871
  • 872
  • 873
  • Next
  • Page 868 of 890  
Forge crash with 1.3.2
By bubbleawsome, September 6, 2012
2
6528
bubbleawsome
September 6, 2012
Minecraft Crashed!
By smellburgermeat, September 6, 2012
2
3034
luacs1998
September 6, 2012
Serious Lag Issues.
By tigerman4527, September 5, 2012
3
9265
luacs1998
September 6, 2012
[1.3.2] Incompatibility with MobTalker and CuteMobModels
By DrMemopan, August 26, 2012
7
6284
Shiinacchi
September 6, 2012
Can't place redstone wire above top half-slabs.
By RibShark, September 4, 2012
5
11944
LexManos
September 6, 2012
ServerConfigurationManager op/whitelist naming issues
By volDeus, September 5, 2012
2
3772
LexManos
September 6, 2012
Minecraft 1.3.2 ---Forge 4.0.0.247! Crash when joining a server with mods
By ErgoProxy92, September 5, 2012
1
11455
LexManos
September 6, 2012
Linking to an external library in your mod
By MrMasochism, August 20, 2012
13
12132
MrMasochism
September 5, 2012
Modpack For friends, worked for a second then errored
By Fat_Lizardman, September 5, 2012
10
7268
Fat_Lizardman
September 5, 2012
Unable to get modloader mods to work in forge 241.
By keybounce, September 4, 2012
9
9431
cpw
September 5, 2012
Decompile Error
By kalebtbacon, September 5, 2012
6
5589
SanAndreasP
September 5, 2012
Too many items
By zapiixx, September 3, 2012
3
9649
zapiixx
September 5, 2012
Minecraft crashes with forge installed after I click singleplayer
By Teslenkon, September 4, 2012
6
13324
Teslenkon
September 5, 2012
Minecraft 1.3.2 Forge crashes (black screen)
By RapperuOG, September 4, 2012
6
24476
RapperuOG
September 5, 2012
I don't know what went wrong
By CHA, September 5, 2012
1
3830
CHA
September 5, 2012
Ladder
By kalen2701, September 2, 2012
3
3264
F4LK5
September 5, 2012
Incompatible mod "Journeymap" (works with ML, but not FML)
By Bandayd, September 5, 2012
5
8341
Bandayd
September 5, 2012
CJB Mods still having issues
By Myschief, September 3, 2012
4
4531
Myschief
September 5, 2012
Forge NullPointerException Error
By Hekaiyo, August 24, 2012
4
17658
luacs1998
September 5, 2012
Blackscreen when I updated IC2 forestry and Railcraft in minecraft 1.2.5
By tyranno66, September 4, 2012
1
4964
luacs1998
September 5, 2012
[FIXED] "Black Screen" from Forge, after loading "Pam's Mods"
By Trickywolf, September 4, 2012
4
38385
Trickywolf
September 5, 2012
Forge not work with TooManyItems
By TheMiner, September 2, 2012
1
19525
turtle5204
September 4, 2012
Texture Packs with FML
By bevillmen233, September 4, 2012
5
7798
Malivil
September 4, 2012
Adding Tools with Minecraft Forge
By OwnAgePau, September 2, 2012
1
10905
OwnAgePau
September 4, 2012
Forge Texture Render Error
By reaper45693, August 29, 2012
4
10634
reaper45693
September 4, 2012
  • Prev
  • 863
  • 864
  • 865
  • 866
  • 867
  • 868
  • 869
  • 870
  • 871
  • 872
  • 873
  • Next
  • Page 868 of 890  
Sign in to follow this  
Followers 8


  • Posts

    • PotatoEz1
      Any good exploration mods for 1.16.3?

      By PotatoEz1 · Posted 1 minute ago

      Does anybody know any cool mods for 1.16.3 that adds biomes and dungeons? Thanks!
    • XenoPyax
      GUI Button has weird image

      By XenoPyax · Posted 21 minutes ago

      SO I have the following code I've been looking through the gui of the Minecraft menus and replicated them but somehow my buttons don't seem to take the correct texture. Code: https://paste.md-5.net/figovuzufa.java Image:
    • Draco18s
      [1.16.4] setBlockState with out send update event.

      By Draco18s · Posted 24 minutes ago

      Still don't know why you added the 1 if you didn't want block updates.
    • DrakenXI
      [1.16.4] setBlockState with out send update event.

      By DrakenXI · Posted 39 minutes ago

      Thanks for your reply. You gave me another idea for a solution.   19 :  1 will cause a block update. 2 will send the change to clients. 16 will prevent neighbor reactions (e.g. fences connecting, observers pulsing). That what I found in Minecraft source for "setBlockState" Function. 🤨    
    • Somonestolemyusername
      [1.15.2] How Would I make a custom bow?

      By Somonestolemyusername · Posted 43 minutes ago

      all i has in it is  package com.vicken.mod3.entities.projectiles; import com.vicken.mod3.util.RegistryHandler; import net.minecraft.block.BlockState; import net.minecraft.block.Blocks; import net.minecraft.block.WallTorchBlock; import net.minecraft.entity.LivingEntity; import net.minecraft.entity.item.ItemEntity; import net.minecraft.entity.projectile.ArrowEntity; import net.minecraft.item.ItemStack; import net.minecraft.item.Items; import net.minecraft.potion.EffectInstance; import net.minecraft.potion.Effects; import net.minecraft.util.Direction; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.BlockRayTraceResult; import net.minecraft.util.math.RayTraceResult; import net.minecraft.world.World; public class Ak47ArrowEntity extends ArrowEntity { public Ak47ArrowEntity(World worldIn, LivingEntity shooter) { super(worldIn, shooter); RegistryHandler.BULLET.get(); } @Override protected void arrowHit(LivingEntity living) { super.arrowHit(living); living.setFire(15); } }
  • Topics

    • PotatoEz1
      0
      Any good exploration mods for 1.16.3?

      By PotatoEz1
      Started 2 minutes ago

    • XenoPyax
      0
      GUI Button has weird image

      By XenoPyax
      Started 21 minutes ago

    • DrakenXI
      3
      [1.16.4] setBlockState with out send update event.

      By DrakenXI
      Started 20 hours ago

    • Somonestolemyusername
      16
      [1.15.2] How Would I make a custom bow?

      By Somonestolemyusername
      Started Tuesday at 09:30 PM

    • Ipsissimus418
      2
      [1.16.4] WorldTickEvent Concurrent Access Exception

      By Ipsissimus418
      Started 4 hours ago

  • Who's Online (See full list)

    • PotatoEz1
    • MineModder2000
    • lawra771
    • Forix
    • Danebi
    • Somonestolemyusername
    • XenoPyax
    • monkeysHK
    • Draco18s
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Theme

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