Jump to content

multibuild

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by multibuild

  1. I appreciate it. I have recently gotten back into the swing of things for modding, as I am not used to 1.14. Last time I jumped in the deep end was 1.7.10! I have bumped back to 1.12.2 which is more familiar to me.
  2. Hey everyone! I'm new to the modding world in 1.14 and I am curious on how I can implement the Override of isOpaqueCube and isFullCube to my block in my blocklist to the ground doesn't go all x-ray underneath. Here's the simple code for my BlockList: package multibuildmc.wifimod.lists; import net.minecraft.block.Block; public class BlockList { public static Block router; } How do I put the override in here? Thanks, multibuild
×
×
  • Create New...

Important Information

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