mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Fix TileEntityScaffoldDynamic
This commit is contained in:
parent
cf69c0e4c0
commit
9942632231
@ -167,7 +167,8 @@ public class BlockScaffoldDynamic extends BlockContainer implements IToolable, I
|
||||
}
|
||||
}
|
||||
|
||||
public static class TileEntityScaffoldDynamic extends TileEntity {
|
||||
// Full class name needed because otherwise there's some conflict with the static import * from this class
|
||||
public static class TileEntityScaffoldDynamic extends net.minecraft.tileentity.TileEntity {
|
||||
|
||||
public int composite;
|
||||
public int prevComposite;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user