Everything posted by Thor597
- 
	
		
		How do you use takenFromCrafting and takenFromFurnace etc etc in the new forge?
		
		title says it all EDIT: Found out.
 - Music in My Dimension
 - 
	
		
		Music in My Dimension
		
		I have a problem. I want my mob to do this sound but im not getting anything, heres my code package net.minecraft.src; import cpw.mods.fml.common.Side; import cpw.mods.fml.common.asm.SideOnly; import net.minecraftforge.client.event.sound.SoundLoadEvent; import net.minecraftforge.event.ForgeSubscribe; public class ThorMod_SoundHandler { @ForgeSubscribe @SideOnly(Side.CLIENT) public void onSound(SoundLoadEvent event) { try { event.manager.soundPoolSounds.addSound("monkey1", mod_TheThorMod.class.getResource("/Sounds/monkey1")); event.manager.soundPoolSounds.addSound("monkey2", mod_TheThorMod.class.getResource("/Sounds/monkey2")); event.manager.soundPoolSounds.addSound("monkey3", mod_TheThorMod.class.getResource("/Sounds/monkey3")); } catch (Exception e) { System.err.println("Failed to register one or more sounds."); } } } And in my entity class I have this protected String getLivingSound() { return "monkey"; }
 - 
	
		
		Music in My Dimension
		
		Can you explain what is the path to the actual file and how to add more?
 - 
	
		
		Music in My Dimension
		
		The method instance() is undefined for the type ThorMod_InputStreamURLHandler i think you forgot it
 - 
	
		
		Music in My Dimension
		
		Yes I would want some more help with that stuff. Someone should make a page on the tutorials page on how to add background music to dimensions and just music in general and also in the same tutorial how to add sounds(I used the system with ISoundHandler before but now that its gone I need to do the events things) so yeah, a tutorial called: How to add new Audio(Sounds and Music) should be in the tutorials section!
 - 
	
		
		Music in My Dimension
		
		Hello! How do I make music play in my dimension like how the aether does it? I want my custom music to play.
 - 
	
		
		Caves in my dimension wont work
		
		So, what do I do? I mean why did this code work for the overworld? I have nearly the same generating as the overworld
 - 
	
		
		Caves in my dimension wont work
		
		Im trying to make caves generate in my dimension but no matter what they wont work. I have assigned every block to my blocks so i dont understand why it isn not generating! AC_MapGenCaves Code in ChunkProvider: Help please!
 - 
	
		
		Why is my worldgens so rare?
		
		Even when i set the probablility to 4000 its rare
 - 
	
		
		Player API thingy?
		
		OK, I will How is it possible without base edits? please do tell!
 - 
	
		
		Player API thingy?
		
		I heard somewhere that forge has a functionality that works kinda like PlayerAPI/ModelPlayerAPI/RenderPlayerAPI So what is this and how do I use it? I want to add it so that if people use my mod and im there i have a a custom cape/model or whatever without editing the base files. Thanks
 - 
	
		
		Why is my worldgens so rare?
		
		Ok im gonna get right to it. I have some worldgens(The Ice Castle and the Icicles) and their generating wayy to rarely, the ice castle is never found and the icicles i come across every 5 minutes and the dungeon has been found only 3 times while flying through the dimension Code in chunkprovider: AC_GenDungeon AC_GenIceCastle(I removed all the setBlock lines because theres sooo many) AC_GenIcicle(all the icicle ones are the same exept they have more icicles coming off the bottom) Please Help!
 - 
	
		
		Creating dimension using Forge
		
		Thats what I was thinking
 - 
	
		
		Handsaw Item
		
		I think theres some way of doing it, but I dont know how forge does it now.
 - 
	
		
		Explosive not rendering properly
		
		Now i added ModLoader.registerEntityID(ThorMod_EntityEmeraldPrimed.class, "EmBomb", ModLoader.getUniqueEntityId()); to my @Init and still same problem
 - 
	
		
		Explosive not rendering properly
		
		its in my mod_ file: RenderingRegistry.registerEntityRenderingHandler(ThorMod_EntityEmeraldPrimed.class, new ThorMod_RenderEmeraldBomb());
 - 
	
		
		Explosive not rendering properly
		
		Hello After updating to 1.3.2 my explosive didnt render, when I right click it to activate it it just becomes invisible. My classes: ClientProxy: Block file Entity File: Render File: Please help
 - 
	
		
		New Forge modifying the EntityOcelot class
		
		How about making a new mob using the exact same details and shit as the ocelot?
 - More Terrain adds
 - 
	
		
		More Terrain adds
		
		How can I have a custom provider for a biome?
 - 
	
		
		Creating dimension using Forge
		
		Soooo, how do we do it for forge 4x?
 - 
	
		
		More Terrain adds
		
		Since we already have the ModLoader.addBiome, why not have ModLoader.addGenLayer(genlayer) and ModLoader.addMapGen(mapgen) and make it possible to have it biome specific and dimension specific, Regards
 - 
	
		
		More Interesting Biomes(ChunkProviders per biome)
		
		Anyone?
 - 
	
		
		CreativeTabs and a few suggestion/questions.
		
		umm, dude we know how to add a block to the tabs, but we want to be able to add a new tab altogether
 
IPS spam blocked by CleanTalk.