bigbaddevil6 Posted February 11, 2014 Posted February 11, 2014 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. Quote
Sync Views Posted February 11, 2014 Posted February 11, 2014 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. Quote
opssemnik Posted February 11, 2014 Posted February 11, 2014 its just a loop checking for blocks, ins´t that hard Quote
Recommended Posts
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.