Everything posted by Draco18s
-
Automating the Forge Installer
1. Go here 2. Click this button 3. Run 4. Click that button 5. 6. Profit 7. Forge installed Installing Forge is literally the easiest it has ever been.
-
Automating the Forge Installer
1. Go here 2. Click this button 3. Run 4. Click that button 5. 6. Profit 7. Forge installed Installing Forge is literally the easiest it has ever been.
-
[1.6.4] [Solved] Issues adding block type fuels using FuelHandler
Its been a long time since I worked with 1.6, but I'm pretty confident that diesieben is correct.
-
[1.6.4] [Solved] Issues adding block type fuels using FuelHandler
Its been a long time since I worked with 1.6, but I'm pretty confident that diesieben is correct.
-
[1.8.9] Error
java.lang.NullPointerException at net.minecraft.client.resources.model.ModelBakery.registerItemVariants(ModelBakery.java:759) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?] at com.MonstrousApple.mod.proxy.ClientProxy.registerModelBakery(ClientProxy.java:58) ~[bin/:?] You have a NPE created when your registerModelBakery passes something (likely a null object) to ModelBakery.registerItemVariants
-
[1.8.9] Error
java.lang.NullPointerException at net.minecraft.client.resources.model.ModelBakery.registerItemVariants(ModelBakery.java:759) ~[forgeSrc-1.8.9-11.15.1.1722.jar:?] at com.MonstrousApple.mod.proxy.ClientProxy.registerModelBakery(ClientProxy.java:58) ~[bin/:?] You have a NPE created when your registerModelBakery passes something (likely a null object) to ModelBakery.registerItemVariants
-
[1.8.9] While Holding Item Get Potion Effect?
Apparently.
-
[1.8.9] While Holding Item Get Potion Effect?
Apparently.
-
Block mapping texture
No, actually it doesn't. Wool is 1 block with 16 textures differentiated by metadata. Or you could look at the Furnace or the Log. Furnace uses 3 textures and displays them on different sides while the log does a combination of both.
-
Block mapping texture
No, actually it doesn't. Wool is 1 block with 16 textures differentiated by metadata. Or you could look at the Furnace or the Log. Furnace uses 3 textures and displays them on different sides while the log does a combination of both.
-
[1.8.9] While Holding Item Get Potion Effect?
Jeus H Chirst on a fucking stick. public void onUpdate(ItemStack itemstack, World world, Entity entity, int i, boolean am_I_holding_this_item) { if(am_I_holding_this_item) { Player.addPotionEffect(new PotionEffect(Potion.regeneration.id, 50, 0)); } } Fuck. Was it really that hard?
-
[1.8.9] While Holding Item Get Potion Effect?
Jeus H Chirst on a fucking stick. public void onUpdate(ItemStack itemstack, World world, Entity entity, int i, boolean am_I_holding_this_item) { if(am_I_holding_this_item) { Player.addPotionEffect(new PotionEffect(Potion.regeneration.id, 50, 0)); } } Fuck. Was it really that hard?
-
Block mapping texture
- Block mapping texture
- [1.8.9] While Holding Item Get Potion Effect?
Also, why are you adding the duration as 1 - 1 ?- [1.8.9] While Holding Item Get Potion Effect?
Also, why are you adding the duration as 1 - 1 ?- [1.8.9] While Holding Item Get Potion Effect?
Regeneration works based on ticks remaining. If that value doesn't change, then no effect is actually granted.- Introduction and New Server for Forums!
Glad you fixed it. And I hear you on wading through 10 year old code. Hell, some of my code from only three years ago I take a look at and go "thank god there aren't bugs in there, because fixing them will require a total rewrite."- [1.9.4] Fruit tree
Step 1: Make a custom tree (as Orange says) Step 2: Make the leaf block periodically spawn fruit "blocks" below it (you'll want a block that renders an item inside it and drops said item when broken).- Block mapping texture
If only vanilla had a block like this that you could look at.- pre block model render call?
Question: are you making your own plant block that you want to sway in the wind? or are you trying to make all plant blocks sway in the wind?- I cant decompile Forge 1.9
http://lmgtfy.com/?q=set+JAVA_HOME- (1.7.10)Rotating block and changing blocks (tied together)
There's a way to get the direction the player is looking (EntityPlayer#getLookVec) that you can use to create an offset for which blocks to change.- [1.9] Custom models not texturing properly?
You need to add +0.5 to your X and Z transform offsets.- [1.8.9] [SOLVED] Custom log somehow gets wrong metadata
OTOH, TileEntities are more expensive than regular blocks, which is why Vanilla has two logs and two leaves rather than a TE. - Block mapping texture
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.