Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EntityLiving.experienceValue to be public. #225

Closed
renevo opened this issue Oct 25, 2012 · 2 comments
Closed

Update EntityLiving.experienceValue to be public. #225

renevo opened this issue Oct 25, 2012 · 2 comments

Comments

@renevo
Copy link

renevo commented Oct 25, 2012

This allows mods to tweak, or remove experience from mobs. This is currently protected.

@LexManos
Copy link
Member

887b083

@renevo
Copy link
Author

renevo commented Nov 1, 2012

Thanks Lex :)

cpw added a commit that referenced this issue Apr 21, 2013
MinecraftForge/FML@a3b5eaa Fix a small modloader compatibility derp: closes #222
MinecraftForge/FML@677a6e5 Fix scala supporting SidedProxy. It should work now.
MinecraftForge/FML@334a76d Update FMLDeobfuscatingRemapper.java
MinecraftForge/FML@42f1d87 Merge pull request #224 from Glought/master
MinecraftForge/FML@2dcabe0 Add a to string to fmlmodcontainer: should mean less derpy cyclic dependency data
MinecraftForge/FML@11ac46d Fixing the GameRegistry. Now it is possible to register a Block with a BlockItem using following code: MyBlock myBlock = new MyBlock(); GameRegistry.registerBlock(myBlock, MyBlockItem.class, "myBlock"); where MyBlockItem class has one constructor with signature: public MyBlockItem(int id, Block block)
MinecraftForge/FML@c3fda11 Merge pull request #225 from MarcinSc/master
cpw added a commit that referenced this issue May 11, 2015
Suggested fix for issue 221
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants