BuildCraft|Core

BuildCraft|Core

7M Downloads

Improve consistency of schematic API naming

SpaceToad opened this issue ยท 0 comments

commented

Right now, there's *ToSchematic, *ToWorld and even a *ToBuilder function. We need to improve these a bit and identify:

  • the blueprint referential, and rename all "ToSchematic" (which is really in either referential) to "ToBlueprint".
  • the World referential, that will encompass the *ToBuilder function.