dragonwhisper92
Members-
Posts
30 -
Joined
-
Last visited
Everything posted by dragonwhisper92
-
Thx will look through these now
-
Yeah that's what i thought i was just hoping it had more functionality Where should i start learning about creating my own energy?
-
Hmm okay thx will look into it
-
Thx yes but i was hoping it would just help making a custom type easier yeah this i dont want since my energy is more like a magic energy rather then the common type Thx will look into github have never used it so we will see
-
So im not sure how this api works? can someone point me towards the documentation, also is it possible to create my own energy type, by using this?
-
Custom models using obj's not working
dragonwhisper92 replied to dragonwhisper92's topic in Modder Support
Finally a helpful comment thanks so much, ill defiantly look into these and see what I can come up with -
Custom models using obj's not working
dragonwhisper92 replied to dragonwhisper92's topic in Modder Support
also i thought i was doing this correct? where am i doing it wrong? -
Custom models using obj's not working
dragonwhisper92 replied to dragonwhisper92's topic in Modder Support
So i now have the model render but the textures wont any help??? https://github.com/Dragonwhisper92/FF7 -
Custom models using obj's not working
dragonwhisper92 replied to dragonwhisper92's topic in Modder Support
well first off thanks for the helpful comment secondly is it such a big problem, like i bet there hundreds of other code styles we should all follow, I've done it this way as i find it easier, if that's an issue feel free to change it for me, if not please stop commenting -
Custom models using obj's not working
dragonwhisper92 replied to dragonwhisper92's topic in Modder Support
This i can fix and will do soon If you could help me fix this that would be great Yes i know about this but prefer doing it this way -
Current files https://github.com/Dragonwhisper92/FF7 custom models wont load all i see in game is a purple/black texture (or the missing texture texture) and text that reads ff7:ff7:buster_sword#inventory please help me fix this
-
World not loading with Forge 1.8
dragonwhisper92 replied to NorthKorea34's topic in Support & Bug Reports
yeah always use the original launcher it gets rid of most errors usually -
I Can't Seem To Download Any Other Versions Of Forge
dragonwhisper92 replied to kayee's topic in Support & Bug Reports
dude if you go to your minecraft directory usually in %appdata%\.minecraft\logs you shall find your logs post that also did you update your mods aswell to 1.11.2 or did you leave them on the old version? -
server.properties file creation issue
dragonwhisper92 replied to CoolUnicorn322's topic in Support & Bug Reports
1.7.10 isnt supported by this forum anymore i believe so your probably going to have to check somewhere else, -
[1.10.2] Pixelmon not loading all assets
dragonwhisper92 replied to Batchicken48's topic in Support & Bug Reports
i mean id suggest taking this to the pixelmon team they will be able to fix it easier -
Minecraft forge server 1.11.2. keeps crashing pls help!
dragonwhisper92 replied to NotRedFox's topic in Support & Bug Reports
do the mods work in single player? -
Forge lower or higher then 1.8.9 doesn't work?!?
dragonwhisper92 replied to Cool_Call's topic in Support & Bug Reports
hey do you get an error log, if so could you post it -
I downloaded Forge but it keeps crashing.
dragonwhisper92 replied to a topic in Support & Bug Reports
could you post the full error log, this isn't enough -
[1.12.1] How do i add custom models to my items
dragonwhisper92 replied to dragonwhisper92's topic in Modder Support
Hmm okay i didnt realise thats where it came from thats interesting, thanks, also if you could link your tutorials that would be great -
[1.12.1] How do i add custom models to my items
dragonwhisper92 replied to dragonwhisper92's topic in Modder Support
Yeah i understand that i got plenty of sites for basic tutorials, thanks for the help so far :> -
[1.12.1] How do i add custom models to my items
dragonwhisper92 replied to dragonwhisper92's topic in Modder Support
yeah Ill definitely need too haven't worked with java in a long time i'm forgetting allot Hmmm okay -
[1.12.1] How do i add custom models to my items
dragonwhisper92 replied to dragonwhisper92's topic in Modder Support
hmm okay do you have an example mod i could see that shows how i should set it up? ah okay so one is just like hey this is just stupidly long way and makes it harder to read and the other just wont run at all, if that is the case, what should i do to fix this "you still have references to client-only classes in common code (ModelRegistryEvent in RegistryHandler)" -
[1.12.1] How do i add custom models to my items
dragonwhisper92 replied to dragonwhisper92's topic in Modder Support
i guess what i dont understand is why using common proxy is so diffrent from @sidedproxy and i dont understand how to change my code as ive only ever done it this way is this similar to the problem above Hmm ok ill look into this thanks P.S sorry for asking so many question have a decent background in programming it just takes me a long time to get used to new frameworks and the such -
[1.12.1] How do i add custom models to my items
dragonwhisper92 replied to dragonwhisper92's topic in Modder Support
I don't understand how to fix this so any help would be great Which ones specifically and how do i fix? why is this an issue, (copied of a tutorial so still not 100% on how to fix this issue) That would be correct i haven't actually got to adding my custom models yet was wondering if theirs a tutorial somewhere?