umm..., i put the zip folder into the mods folder, deketed meta-inf beforehand, downloaded all necessary mods, my minecraft opened, i looked into the inventory and there was no new tnt
umm..., i put the zip folder into the mods folder, deketed meta-inf beforehand, downloaded all necessary mods, my minecraft opened, i looked into the inventory and there was no new tnt
Could you make a TNT that when lit goes only 1 direction? You know, like when you place a piston, except it explodes instead of pushes when powered.
Rollback Post to RevisionRollBack
Quote 95% of teens would scream if Justin Beiber was about to jump of the top of the Empire State Building. If you are in the 5% that would grab a seat and some popcorn and yell JUMP! JUMP! JUMP! post this into your sig.
umm..., i put the zip folder into the mods folder, deketed meta-inf beforehand, downloaded all necessary mods, my minecraft opened, i looked into the inventory and there was no new tnt
I have all the required mods (tmi included), and when I go to the tmi interface, none of the new tnt is there? I checked, and there isn't even a config file. I even tried crafting them manually, to no avail. What the heck man?!
Rollback Post to RevisionRollBack
Sorry, I couldn't hear you over the sound of how awesome minecraft is.
Hey, great mod man! i really love your flat bomb, and mining bomb, they are amazing, anyway, I've been making a mod myself, and I've tried many times to make something generate a sphere, I don't know whats wrong with the code, but can you help me out? i'm talking about the Dirt tnt you have, that generate a sphere..
anyway, here is my code:
(i did make this code in like, 1.6 beta, so that's probably why its messed..
Hey, great mod man! i really love your flat bomb, and mining bomb, they are amazing, anyway, I've been making a mod myself, and I've tried many times to make something generate a sphere, I don't know whats wrong with the code, but can you help me out? i'm talking about the Dirt tnt you have, that generate a sphere..
anyway, here is my code:
(i did make this code in like, 1.6 beta, so that's probably why its messed..
**Facepalm** just change the IDs in the config
Here you go
Link Removed
YOU. I like you. A lot.
Keep in mind that i am quite silly quite often. If you don't like what i'm saying, please calmly point it out to me. I wish it said "Soarvivor"
anyway, here is my code:
(i did make this code in like, 1.6 beta, so that's probably why its messed..
for(int i1 = i-5; i1 < i+5; i1++)
{
for(int j1 = j-5; j1 < j+5; j1++)
{
for(int k1 = k-5; k1 < k+5; k1++)
{
int distance1 = (int)Math.round(Math.sqrt(Math.pow(i1-i,2) + Math.pow(j1-j,2) + Math.pow(k1-k,2)));
//distance1 means selecting a sphere
if(distance1<=4) world.setBlock(i1,j1,k1, 11);
//there you have a solid sphere
//87 = netherrack
//11 = lava
}
}
}
Very good mod, i really love it dude
I made this map! Please check it out! It's a really awesome map that took me over a year to make! :3
http://www.minecraftforum.net/topic/1201451-sphere-generation/
Thanks mate
I made this map! Please check it out! It's a really awesome map that took me over a year to make! :3