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
  • General Discussion Latest Topics
  • All Activity
  • Home
  • Minecraft Forge
  • General Discussion
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)

General Discussion

Feel free to talk about anything and everything related to Minecraft Forge in this board.
Sign in to follow this  
Followers 2
  • Start new topic

2495 topics in this forum

  • Sort By
    • Recently Updated
    • Title
    • Start Date
    • Most Viewed
    • Most Replies
    • Custom
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next
  • Page 4 of 100  
[ModdingHelp] making own NBT file
By dries007, June 7, 2012
1
1534
DarkGuardsman
June 7, 2012
[Nvm, I'm dumb] How does Forge get the shutdown hooks to work even when hitting 'stop' in my IDE?
By imacatlolol, March 7, 2020
0
1338
imacatlolol
March 7, 2020
[POLL] Do you want official modding tutorials for forge, including syntax, etc?
By Matrixmage, December 24, 2012
9
2687
LexManos
December 26, 2012
[question]SMP Config
By YoWazzup, May 22, 2012
2
1856
OvermindDL1
May 23, 2012
[Rank] replace with ❖
By SilverAco, January 8, 2018
1
1160
diesieben07
January 8, 2018
[Repost] Need a Java/Forge Teacher/Tutor
By lombax, October 18, 2012
1
1265
INNOCENTFAMZZ
October 19, 2012
[Resolved]3D rendering in HUD
By rich1051414, November 30, 2012
0
1557
rich1051414
November 30, 2012
[SERVER] Bash Script for Updating Minecraft and Forge
By Yesurbius, November 17, 2013
0
3447
Yesurbius
November 17, 2013
[Solution] Compile mod with Forge using Java 1.7
By CatDany, March 10, 2014
2
2708
LexManos
March 11, 2014
[SOLVED - My mistake] Coremods
By Ernio, April 28, 2013
1
1469
Ernio
April 28, 2013
[solved] broken javascript on forum
By mnn, February 23, 2013
5
2877
mnn
April 16, 2013
[SOLVED] Crash with NBT.
By TesterTesting135, August 24, 2019
0
1239
TesterTesting135
August 24, 2019
[SOLVED] create gun?
By etopsirhc, August 17, 2012
6
2032
etopsirhc
August 17, 2012
[solved] Damage to Entities not synchronised?
By Torojima, October 3, 2012
3
1438
Torojima
October 4, 2012
[solved] Double Entity Spawning Problem ...
By Torojima, September 25, 2012
13
11196
Torojima
October 3, 2012
[Solved] FML and authorization
By Shinigami, March 8, 2013
1
1267
Shinigami
March 8, 2013
[SOLVED] How do I implement on-tick methods in my mod?
By Qwertygiy, June 25, 2012
3
16027
Qwertygiy
June 26, 2012
[SOLVED] How to cancel an item drop/toss by player, without losing the item?
By Evert, November 20, 2012
6
7869
Evert
February 3, 2013
[SOLVED] How to specify absolute path in mod_list.json?
By SuperGeniusZeb, November 5, 2016
7
10354
SuperGeniusZeb
November 6, 2016
[Solved] Invisible Entities HELP!
By calclavia, April 30, 2012
10
16310
calclavia
May 2, 2012
[solved] Invisible entities in SMP (shadows)
By Spitfire4466, June 19, 2012
4
2611
Spitfire4466
June 20, 2012
[Solved] Metadata Tile Entities?
By calclavia, May 6, 2012
6
3207
OvermindDL1
May 10, 2012
[SOLVED] New Mods button: .info files?
By MasterEric, June 25, 2012
5
11995
MasterEric
June 26, 2012
[Solved] Odd entity skipping crash.
By Teotoo, September 1, 2012
8
6723
NuclearDragonfly
September 15, 2012
[Solved] Ores not generating with CustomOreGenerator
By Insane96MCP, March 21, 2018
0
1204
Insane96MCP
March 21, 2018
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next
  • Page 4 of 100  
Sign in to follow this  
Followers 2


  • Posts

    • Iron1601
      Right Way To Add Arbitrary Data To PlayerEntities

      By Iron1601 · Posted 22 minutes ago

      Thank you very much.
    • NullDev
      [Solved] Custom Slime Block not working with Pistons

      By NullDev · Posted 24 minutes ago

      Turns out it was a problem with IntelliJ. Not sure what, but I restarted it and everything is working fine now.
    • diesieben07
      Right Way To Add Arbitrary Data To PlayerEntities

      By diesieben07 · Posted 26 minutes ago

      Because they are originally intended to support "this object can do X"-scenarios. For example: "this tile entity has an inventory" (or in capability-speak: "this tile entity has the inventory capability"). For example, to get an object's inventory capability you call thing.getCapability(ITEM_HANDLER_CAPABILITY, null). This gives you a LazyOptional, which will either be present (thing has an inventory) or not (thing doesn't have an inventory). The facing can be used to convey additional info. For blocks it means the actual facing (a furnace exposes a different inventory on the top than on the bottom), for other things it could mean all kinds of things (entities use sides to give access to separate inventories for just armor or just the held item).   Additionally, you can also use AttachCapabilitiesEvent to attach capabilities to "foreign objects". What you attach here is not really a capability, but a capability provider ("something that can have capabilities") - the capabilities given by this provider will also be exposed by the "foreign object". This provider is special, in that it can also save data, which will be attached to the "foreign object". This whole mechanism allows you to: Write your own capability which stores the data you need. Write your own provider which manages serialization of that data and exposes the capability. Attach that provider to all players using AttachCapabilitiesEvent - players will now store your data.
    • cadbane86140
      Minecraft: Harry Potter Episode #2- Getting Sorted into our Houses!

      By cadbane86140 · Posted 26 minutes ago

      Hello There! Today is the day we get sorted into our Hogwarts Houses! But it is very different than it is in the movies, we actually have to answer a series of questions and then we will be put into the houses. But during our questions of course we have to meme during it which just makes up for some hilarious moments! I hope you all enjoy this video and if you did don't forget to like and sub for more!  
    • diesieben07
      [Solved] Custom Slime Block not working with Pistons

      By diesieben07 · Posted 36 minutes ago

      Cannot reproduce:
  • Topics

    • Iron1601
      4
      Right Way To Add Arbitrary Data To PlayerEntities

      By Iron1601
      Started 1 hour ago

    • NullDev
      8
      [Solved] Custom Slime Block not working with Pistons

      By NullDev
      Started 18 hours ago

    • cadbane86140
      0
      Minecraft: Harry Potter Episode #2- Getting Sorted into our Houses!

      By cadbane86140
      Started 27 minutes ago

    • KBomb
      23
      Mods aren't loading on Forge 1.16.5 server

      By KBomb
      Started Yesterday at 07:32 PM

    • Jeldrik
      8
      Starting GUI on key Input

      By Jeldrik
      Started 19 hours ago

  • Who's Online (See full list)

    • Skyriis
    • rjakobs
    • pokmon987
    • ColumnDragon
    • rinlix2
    • spynery
    • lupicus
    • sonofgaming
    • Xrated_junior
    • diesieben07
    • NullDev
  • All Activity
  • Home
  • Minecraft Forge
  • General Discussion
  • Theme

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