
MikeZ
Members-
Posts
77 -
Joined
-
Last visited
Everything posted by MikeZ
-
Ok thank you. The problem is, that I have no idea how i can start. Please help me Thanks, Mike
-
I can't find anything that's useful. I think, I need a little bit of help Thanks, Mike
-
Thanks for the fast answer. Yeah, I know that But I could need a little bit of help with that Thanks, Mike
-
Hi! I want to create a mod, to interact with new Twitch followers. It should be like this: If someone follows a Channel, ingame there should be a message like: "<NewFollower> followed". And it should give a block to the player. Can someone help me please? Thanks, Mike
-
Please help me guys
-
Ho! I created a new dimension, and added a new biome. My question is, how to add more biomes? Please help me, Mike
-
Hi! I created a new dimension, and I added some biomes in the WorldProviderClass. My question is, for what are thes numbers?: this.worldChunkMgr = new WorldChunkManagerHell(BiomeGenBase.mushroomIsland, 0.8F, 1.0F); Please help me, Mike
-
I solved it, thanks. Mike
-
Hi! Look in the Netherrack class. There must be some code for that. Mike
-
Hi! The mod makes 3 new dimension. There are 3 portal blocks. And 3 new Flint ad Steels. Please help me, Mike
-
Do I have to make a version for the client and one for the server of the mod? Because, if I make the mod for the server like this: It isn't working. I changed all @SideOnly(Side.Client) to @SideOnly(Side.Server) Please help me, Mike
-
Hi! I coded a Client Side mod. Do I have to change something to put it on a Forge server? Please help me, Mike
-
Thanks
-
Hi! Could you please help me, to change the spawning frequenz of vanilla minecraft ores? Thanks, Mike
-
I mean, that 3rd party installed mods that generates something, also generates in the new dimension. For example the biomes.
-
Hi, first of all, you have tocmake a MainClass where you register your Items, Blocks, Entitys ... . If you have your basic MainClass configuration (there are many videos for that) you can start to register a new entity. For the entity you have to make a new Class. I hope you know how to make a new entity Mike
-
Please help me guys
-
Hi! I want to make a new dimension (I know how to make a new dimension) were the installed mods also are working. For example that the biomes of Biomes O' Plenty are added. Please help me. Thanks, Mike
-
Hi, I wondered if it's possible to add mods to Eclipse to use them. That means that I add the mod Biomes O' Plenty for example and then I'm able to add the Biomes to a new dimension? Please help me Thanks, Mike
-
Please help me guys
-
Hi! I want to make a new tool, that if it get's right clicked creates a village. I know that the Minecraft Class for the Village is this: net.minecraft.world.gen.structure.MapGenVillage.class But how can I make the Tool like that, that if it get's right clicked theres a new village? Thanks, Mike
-
Ok, but how can I use that Class? Thanks, Mike
-
Hi! I wondered if there's something like a script that creates a NPC Village. So could you help me to make something that creates on use a NPC Village? Thanks, Mike
-
Hi! I've coded a Pickaxe, that if it gets right-clicked gives effects to the player. Could you please help me to code a cooldown for the pickaxe? Thanks, Mike