Fix TileEntityScaffoldDynamic

This commit is contained in:
abel1502 2024-09-23 16:21:57 +03:00
parent cf69c0e4c0
commit 9942632231
No known key found for this signature in database
GPG Key ID: 076926596A536338

View File

@ -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;