Posted February 11, 201411 yr I been searching for where Minecraft has it's code for the pyramid and beacon multi-block structure, and I can't find it. I assume that they are calling is something else but all i want is what class/package it is in so i know which one to look through.
February 11, 201411 yr Exactly what bit of code? there is net.minecraft.block.BlockBeacon and net.minecraft.tileentity.TileEntityBeacon TileEntityBeacon.func_146003_y appears to be looking around for other blocks, checking Block.isBeaconBase. Not really looked through the files though, a lot hasn't been deobfuscated and no comments have been added so you will need to work it out from the code.
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.