
Mambo_Dancer
Members-
Posts
20 -
Joined
-
Last visited
Everything posted by Mambo_Dancer
-
Guys,thanks a lot, im updated my github so u can look how my "final" code of TESR are
-
so it worked, particularry, it doesnt want to rotate, and i have annoying name hovering above block when u lookng on block (container.infusionaltar) tried to look where it is called but my mission failed) i do not know about forge modding so much stuff, could you recommend me some stuff where i can learn more about? thanks for help btw
-
so changed all, but renderBody is missing (changed to entityItem - my infusionthing ) but doesnt want to work. Im missing smthng,yes? (in my mind and skill lel)
-
done https://github.com/MamboDancer/minecraftmod
-
Im using GlStateManager in TESR and it is ERRORs with exception ########## GL ERROR ########## @post render 1284: Stack underflow https://github.com/MamboDancer/minecraftmod/tree/master/src/main/java/ua/mambodancer/theterrifyingbeats/blocks/tileentities - link to problem code (TESRAltar) help((
-
and i will be very happy if you help me with that fast rotation, cant get rid of it too((
-
Still cant get rid of no particles, moved to inside matrix (x=0,y=0.4,z=0) and trouble still in
-
thanks alot, but most of it seems to be hard to understand coz im a beginner, i will appreciate any help with undoing as example
-
ive got a bit of progress, now its hovering properly, but all particles are disapearing when i am looking on this block, and when i place >2 of this blocks only 2 blocks are rendering with TESR
-
Help sos pls with my TESR class when im placing my InfusionAltar, all particles are disapearing, and >2 altars dont want to render, and speed of spinning and hovering are too dam fast, help pls https://github.com/MamboDancer/minecraftmod/tree/master/src/main/java/ua/mambodancer/theterrifyingbeats/blocks/tileentities - link to problem code (TESRAltar)
-
Need help with JSON recipes and Custom Furnace
Mambo_Dancer replied to Mambo_Dancer's topic in Modder Support
which of the characters H O W you couldnt understand? so, ive been making my furnace by tutorial, and now i dont understand how to add more slots in code, not in gui i want to extend my 2 input recipe furnace to 5 my problem is i dont know how to properly add to the InfusionAltarRecipes, when I trying to add more ItemStacks to table, cant add more than 3 so i want to know how to recode and add it in right way -
Need help with JSON recipes and Custom Furnace
Mambo_Dancer replied to Mambo_Dancer's topic in Modder Support
okay, I will explain. I can not understand why my JSON recipe doesnt want ti work, and I want to know how to add more input slots to my furnace -
Need help with JSON recipes and Custom Furnace
Mambo_Dancer replied to Mambo_Dancer's topic in Modder Support
I think you should to read again the SECONDLY part of my question -
Need help with JSON recipes and Custom Furnace
Mambo_Dancer replied to Mambo_Dancer's topic in Modder Support
ty, i know, bad english so, what is wrong with my mod? -
Need help with JSON recipes and Custom Furnace
Mambo_Dancer replied to Mambo_Dancer's topic in Modder Support
https://github.com/MamboDancer/minecraftmod minecraftmod/src/main/resources/assets/ttb/recipes/ I need add more input slots into my furnace, i tried but that wasnt working -
So i have a few questions to you. So firstly I want to ask you how do I change my furnace(infusion altar) from 2 inserts to 5. Secondly I still cant understand how to properly create JSON recipes (uninfused star doenst want to craft) Im a novice in mc moddev, so any help and advices would be great
-
Thanks a lot, called to preInit(i think this is its place) guihandler. So what i need to do with json recipes? one is working, other are not
-
dunno why but only one of my JSON recipes is working, thanks for help,ill try to fix then reply
-
Hi there, im new to MCModding, ive got some troubles when creating a custom furnace(named infusionaltar). When im trying to open Gui(rightclicking) it just rightclicks but gui wont open. (dont look at missing textures, will add after working furnace) Here is my GitHub https://github.com/MamboDancer/minecraftmod All regards, MamboDancer