So i was wondering... could i litterly destroy my world without a IC2 Nuke, or command blocks... how would i do it?
Mycelium...
However Mycelium can't take over grass, only dirt...
Is there a way to code? into a command block system?
Or a way to mod it?
(I've ran out of ways of wiping out everything... anti-matter just isn't enough XD) (ICBM Mod)
I Call it the Mycelium Virus, it wipes out everything... turns all grass,dirt,sand,clay,gravel into Mycelium... HOWEVER DOESN'T EFFECT TREES OR OBJECTS ON THE SURFACE ALREADY... (no ores eather...)
So... anyone got a command? or wanna help make me a this amazing mod?
Honestly i just want a 60millionx60million world covered in mycelium... XD
And im guessing you have like 200GB of ram to run that 6Mx6M world?
Anyway, anything can be coded in a mod, if you know how to.
Problem is this requires playing around with the world generator that not 2many people like doing. So its gonna be hard to find anyone to do it for free.
Certainly possible and probably not that challenging to do. It would involve going into the code for Mycelium spread and changing the block type, which should be easy enough to find. The hard part would be making so it can spread to multiple block types, since I would be willing to bet it is coded in a way to be specific to one block, rather than a list of blocks that only contains Dirt at the moment.
Rollback Post to RevisionRollBack
Want some advice on how to thrive in the Suggestions section? Check this handy list of guidelines and tips for posting your ideas and responding to the ideas of others!
In fact, I actually edited it in my own mod to ensure that it could not spread to coarse dirt or podzol, and presumably Mojang did the same thing in 1.7, as well as added another change to fix the spreading of mycelium and grass underwater when Optifine's Clear Water is enabled, which reduces the light opacity of water (they use basically the same code):
A mod actually already exists that adds a "bacteria" block that rapidly spreads and consumes every other block. I don't remember the name of the mod, it's like the Virus Mod or Bacterium Mod or something like that.
So i was wondering... could i litterly destroy my world without a IC2 Nuke, or command blocks... how would i do it?
Mycelium...
However Mycelium can't take over grass, only dirt...
Is there a way to code? into a command block system?
Or a way to mod it?
(I've ran out of ways of wiping out everything... anti-matter just isn't enough XD) (ICBM Mod)
I Call it the Mycelium Virus, it wipes out everything... turns all grass,dirt,sand,clay,gravel into Mycelium... HOWEVER DOESN'T EFFECT TREES OR OBJECTS ON THE SURFACE ALREADY... (no ores eather...)
So... anyone got a command? or wanna help make me a this amazing mod?
Honestly i just want a 60millionx60million world covered in mycelium... XD
And im guessing you have like 200GB of ram to run that 6Mx6M world?
Anyway, anything can be coded in a mod, if you know how to.
Problem is this requires playing around with the world generator that not 2many people like doing. So its gonna be hard to find anyone to do it for free.
Best of lucks
Certainly possible and probably not that challenging to do. It would involve going into the code for Mycelium spread and changing the block type, which should be easy enough to find. The hard part would be making so it can spread to multiple block types, since I would be willing to bet it is coded in a way to be specific to one block, rather than a list of blocks that only contains Dirt at the moment.
Want some advice on how to thrive in the Suggestions section? Check this handy list of guidelines and tips for posting your ideas and responding to the ideas of others!
http://www.minecraftforum.net/forums/minecraft-discussion/suggestions/2775557-guidelines-for-the-suggestions-forum
The number of block types doesn't matter, all you need to do is edit this line:
To include grass you only need to change that to this:
In fact, I actually edited it in my own mod to ensure that it could not spread to coarse dirt or podzol, and presumably Mojang did the same thing in 1.7, as well as added another change to fix the spreading of mycelium and grass underwater when Optifine's Clear Water is enabled, which reduces the light opacity of water (they use basically the same code):
(when you are talking about modding the game pretty much anything is possible)
Actually, AntVenom did just this, both for grass and mycelium, in a recent video:
TheMasterCaver's First World - possibly the most caved-out world in Minecraft history - includes world download.
TheMasterCaver's World - my own version of Minecraft largely based on my views of how the game should have evolved since 1.6.4.
Why do I still play in 1.6.4?
A mod actually already exists that adds a "bacteria" block that rapidly spreads and consumes every other block. I don't remember the name of the mod, it's like the Virus Mod or Bacterium Mod or something like that.