Everything posted by ExtendedHorizons
-
[1.7.10] How to make a Custom Tool Material
Could someone help?
-
[1.7.10] How to make a Custom Tool Material
Nevermind I got the 3 ToolMaterials. But I still Get This Error (ignore the code in the middle) : http://pastebin.com/qV4qkt8w
-
[1.7.10] How to make a Custom Tool Material
public static ToolMaterial IRONCRUSHER = EnumHelper.addToolMaterial("IRONCRUSHER", harvestLevel, durability, miningSpeed, damageVsEntities, enchantability); What class.. Doesnt work in main but i got that done
-
[1.7.10] How to make a Custom Tool Material
setupDecompWorkspace not setupDevWorkspace, the README is a lying bitch. Then quit and relaunch your IDE But how Do i add it to the original ToolMaterial class it wont allow me. And sorry for asking so many questions.
-
[1.7.10] How to make a Custom Tool Material
Thank you a thousand times!
-
[1.7.10] How to make a Custom Tool Material
See theres my problem whenever i command click (im on a mac) It says not found and suggests "Attatch source code" Picture: Anyway I could fix this?
-
[1.7.10] How to make a Custom Tool Material
I want to make my own tool type like tool type GOLD, EMERALD, IRON, WOOD. For a certain type of tools. Help please?
-
[1.7.10] Block Drop With Certain Tool
How can I make a block only drop a item if your breaking it with a certain tool?
-
[1.7.10] Modding Help
I really want to get amazing at modding. But I just dont know where to start learning. Id love someone that could help me/Find a way for me to learn. Thanks! And not the basic stuff and the stuff in the forge tutorial. And most tutorials just tell you what to do and they dont explain it so its basically copy and pasting code.
-
[1.7.10] TileEntity & Custom Biome
Could you just tell me the code that i need to add a specific block to only caves and in only a specific biome?
-
[1.7.10] TileEntity & Custom Biome
Setting Github up right now
-
[1.7.10] Mod don't work for server
Lol MrAlexan your getting the saphire stuff from techgeek's Tutorial.. Just rewatch what your doing...
-
[1.7.10] TileEntity & Custom Biome
Now can anyone help me with biome/cave gen?
-
[1.7.10] TileEntity & Custom Biome
Still didnt tell me the class -.-
-
[1.7.10] TileEntity & Custom Biome
Im sorry but im a nub. What class? I tried the tile entity and the main.
-
[1.7.10] TileEntity & Custom Biome
Im working on a mod and I recently got all the renders in but when I add them to basic world gen I get this error: http://pastebin.com/KLSMU38T . I also only want them spawning in caves and not in groups. This is what I get with the code I have now: http://imgur.com/kVGX0SF. I also only want them to spawn in a specific biome. Could you guys help please?
-
[1.7.10] Custom Rendered Block Problem
@SanAndreasP Transparent Texture
-
[1.7.10] Custom Rendered Block Problem
I made the custom render have oppacity. But for somereason the oppacity only loads in the creative inventory. When I take it out it looses its oppacity. Still doesnt have oppacity after I place it down aswell. Picture (top and bottom slots):
-
[1.7.10] Mod Breaking [SOLVED]
@FireDrgn Client: http://pastebin.com/qMYe52Z5 Common: http://pastebin.com/1ht9miS2
-
[1.7.10] Mod Breaking [SOLVED]
Ive been working on this test mod for a while but as of yesterday I added a custom biome and then everything just... Broke. I attempted to fix it but things only got worse.. The main problem is that the gradlew wont launch and also before when it did launch it wouldnt load any blocks... Please Help! Main Code: http://pastebin.com/Hi6YgYUE Crash Report: http://pastebin.com/ncd9MwkC
-
[1.7.10] Custom Crafting Recipe Problem
I implemented wood pillars and im attempting to add the crafting recipes right know but according to the code there are only 2 types of wood... Help please! Need all 6 types. GameRegistry.addShapedRecipe(new ItemStack(OakPillar, 3),"O" ,"O", 'O', Blocks.log); GameRegistry.addShapedRecipe(new ItemStack(DarkOakPillar, 3),"O" ,"O", 'O', Blocks.log); GameRegistry.addShapedRecipe(new ItemStack(SprucePillar, 3),"O" ,"O", 'O', Blocks.log); GameRegistry.addShapedRecipe(new ItemStack(BirchPillar, 3),"O" ,"O", 'O', Blocks.log); GameRegistry.addShapedRecipe(new ItemStack(JunglePillar, 3),"O" ,"O", 'O', Blocks.log); GameRegistry.addShapedRecipe(new ItemStack(AcaciaPillar, 3),"O" ,"O", 'O', Blocks.log);
-
[1.7.10] Custom Collision boxes.
Thanks! I got it fixed
-
[1.7.10] Custom Collision boxes.
Im using the right constructor and I dont even know why I have an integer there I guess I wasnt paying attention.
-
[1.7.10] Custom Collision boxes.
Theres no hitbox... I cant break it and I can run right through it
-
[1.7.10] Custom Collision boxes.
Ive been working on a mod of mine and I know its silly but ive been trying to get this damn lantern working for the past 3 hours. If you guys could help with the code a bit it would mean a lot. MAIN PROBLEM: No hitbox, I can run right through it and I cant break it. CODE: package com.example.DerpTesting.blocks; import java.util.List; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.entity.Entity; import net.minecraft.util.AxisAlignedBB; import net.minecraft.world.World; public class BlockLantern extends Block { public BlockLantern(int i, Material material) { super (material); this.setStepSound(soundTypeGlass); this.setHardness(1.0f); this.setResistance(6f); this.setBlockName("Lantern"); this.setBlockTextureName("derptesting:Block_Lantern"); this.setLightLevel(0.7f); this.setLightOpacity(16); this.setBlockBounds(0.2f, 1f, 0.8f, 0.8f, 0f, 0.2f); //double x = this.getBlockBoundsMaxX(); //double y = this.getBlockBoundsMaxY(); //double z = this.getBlockBoundsMaxZ(); } public boolean isOpaqueCube(){ return false; } public boolean renderAsNormalBlock() { return true; } //public int getRenderType(){ //return 1; //} }
IPS spam blocked by CleanTalk.