Everything posted by Animefan8888
-
[SOLVED][1.10.2] Unrender blocks&Make them unbreakable and Render techne model
What exactly do you want to do with the model?
-
[1.10.2] New item will not render
Well for one the tutorial you were using was for 1.8, and you are using 1.10.2. If you would post your JSON model here.
-
[1.10.2] Strange shading on IBakedModel
Probably the exact same way, where the rendering actually happens put GlStateManager.disableLighting(); GlStateManager.enableLighting();
-
1.9 Furnace Like Block
May I assume you have a TileEntity that uses these new recipes?
-
[1.10.2] Strange shading on IBakedModel
What about disabling the lighting like you did in the TESR?
-
[SOLVED][1.10.2] Unrender blocks&Make them unbreakable and Render techne model
By make them unbreakable you can use a different blockState and when the blockState was switch it will update, I assume you can use three different blockStates. One for the original, one for the transparent, and one for the new unbreakable version. Heck you could use different blocks to accomplish this if you wanted. public float getBlockHardness(IBlockState blockState, World worldIn, BlockPos pos) { return this.blockHardness; } Edit that method it is Deprecated but it still works, just set the returned value to -1 to make the block unbreakable. I don't know what program to use as I have not actually fiddled around with the new JSON system yet.
-
[1.10.2] Strange shading on IBakedModel
I have a suggestion I don't know if this will work but how about you try using a different texture, aka instead of this.base = bakedTextureGetter.apply(new ResourceLocation("blocks/grass_top")); Use this.base = bakedTextureGetter.apply(new ResourceLocation("blocks/iron_block"));
-
[1.10.2] Strange shading on IBakedModel
What is the problem exactly the TESR is rendering differently than the model?
-
[1.10.2] Strange shading on IBakedModel
You need to post your code.
-
[1.10.2] Having trouble making a new item.
I have a question first so you have any prior experience of Java if not I would suggest looking up some java tutorials to get familiarized.
-
[1.10.2] Having trouble making a new item.
At the end of the first line here the semicolon needs to be a comma. OMNIPOTENTTOOL("omnipotenttool", "ItemOmnipotentTool"); OMNIINGOT("omniingot","ItemOmniIngot");
-
[1.10.2] Having trouble making a new item.
Could you post the Error log please.
-
[1.10.2] Having trouble making a new item.
In the OmniIngot class you are setting it's unlocalized and registry name to an empty string.
-
[1.10] LivingHurtEvent not damaging entities
Have you tried doing any debugging, like printing out what item it is currently on from the keyset (unlocalized name) into the console. To see if it is even detecting the item being there. Also are you sure that your buffPairs is gaining the items.
-
[1.10] LivingHurtEvent not damaging entities
What is it actually doing and what is it supposed to do?
-
[1.10] LivingHurtEvent not damaging entities
When you break to there instead of exiting the loop you actually start the next iteration. *edit Don't question this I was thinking of something else sorry.
-
[1.10] LivingHurtEvent not damaging entities
So your problem is happening here for(ItemStack i : player.getArmorInventoryList()) { if(i.getItem() == armor) { armorEquipped = true; break outer; } } Look at it closely.
-
Restore Block hardness and resistance to Default [1.10.2]
Blocks are singletons there is one instance of that block throughout the code, editing the block hardness changes the hardness of every block. If you already knew that you could just save the original hardness to a seperate variable before changing it.
-
[UnSolved] [1.9.4] Multi Tool
Did it do that in your dev environment?
-
[UnSolved] [1.9.4] Multi Tool
By chance are you messing with mob drops in anyway? Are you using any other mods?
-
I got a json error for the item schematic from an item that i made
It may have something to do with your file path having Capitals and what is item.getRegistryName()?
-
[UnSolved] [1.9.4] Multi Tool
That is weird how many times have you tried? Is it possible that you got unlucky?
-
[1.10.2] Rendering fading out item in HUD
Why not just make a modified version of renderItem?
-
[UnSolved] [1.9.4] Multi Tool
What do you mean it doesnt give any mob drops?
-
[Solved] [1.9.4] Text Formatting
You'll want to use the addInformation method and add what you want to be displayed to the list that is one of the parameters. Also i suggest you update to 1.10 because there wasn't much change from 1.9 to 1.10.
IPS spam blocked by CleanTalk.