Craftmine Mods

Craftmine Mods

sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
MY FIRST MINECRAFT MOD

java code

package blackThornDemon;

import cpw.mods.fml.common.Mod;
import cpw.mods.fml.common.Mod.Init;
import cpw.mods.fml.common.event.FMLInitializationEvent;
import cpw.mods.fml.common.network.NetworkMod;
import cpw.mods.fml.common.registry.GameRegistry;
import net.minecraft.src.Item;
import net.minecraft.src.ItemStack;
import net.minecraft.src.Block;

@Mod(modid = "BlackThornDemon", name = "BlackThornDemon", version = "0.00.01")
@NetworkMod(clientSideRequired = true, serverSideRequired = false)


public class Firsties {



@Init
public void load(FMLInitializationEvent event)
{
GameRegistry.addRecipe(new ItemStack(Item.pickaxeDiamond), new Object[]
{
"XXX",
" | ",
" | ",
'X', Block.dirt,
'|', Item.stick
});
}
}


 
 
 
2012 Nov 20 at 21:38 PST — Ed. 2012 Nov 20 at 21:48 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
fjakdl;fjda

So wikipedia dunt lernt me somtin

ADNRs are man made diamonds
http://en.wikipedia.org/wiki/Aggregated_diamond_nanorod

Basically, you can compress graphite or fullerene into ADNR.

Industrial Craft has a compressor. http://www.industrial-craft.net/

Plan

1) Graphite Ore
2) learn industrial craft api
3) graphite ore -> compressor -> adnr
4) adnr tools
5) adnr INDUSTRIAL CRAFT TOOLS (drills, etc.)
6) elephant sex
7) youtube elephant sex
8) eat elephant ear
 
 
 
2012 Nov 20 at 22:59 PST
the_cloud_system
polly pushy pants

2008 Aug 1 • 3080
-6 ₧
you must get all the bitches.

all the bitches
I drink to forget but I always remember.
 
 
 
2012 Nov 21 at 01:57 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
SUCCESS.

I have created titanium.

You smelt Rutile Ore into Titanium.

You can then craft a titanium sword.

next

titanium pickaxe
titanium axe
titanium hoe
titanium spade

PROFIT
 
 
 
2012 Nov 21 at 03:23 PST
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
You should use the Ores API. I forget exactly what it's called, but there's a nice thing out there. Also, the thing with compressing graphite technically already exists in IndustrialCraft. You can create diamonds by doing something. I think it's compressing a lot of coal.
 
 
 
2012 Nov 21 at 07:00 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Thanks for crushing my hopes and dreams
 
 
 
2012 Nov 22 at 01:21 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
I was going to post this on github, but idk how to use that shit.

http://speedy.sh/5bphq/diana.zip
 
 
 
2012 Nov 23 at 16:57 PST
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
Learn git or mercurial, they are equally awesome. Make the repo online, then

git clone https://www.github.com/whatever/yourcode

*change code*

git commit -am "This is my first commit"

git push

And so on.
 
 
 
2012 Nov 24 at 15:33 PST
SuperJer
Websiteman

2005 Mar 20 • 6629
GitHub has good help pages that explain everything:

help.github.com/articles/set-up-git
 
 
 
2012 Nov 24 at 15:42 PST — Ed. 2012 Nov 24 at 15:43 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Titanium
Rutile Ore
Sword
Pickaxe
Axe
Spade
Hoe
natural ore generation

all done
I'll try to upload the code to github
next

armor
other stuff
buildcraft
 
 
 
2012 Nov 25 at 19:18 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
code
Sprinkles@SPRINKLES-PC /C/Users/Sprinkles/Programming/mcp/reobf/minecraft/blackT
hornDemon (master)
$ git push origin master
Username for 'https://github.com': BlackThornDemon
Password for 'https://BlackThornDemon@github.com':
To https://github.com/BlackThornDemon/diana.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/BlackThornDemon/diana.git
'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
 
 
 
2012 Nov 25 at 20:02 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
https://github.com/BlackThornDemon/titanium

superjer doesn't auto link https?


I've decided I'm going to bring energy condensers back. Fuck EE3, I'm bringing them back.

I'm tired of stacks of cobble and dirt.

(I'll try not to copy paste EE2 :P)
 
 
 
2012 Nov 25 at 20:19 PST — Ed. 2012 Nov 26 at 03:30 PST
SuperJer
Websiteman

2005 Mar 20 • 6629
sprinkles said:
superjer doesn't auto link https?

Sorry! No! Whoops!
 
 
 
2012 Nov 26 at 12:38 PST
Page [1]