You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In newer versions of forge it seems to be mapped correctly, it's public abstract boolean create(IWorld worldIn, ChunkGenerator<?> chunkGeneratorIn, Random randomIn, MutableBoundingBox mutableBoundingBoxIn, ChunkPos chunkPosIn); in the code
The text was updated successfully, but these errors were encountered:
This line https://github.com/Ugdhar/structest/blob/master/src/main/java/ugdhar/mod/structest/BrickHousePiece.java#L47
In newer versions of forge it seems to be mapped correctly, it's
public abstract boolean create(IWorld worldIn, ChunkGenerator<?> chunkGeneratorIn, Random randomIn, MutableBoundingBox mutableBoundingBoxIn, ChunkPos chunkPosIn);
in the codeThe text was updated successfully, but these errors were encountered: