[Enhancement]: Make prefabs build instantly!
Brian-Wuest opened this issue ยท 0 comments
Minecraft Version
1.17.1
Fabric Version
42.1
Mod Version
2.1.6
Details
Move the code over from Prefab (Forge) which makes the blueprints build instantly.
This alleviates a LOT of custom code currently used to give priority to blocks so everything build correctly. This was needed due to the staggered build we have. But with recently re-going over the Minecraft code-base we found out how the "Fill" command places so many blocks so quickly and are emulating that!