-
Posts
349 -
Joined
-
Last visited
Everything posted by M-C
-
There are no new spells yet, but it'll come in a later update. For now you'll have to do with these.
-
Best dubstep/electro house song in your opinion?
M-C replied to MrFly's topic in Off Topic Discussion
You want a saw wave? Yo ho and a bottle of bass, look it up -
I bought Minecraft the version after the fences were added... Can't remember exactly which version that is.
-
Wow! This sure is an awesome christmas present... Thanks Technic devs and of course Calclavia ! And welcome to the forums :)
-
I just want a Wii U. (M-C is not responsible for any console wars/hating/flaming/trolling etc.)
-
How about steve's carts? Or if you want you can just add the futurearmy mod yourself
-
Yeahhh... Don't sign your posts. It's against the forum rules.
-
Aha, thanks for the tip. Fun, time to test the glass with some creepers :D
-
Thank you, you saved the day . it works now ^.^
-
I wasn't sure if I should make a new thread or post this in the sticky... But I'm having a problem. I just started to learn modding and decided to make a transparent block (reinforced glass, to be exact). Now nearly everything is fine about the block, except for one thing. When I place it on the floor, I can see through the entire world looking through the block... I'll add a picture if I really need to.. But for now, here's the code: The basic code: package azmod.common; import net.minecraft.src.Block; import net.minecraft.src.Item; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.Mod.Init; import cpw.mods.fml.common.SidedProxy; import cpw.mods.fml.common.event.FMLInitializationEvent; import cpw.mods.fml.common.network.NetworkMod; import cpw.mods.fml.common.registry.GameRegistry; import cpw.mods.fml.common.registry.LanguageRegistry; @Mod(modid = "azmod", name = "azmod", version = "1.0") @NetworkMod(clientSideRequired = true, serverSideRequired = false) public class Basic { public static Block ReinforcedGlass; @SidedProxy(clientSide = "azmod.common.azmodClient", serverSide= "azmod.common.azmodProxy") public static azmodProxy proxy; @Init public void load(FMLInitializationEvent event) { proxy.registerRenderInformation(); ReinforcedGlass = new BlockReinforcedGlass(175, 0).setHardness(40F).setStepSound(Block.soundGlassFootstep).setBlockName("Reinforced Glass"); GameRegistry.registerBlock(ReinforcedGlass); LanguageRegistry.addName(ReinforcedGlass, "Reinforced Glass"); } } And inside the block: package azmod.common; import net.minecraft.src.Block; import net.minecraft.src.CreativeTabs; import net.minecraft.src.Material; public class BlockReinforcedGlass extends Block { public BlockReinforcedGlass(int i, int j) { super(i, j, Material.glass); this.setCreativeTab(CreativeTabs.tabBlock); } public String getTextureFile() { return "/azmod/texture.png"; } }
-
http://www.youtube.com/watch?v=hofku-hozI0 here's more japanese awesome. It's not the original vocaloid version. This was the best cover I could find.
-
I hate to do this but, it's tungsten . by the way, look up the wiki's of the mods equivalent exchange, buildcraft, industrialcraft and if you feel like it even redpower or thaumcraft. These are the largest mods. So it'll take some time to learn them. Try starting with industrialcraft because with it you'll be able to smelt faster/double resources and all kinds of handy things like that.
-
*replies to 1 page old post* exactly, I never knew other people knew about mirai nikki XD. I like that version, should get it on my phone, like... Now. EDIT: Btw, I jumped for joy when I saw the name Yuno come by
-
The yogbox doesn't have a bug thread on the technic website any longer. Your problem is an ID conflict, just change the ID of the item/block that's conflicting through the mod's config
-
The Technic Forums Thread Rail Discussion Thread
M-C replied to Prowbarrerzet's topic in Off Topic Discussion
Aha... Right, Obama beat Romney. Elections.. Let's talk about hacker creepers, I've started to develop an interest for them.. How long can they breathe underwater? -
The Technic Forums Thread Rail Discussion Thread
M-C replied to Prowbarrerzet's topic in Off Topic Discussion
Are you trying to make me look back in time? I suck at history :D -
The Technic Forums Thread Rail Discussion Thread
M-C replied to Prowbarrerzet's topic in Off Topic Discussion
See my profile picture? I'll be sending those after you! You won't be safe, nowhere! -
Wow, sure looks great Cheap! That costume of yours definitely isn't a Cheap Shot! Is it? No, but in all seriousness, it looks awesome. You can clearly see a lot of time and effort went into the making of it
-
Never got that game on my Gamecube =(, I did however play Super paper mario on the wii, it's very different from the original and TTYD, but still fun =D
-
The Technic Forums Thread Rail Discussion Thread
M-C replied to Prowbarrerzet's topic in Off Topic Discussion
aha, , thank you... *mwahahaha-MWAHAHA*. I'm sure Lazdude will like my surprise waiting outside his front door. (It's got to do with bombs, cake and pain ) -
Quite, try deleting the bin and reinstalling the things that go into the bin? (sorry if it's a pain to do, but it might help)
-
Minecraft website might be down, not sure though. Is it possible that you had your password wrong? Have you read through the stickies? edit: try using the .jar maybe?
-
The Technic Forums Thread Rail Discussion Thread
M-C replied to Prowbarrerzet's topic in Off Topic Discussion
You want to start cold war 2.0? *Makes dirty bomb* Be my guest edit: craaahp, my evil face turned into a cute face -
I had the first problem once, deleted the mods and bin, everything worked like a charm after that
-
The Technic Forums Thread Rail Discussion Thread
M-C replied to Prowbarrerzet's topic in Off Topic Discussion
....A bunker?! Whahaha! I have a nuclear shelter with a coded door made of 20 inches thick steel