Everything posted by Busti
-
Jerky Block Model Animation
You need to apply the rotation in the renderer so the model will update each frame. Just make sure to use the partialticktime variable to sync the animation with the time between the Frames.
-
Need someone to teach me forge api
Is there something specific you want to know about?
-
Delete item from solt?
@GotoLink Yes I am just deleting the item on the server but i've no Idea how I would do this on the client as the processing happens only on the server. @TreeBek I'm just deleting the Item from the Slot with this.setInventorySlotContents(3, null); in the TileEntity on update.
-
[SOLVED] Ore in the End being Destroyed by EnderDragon
Just add public boolean canDragonDestroy(World world, int x, int y, int z) { return false; } To your block file. EDIT: Sorry i meant false
-
[SOLVED] Ore in the End being Destroyed by EnderDragon
Ok i checked it again and it seems like the 3 block types are hardcoded into minecraft... Look for CanDragonDestroy in Block and try to override it.
-
[SOLVED] Ore in the End being Destroyed by EnderDragon
Try to set the resistance above 15.0F I cant see anything else which would affect the End Stone found in the Block class.
-
Delete item from solt?
Hello, how can I delete an Item from a solt? I tried this.setInventorySlotContents(3, null); but it will leave a ghost Item which will be removed when I click it. Thanks for any help. Busti
-
Render using perspective in GuiScreen
Try to look at the Gui renderer for the player Inventory where the player model is rendered.
-
Update Block every Tick without Tileentity?
Ok, I just thought that the cunkloading would be better without a Tileentity.
-
Update Block every Tick without Tileentity?
Hello, How can I get a block update for every tick without using a tileentity? Thanks Busti
-
Creating advanced models?
Ah ok I didn't know that there are tutorials about it.
-
Creating advanced models?
How can I implement these into a TileEntitySpecialRenderer?
-
Creating advanced models?
Hello, I've already made custom block models with techne but as techne is not the best model program, it is based on cubes, and you also have to debug the Files before they compile I want to create better models with a better software. So my question is which (free) software is the best for this task and how can I implement the Model in minecraft? I'm looking forward for any help. Busti
-
Extended metadata with TileEntity
http://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=109115&g2_serialNumber=1[/img]
-
Extended metadata with TileEntity
Which class is that?
-
Extended metadata with TileEntity
It is also very hard to look where the Metadata is coming from because i cant find anything which is calling one of the methods in the block class.
-
Extended metadata with TileEntity
Is there another method to store such information than a TileEntity?
-
Extended metadata with TileEntity
Thats something I've never thought of. Redpower does that and ive never been in the situation where my huge tunnel bore took long to load.
-
Extended metadata with TileEntity
Why should I? who needs so many Id's when they all could be the same block?
-
Extended metadata with TileEntity
The blocks should all be accessible in the chosen creative Tab so you don't need to cheat them in.
-
Extended metadata with TileEntity
I am just trying to put all my blocks in one ID and make it as easy as possible to create new ones. I don't like spamming that many block ID's with my mod because it is a pain to reconfigure the config files of some mods with a huge number of blocks to work with other mods.
-
Extended metadata with TileEntity
It seems like minecraft can handle a metadata over 15 ingame but it only saves one under 16 to the map. For this I am using a TileEntity i've never said that i won't use one.
-
Extended metadata with TileEntity
Right now it is working with more than 16 blocks but i still need to add most of the methods like onBlockActivated and the Subblocks can't have TileEntitys
-
Extended metadata with TileEntity
I already came up with a solution for my problem. Right now I am working on a system where you can easily make new blocks which will all share the same ID by creating them like you would create normal blocks.
-
Extended metadata with TileEntity
i don't know what they are doing to get that much Subblocks but as the ItemBlock I created to deal with the metadata of the Block has an Integer as damage value I think i can develop a system to deal with it in the block and also add the blocks to the creative Tabs.
IPS spam blocked by CleanTalk.