Everything posted by Anon10W1z
-
Reflection woes on 1.7.10
Try passing Tesselator.instance to getInt
-
[1.7.10] addSubstitutionAlias
What is the exact problem?
-
[1.7] Horses?
Use reflection to set final fields.
-
[Solved] Does the client need this mod?
That doesn't explain what the wallet is used for. It's a virtual wallet rather than a wallet item. The balance is stored via IEEP, and can be modified through those commands.
-
[1.7.10]Setting enchantment to a certain item
He just corrected a pretty stupid mistake. You should be more mad at yourself than thankful to him.
-
onItemUse doesn't work
You changed it to return false, correct?
-
[1.7.10] Explosion needs to created in the server PLS HELP
Modding is not for you.
-
[1.7.10] Explosion needs to created in the server PLS HELP
!this.worldObj.isRemote
-
[Solved] [1.7.10] build.gradlew Fail
What are the errors and warnings?
-
How to let a mod make screenshots?
Which class was this found in?
-
[1.7.10] Getting IRecipe regents.
Check out CraftingManager's getRecipeList method. It returns a list containing all registered recipes.
-
[1.7.10] Help importing some Super Mario Galaxy models (.3ds)
...lawsuits and copyrights....
-
[1.7.10] See changes in workspace, after applying accessTransformer
Do NOT use access transformers. Use reflection.
-
[SOLVED] 1.7.10 Crafting recipes: Crafting the block crashes my minecraft, help
Register the crafting recipes after the blocks.
-
event handler testing
HarvestDropsEvent Add to the list of event.drops
-
Setting up Jenkins with Github?
Look in the artifacts tab.
-
Making an entity as a light source
You could make an invisible block that emits light, and have your entity place/destroy it constantly at its position.
-
[1.7.10] Vanilla: Mining lag with custom mod
Post your code.
-
[1.7.10] How do I dropItem from the localized name?
No problem.
-
[1.7.10] How do I dropItem from the localized name?
There is the Item.itemRegistry. You can construct a list of all items in the game like so: ArrayList<Item> itemList = Lists.newArrayList(); Iterable<Item> items = Item.itemRegistry; for (Item item : items) itemList.add(item);
-
[1.7.10] How do I dropItem from the localized name?
GameRegistry.findItem along with what diesieben said.
-
Adding custom tooltips
Use addInformation...it's simple.
-
[1.7.10] Umm... I don't know why this crashed....
Your proxy variable needs to be static.
-
[1.7.10] Umm... I don't know why this crashed....
Post your @Mod declaration and proxy classes.
-
Reflection and obfuscation - Not the best friends!
Look at ReflectionHelper.java. It allows you to put the SRG and dev names for fields and find them automatically.
IPS spam blocked by CleanTalk.