It's fine if you don't and I would completely understand, but it's going to take a lot longer, and besides, a different perspective might help with certain mechanics.
Uhh yeah, sorry kind of forgot about the thread. Its just Wood-Stone-iron-gold. You make a Three pickaxe with three pickaxes of one sort, and then you make a nine pickaxe with 3 of the threepickaxes.
I'm currently debating whether to use Mekanism or Computercraft with a mining turtle. Kinda interesting how there is no mod with a standalone quarry.
I tend towards Mekanism since it seems to be simpler then Computercraft (in the sense that I dont want bother with code ingame), but on the other hand Mekanism has a lot of machines doing things I've already covered with other mods. Thanks for all your answers so far.
If really want a stand alone mod, I could make one for you.
No, but making one shouldn't be too difficult. At least, a working version without all the fancy animations that thaumcraft and buildcraft. It's just a big nested for loop of world.getBlock and world.setBlock.
Alright, so I'm going to start with the Foliage and Campfire part, because those two seem the easiset and hardest, respectively (outside of the whole custom health and levels thing). So could I just have like some stats, like %chance of twig drop and how many drop, etc? You say copious, but I tend to take things to an extreme so I'd rather just use a value you come up with.
Alright well, lets start at the beginning. Are your code files under ForgeFolder/src/main/java/.... and resources (assets + mcmod) under Forgeolder/src/main/resources
and change
minecraft { version = "1.7.2-10.12.0.1057" assetDir = "src/main/calculator/assets"}to
minecraft {
version = "1.7.2-10.12.2.1121"
assetDir = "eclipse/assets"
}
0
0
0
0
0
The Three pickaxes mine three blocks horizontally
The Nine pickaxes mine a 3x3 square
0
AlexCamoStyle: Do whatever you want with it, I can't even think of what it should look like.
0
0
If really want a stand alone mod, I could make one for you.
0
0
0
1
0
0
1
and change
minecraft { version = "1.7.2-10.12.0.1057" assetDir = "src/main/calculator/assets"}to