
KhrBasil
Members-
Posts
21 -
Joined
-
Last visited
Everything posted by KhrBasil
-
Hello Forge Forums Due to the fact that the Mod , I and a friend of mine are working on , has a lot of Different Complicated things in we wanted to have an Ingame Method of "teaching" the Players sure we could just make a wiki but having a Book Ingame is alot more Convenient. Now my Question is How to make a Book that by Right Click opens a Gui ( GUI Pages are Ready to go in 32x Quality TEXT is already written on it ) and you can Press 2 Buttons one for Forward one Back...thoooo i have no Idea of how to do such a Thing ( neither do i realy understand Java my Role mainly is being the Idea Creator and Image maker ) Tho because my friend is right now Busy on a Big Project i wanted to at least do this. Already done Things are Creating the Item book..... Help will be Appreciated, Thanks in advance -KhrBasil
-
Thanks...do you know where the ItemArrow is ? because either Im Blind or its not in net.minecraft.item....
-
Hello , I have been working on a Bow lately and the Final thing missing is an Arrow but there is a few problems... 1. I dont have any idea how to do that ... 2. I´d like to make it use a custom Render 3. I need help .... So yeah.... If anyone can tell me how to make an Arrow with custom Rendering Id be more then Happy Thanks in Advance ^^ ( P.S if you could please explain it so that a noob like ...me... could understand it ^^" Thanks )
-
lol ok thanks and no i never asked of you to teach me java now did I ? xDDDDD
-
Uhm... What do i do with this ? because it errors me if i put it in the Events list and everywhere else... <---Noob
-
Hiyo i have a few new Plants ( 2 atm) in my Mod and id like the Seeds to drop from Breaking grass but how to do that? Thanks In Advance , KhrBasil
-
Hello i have been wandering if it was Possible to : Make a New Bow Give it an Animation whenever you Draw it out ( just like since 1.4.5 the Name of the Items gets Called ) Makiing it use Different new Types of Arows Making it Change between Modes ( just like IC2 Mining Laser ) and make different Modes use Different Arrows. also making them Fly like 3 Vertikal or 3 Horizontal and all that Making a new Arrow Shooting animation thingy ( like what you see when the arrow is Shot and Sticks in the Wall ... I wouldnt like the arrows to Stick somewhere and id also like to change the apearence of those ) sooo yeah thats all its probably a difficult thing to do but i hope someone can help me out Thanks in advance , KhrBasil
-
How to make Tools/Armor with Enchant and Potion Effect ?
KhrBasil replied to KhrBasil's topic in Modder Support
That seems to work for Tools but how to make it Buff you if you wear the Armor piece ? Like you wear a new Armror and you get Regen for as long as you wear it ? -
How to make Tools/Armor with Enchant and Potion Effect ?
KhrBasil replied to KhrBasil's topic in Modder Support
Ok I have figured out how to make the Enchanting Thing with some help of another nice guy but now the last 3 Questions are : How to add the Blindness/Weakness/Slowness when the Tool (Sword) Hits an Entity How to make The Food not go away How to make the Tools Destroy the Blocks it breaks ( Delets) -
How to make Tools/Armor with Enchant and Potion Effect ?
KhrBasil replied to KhrBasil's topic in Modder Support
What exactly would that do ? -
Hello I wanted for my Mod to make Tools( Pick Sword Axe Shovel No Hoe) and Armor but with Special Effects that are Automaticly on them ( Like in Twilight Forest theyr armor is even shown Enchanted in NEI ....) But as I usualy am i have noooo Idea how to do that .... So If you could help me do this it would be very nice ^^ These are The Effects that would be needed : Speed 2 (PotionEfect on the Armor Only if the User Wears it) Strengh 2 " Regen 2 " Weakness/Slowness(For the Sword if it hits an Entity or a Player ) Blindness (For the Sword if it hits an Entity or a Player ) Wither (For the Sword if it hits an Entity or a Player ) Thorns 5 ( Enchantment that is already on) FireAspect 2 Sharpness 5 Efficency x( and other Levels) Fortune 5 Silk Touch For the Pick Axe and Shovel i would like to also make them not use up Food so would it be possible to make them Fill up the Saturation or something per block so it only slowly or not even Uses up Food) Also i would like for a Pick and some other tools to make them Delete any item they break so that the player can Quickly Hull out an Area but wont get the Items. That Pretty much would be all I hope someone Can Help ! Thanks In Advance , KhrBasil
-
how would I do that ? sorry Im a noob i merely know the Basic Block/Item/Crop making ....
-
Hello I have a question for my Mod I need a way to get 5 Items and I want them to drop Whenever a Hostile Mob gets Killed by a Player and only 1 out of 5 should drop Im Aware of the fact that I will need an event but I dont know how Please help. Thanks in Advance , KhrBasil
-
Wow Thanks alot for doing that Sadly i just added all in exactly as you wrote but yeah there are tons of Errors I dont know how to fix em tho... Just tell me how i should send you the errors and Ill do that ^^ and again Thanks soooo much -KhrBasil
-
Well classes besides Blocks and Items are and the Main Code are my Client and Common Proxys . I am a bit new to modding as well coding so it would be cool if you could explain how some things there work if possible. Thanks to everyone who wants to Help !
-
Hello I would like to ask if someone would know to make a Workbench ( just like the Vanilla One (of course i will change the Pictures and such) that Only accepts Recipes I made ? so i have a Page full of Recipes and It can only Craft those Items and no Other. It would be realy Nice if someone were to know because If i was able to make such a thing it would Help sooo much. P.s -Im sorry if my English isnt the best I am from germany and i talk way better English then I write sometimes. Thanks in Advance !, -KhrBasil
-
Thx bau , But i seem to still get just alot of probs would you like to IF possible write that Code ? Because i realy start getting upset about that machine -.- Because I want it to do is Making a Machine ( Not useing Energy) That has the same Crafting or Creating way as the normal Vanilla Mc has just with Special new Recipes .-. So yeah if possible it would be quite nice of you or someone to Write that Code if you want to send me a Pm and ill send you my Mod Code
-
I have tryed makeing Tile Entety Classes and such but i realy have never learned java at all and im not one of the People that learn by learning i learn by Doing .-. So yeah i tryed makeing copys of the Crafting table and such but i just dont seem to get close at all so Realy Id much appreciate it if you could help me with....truth be told almost all.... I already created the Block and all the Registring too and i also have a GUI handler and a Tile entity and a Gui but it doesnt seem to work so i have everything setup but ... the coding is just missing and thats what i realy need ^^ so yeah Thank you advance if you could help me and Others feel free to try help me too -KhrBasil
-
Hello Minecraft Forge Community , This Question has been bothering me a while and i don't seem to find anything anywhere. I'd like to create Machines(working like Crafting tables ) that have they're own Recipes. For example like furnaces and Crafting tables have different Recipes. I was told that doing that is Really difficult but seeing other Mods doing things similar to what I plan just makes be go Crazy because I just cant figure it out. Now I'm asking you if you could help me I'd appreciate it very much If you want you can even Name that new "Machine" fitting for the Mod of course. Thanks In advance, -KhrBasil
-
As much as i look i just couldnt find an answere to those Questions so here they go : 1) How to Change or Add New Mob Drops to ZOmbies Skelletons and Blazes? I have been told thats impossible unless you use a Event but i dont know how to do that ? Help needed Veeeerrryyyy Much 2) How to add a Plant/Crop such as Cocoa Beans to the game? I want to make Bananas to hang on JungleTrees and i want Banana Seeds and Bananas as Fruits and BananaPlants as Block but i tryied just Copying the Cocao bean Stuff but i dont know how to Handle the Dyes and all that and thats probably needed to make my Seeds right?right? Please Help me at this 3) Probably a Reaaaaly Advanced Question how do you make an own Energy/Power Resource (as an example Buildcraft=Mj IC2=EU Redpower = Bluetricity) and how to make blocks Generating it from items and how to make Cables flow the Energy and how to make Blocks/Items USe that Energy? I know thats nothing easy but id like to put it into my Mod Veryyyyy Much but I realy cant help my lack in information about this so again Please Help if Possible Thanks in advance i realy Hope you the Forge Community can help! If you want me to i will when i release that Mod add a List with all those people who Helped me Make this mod and you might also be able to Name an Item/Block ! -KhrBasil