Jump to content

WillRL

Members
  • Posts

    3
  • Joined

  • Last visited

WillRL's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Has anyone gotten DCEVM working for Forge 1.18 (Java 17)? I've mananged to get it working, as in I can add, remove, modify etc methods and classes, but each time it performs the hotswap, there are a bunch of errors. I am just wondering if anyone else experiences this? (The error I get is "ERROR (org.hotswap.agent.annotation.handler.PluginClassFileTransformer) - InvocationTargetException in transform method on plugin 'class org.hotswap.agent.plugin.proxy.ProxyPlugin'"). The errors don't actually seem to impact it the hotswapping so far, but it would be nice to remove them. Thanks!
  2. Hi, currently I have a custom block that is essentially a water tank. Iron top and bottom with glass panes on the surrounding sides. Inside is full of water with a little TNT in the middle. (JSON FILE HERE). The code for it is currently very basic, just setting RenderType to be transluent in the client setup. The block renders fine in the game, but at certain angles, the internal faces are not rendered. This is shown in the images below. You can see that in the first image, the water is not rendered, then after moving slightly, it is rendered. Any pointers in how to solve this would be awesome, Thanks in advance. - Will
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.