-
Posts
403 -
Joined
-
Last visited
Everything posted by Kander16
-
Okay, Its just for testing. http://pastebin.com/VsNFKPP0
-
Nope, Doesn't work, it keeps going into bed for a minimum of time and goes back out of the bed.
-
Like public class BlockBlueBed extends BlockDirectional? or what do you mean?
-
What line? An what Class file?
-
Hello, I have a problem about my colored bed. When i right click the "Blue bed" it flashes into the bed and goes back out withing a half second. Everything works good exept that part, it just won't get into bed ant sleep i see "Leave bed" for a flash of time and then you get out of the bed. It doesn't crahses or anything like that, no log message, nothing I think its with the BlockBlueBed file, i dont see a reason why it is at the ItemBlueBed, but for sure iam posting it below. Please help. ItemBlueBed.java http://pastebin.com/uiMi5i1g BlockBlueBed.java http://pastebin.com/z12Kw6cX
-
Jeah, I thought it was impossible to change base classes, like milk?
-
Hello, I was wondering if it could be possible to have milk that you can place on the ground like water + that you can drink it like as normal I have an idea for a milk-barrel, and u use a bowl to take milk from that barrel. (Like a cauldron and glass bottle) that you can take some milk so you get a milk -bowl and thus the other can be used as food or other things can participate. I also wanted it that it can only be placed into the barrel, not on the ground. It also goes empty after a few times taking milk. then you need to refill it before you can take milk again. Thanks for helping!
-
Dual input furnace: Can't get my recipes to work
Kander16 replied to Kander16's topic in Modder Support
With the Debugger class? -
Dual input furnace: Can't get my recipes to work
Kander16 replied to Kander16's topic in Modder Support
I have one there? line 178. -
Dual input furnace: Can't get my recipes to work
Kander16 replied to Kander16's topic in Modder Support
in What class file? -
Hello, I have crafted a new Furnace with dual inputs (Sauce Maker Furnace) one for placing a bowl in, one for the ingredient. I have no idea how i can get the recipes to work, i have tried several things with no succes does i have typed something wrong? Please take a look at the files (where you think the problem is) Thanks! Here are al my files about it: Main mod class: http://pastebin.com/UynajXsn SauceMaker.java: http://pastebin.com/8JBXh6BN TileEntitySauceMaker.java: http://pastebin.com/HfD86Num ContainerSauceMaker.java: http://pastebin.com/8Cm57XMg GuiSauceMaker.java http://pastebin.com/wLWLM81y SauceMakerRecipes.java: http://pastebin.com/qKjxfcJi GuiHandler.java: http://pastebin.com/4pescRdu SlotSauceMaker.java: http://pastebin.com/a9W1dk2U
-
Hello, I was wondering how i could generate some bushes on top of the surface. Does anyone know what i need to do? This is for spawning ores, but it will only spawn blocks in other blocks like 'MagneziumOre generate in the Stone' but i wanted to have like 'Strawberry plant generate on top of the grass block'. http://pastebin.com/HhKmJ9ha Thanks!
-
Hello, I have a problem about texturing the fuel reserve and the progress bar. I can't get the texture on the right place where it needs to be. However i don't see anything i've done wrong. Any help is appreciated. Thanks. Link to GuiSuperHotFurnace: http://pastebin.com/Hn0Jdrzr Link to GuiSuperHotFurnace (Gui-Image) http://postimg.org/image/65wlk18y9/ Problem Image: http://postimg.org/image/4in356k9n/
-
The Morefood mod is like it says: it adds Many foods to the game! :-D This makes minecraft more fun and more awesome to play We added many foods and 6 crops (strawberry, blueberry, tomato, paprika, onion, asparagus) The third version of the mod is there u can find the strawberry's, blueberry, tomato's, paprika, onion, asparagus in dungeons and mineshafts for now. by killing sheeps or squids you can get raw mutton or raw squid! Soon enough there will be another mod that is like as 3x The awesomeness of this mod! Download link: http://www.planetminecraft.com/mod/morefood-mod-for-mc-172-including-crops/ Thanks for downloading the mod! Enjoy Playing my mod
-
Hello, My question is that i have coded a new door and changed the "_Upper" of the door texture. It looks pretty nice but only at the side (and top) of some doors it shows up glass texture that should be only at the front. This are the pictures of the doors: http://minetronic.be/Door1 & http://minetronic.be/Door2 Is there a way to fix this (or that i can just add a "side" and a "top")? Thanks
-
Yes, this works Thanks for giving me the hint!
-
Okey, Thanks, Will check in the blockore class file
-
Hello, I have a question for How to have an ore that drops exp when broken? Thanks. Code of class: http://pastebin.com/3VPd1ffU
-
Thanks, It works it extends now to "BlockFenceGate" And changed the texture from wood to iron.
-
Hello, I have created a new fence and wanted to make a fence gate too. But the problem is that i could not use the BlockFenceGate.class file cause that would give it a wooden plank texture, I wanted to have an iron block texture So what i did was copy the whole BlockFenceGate.class file into my IronBlockFenceGate.class and change the texture of it. But i don't know how, It doesn't crash when i use the BlockFenceGate.class file It only crashes when i use the IronBlockFenceGate.class file. So it won't render the item, then it crashes and says 'one device not closed' Anyone know how to fix this? Main mod class: http://pastebin.com/7Rk0YxtW IronBlockFenceGate.java: http://pastebin.com/vLBngqCH BlockFenceGate.class: http://pastebin.com/mcN9BNQy Thanks for helping!
-
Okey, But Thanks for helping! [solved]
-
Thank You! It's Because otherwise you place only 1 part of the door?
-
Hello, I have coded a new door (copper door) And it won' work properly, when i place my door it just render's 1 block (not the upper) + the texture won't show up. It isn't even black and purple rendered, It's just transparent, and you can't open it too. Please help, code of the door: http://pastebin.com/cKVPHdDj Picture of problem: http://minetronic.be/Door Hope anyone could help me, Thanks!
-
Just Changed return this.iconArray[3]; To, return this.iconArray[7]; http://pastebin.com/4qWACp6F