Posted June 22, 20205 yr Hello everyone, in my new mod I am trying the TER implementation and I have started an empty TE with a TER and run it to see if anythings happened but it looks like nothing is done. Here is the links to all my staff : https://github.com/matt1999rd/SignMod/tree/master/src/main/java/fr/mattmouss/signs/tileentity I register this TER into the proxy as you can see here : https://github.com/matt1999rd/SignMod/tree/master/src/main/java/fr/mattmouss/signs/setup I don't know what I need to add to make sure it render even incorrectly
June 23, 20205 yr Howdy You might find this working example tutorial project useful https://github.com/TheGreyGhost/MinecraftByExample/tree/master/src/main/java/minecraftbyexample/mbe21_tileentityrenderer -TGG
June 23, 20205 yr Author ok right but I don't know how to manage it and in fact it does not look right because when I place my block it replace the support by air instead of PanelBlock I don't understand why. I have done this both server and client side to avoid side problem and still the problem occurs. You can see here the code of my Registration : https://github.com/matt1999rd/SignMod/blob/master/src/main/java/fr/mattmouss/signs/fixedpanel/PanelRegister.java I put the block in the Packet send to server : https://github.com/matt1999rd/SignMod/blob/master/src/main/java/fr/mattmouss/signs/networking/PacketPlacePanel.java
June 23, 20205 yr Sorry dude, I don't understand your question. TER are very difficult to debug just by looking at the code. Screenshots of the problem plus a github link to your project will increase your chances of someone figuring it out. Or, you could copy the mbe21 code exactly and then change it a few parts at a time until it does what you want. -TGG
July 24, 20205 yr Author it was not working because of the model json that was not placed. But now it works well thank you
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.