Posted March 15, 20214 yr Well since im new to forge modding, and objected programming (not programming itself). I've got question, how to make block using energy? and producing energy one. GLHF take care
March 15, 20214 yr With capabilities. You can also look at an unofficial version here. Either or, a block does not create energy nor produce it, it is just the container for the TileEntity that handles the dynamic data. From there, you can look at the methods and see which one inserts and which one extracts energy from the object. Do not forget to read and write the data and invalidate it in their appropriate methods. You can use one of the existing TileEntity classes (e.g. ChestTileEntity) to see how to handle that.
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.