Posted January 15, 20214 yr i want to create a custom furnace with the same gui like the vanilla furnace but with custom recipe but what is the best way to do that? i just try to creat a block which extends the vanilla furnace and the i overide the TileEntity Methode. 1. my custom tileentity extends the AbstractFurnaceTileEntity but i have to set the TileEntityType and i cant creat a new one - how do i create a new TileEntityType? this\/ is not work but why it says: "The type SmeltingFurnaceTileEntity does not define SmeltingFurnaceTileEntity() that is applicable here" TileEntityType.Builder.create(SmeltingFurnaceTileEntity::new, CaveBlocks.SMELTING_FURNACE.get()) 2. and my custom container extends AbstractFurnaceContainer but i have to set the ContainerType there is no method to creat a new one. - so how can i creat a new ContainerType / use an existing ContainerType for my block Edited January 15, 20214 yr by Luis_ST
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.