
theOriginalByte
Forge Modder-
Posts
181 -
Joined
-
Last visited
Everything posted by theOriginalByte
-
Hey everyone! I want to change the amount of vanilla ore is generated in the world based on an amount put in the minecraft configuration. I think I need to use an event to catch right before the ore is about to be spawned in, but I don't know what event it would be. Am I even using the right approach? Any help is appreciated. Thanks!
-
Ok. So I just need to catch the EnderTeleportEvent and changed the damage.... so how do I create custom potion effects... I'm not exactly sure on how that works
-
I was wondering how to make a potion that removes taking damage from using ender pearls. I need to know how to make a regular and splash potion version. I'm not quite sure exactly what needs to be done since I can't find anything on how to make it.
-
Nevermind I figured it out.
-
So technically I don't need the build.bat file?
-
Hey everyone! I was wanting to setup a system to automatically jump the dev build every time I run the build script. Here is something I found off google. http://bit.ly/1AqhWFM The only problem is that it is only for windows. Does anyone know what i'd need to convert it to Mac or if it will work without the build.bat file?
-
[1.7.10]Help with this suggestion
theOriginalByte replied to theOriginalByte's topic in Modder Support
Do you use gitter.im? I have a room that we could talk in. I'm trying to implement it but I was hoping someone could take a look at my code as i push it to see if i'm doing it right. -
[1.7.10]Help with this suggestion
theOriginalByte replied to theOriginalByte's topic in Modder Support
I will. Thanks again! -
[1.7.10]Help with this suggestion
theOriginalByte replied to theOriginalByte's topic in Modder Support
I gotcha! Thats awesome now I know where to go! thanks for the help! -
[1.7.10]Help with this suggestion
theOriginalByte replied to theOriginalByte's topic in Modder Support
I think I understand what your saying... do you have a file to look at? I'm a visual learner so trying to take whats typed up and apply it is kind of hard for me. -
[1.7.10]Help with this suggestion
theOriginalByte replied to theOriginalByte's topic in Modder Support
Yeah I don't have much of a clue on how to do what he said... Any idea of something smaller that would help me get to that skill level? Why don't you try to work on re-creating vanilla items and then adding more to them. Such as a fishing rod with longer reach or something of the sort. For instance, overriding the features of a vanilla item or removing it add making my own replacement? -
[1.7.10]Help with this suggestion
theOriginalByte replied to theOriginalByte's topic in Modder Support
Yeah I don't have much of a clue on how to do what he said... Any idea of something smaller that would help me get to that skill level? -
[1.7.10]Help with this suggestion
theOriginalByte replied to theOriginalByte's topic in Modder Support
Make another mod that does something else. You're dealing with a rather complex problem with your idea and you should get the basics down first. I have done basic mod work: (link to mod here: http://cyb3rwarri0r8.github.io/CommuMod/ ) Thats why i'm asking for help with this because its so complex that i'm not sure what to do. -
[1.7.10]Help with this suggestion
theOriginalByte replied to theOriginalByte's topic in Modder Support
That picture is text, you could have just pasted the text. As for your idea: that sounds a lot like Tinkers Construct. And if you don't know how to do it, you need to do other things and come back to this idea later. Yeah but I would have had to fix the formatting... whatever.. It is a simplified idea of tinkers construct. Instead of having to smelt the blocks/ingots into liquid then casting, you would just mix and match materials with tool rods to get different types of mining speeds. What do you mean do something else then come back to it later? -
[1.7.10]Help with this suggestion
theOriginalByte replied to theOriginalByte's topic in Modder Support
That picture is text, you could have just pasted the text. As for your idea: that sounds a lot like Tinkers Construct. And if you don't know how to do it, you need to do other things and come back to this idea later. Yeah but I would have had to fix the formatting... whatever.. It is a simplified idea of tinkers construct. Instead of having to smelt the blocks/ingots into liquid then casting, you would just mix and match materials with tool rods to get different types of mining speeds -
Hey everyone! I'm having a hard time trying to think of a way to implement this idea into my mod. Here is a picture: I know how to make the rods and figured out how to remove the recipes, its just trying to figure out how to make the tools vary in durability and power besides making a separate class for each tool. All help is appreciated!