User Tools

Site Tools


tutorial:fablabs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tutorial:fablabs [2023/06/10 09:12] nebelnidastutorial:fablabs [2023/06/10 11:52] (current) – removed mineblock11
Line 1: Line 1:
-====== FabLabs ====== 
  
-[[https://github.com/FabLabsMC|FabLabs]] was a GitHub organization for staging and testing new Fabric features before submitting them as pull requests. FabLabs projects were experimental and tended to focus more on snapshots than core Fabric API. Following the community split in 2021, the organization became defunct, as most FabLabs members are now working on Quilt. 
- 
-==== FabLabs Tools ==== 
- 
-- [[https://github.com/FabLabsMC/Blueprint|Blueprint]] is a template repository for creating new Fabric API modules. It includes automatic CI integration for publishing builds on GitHub package registry. 
- 
-==== FabLabs Guidelines ==== 
- 
-- FabLabs was created for adding better staging to Fabric development. FabLabs projects should be experimental additions to the Fabric API and ecosystem. 
- 
-- FabLabs projects should generally either target snapshot versions of Minecraft or be version-agnostic. Projects which include breaking changes to Fabric API *must* target snapshot versions of Minecraft. 
- 
-- FabLabs projects must be licensed to be compatible with the Fabric project they are built for, so it's possible to merge them in. 
- 
-- FabLabs may not be used for the purposes of starting or continuing intra-community drama. Be mature with your contributions. 
- 
-- Repeated violations of these guidelines may result in being removed or blacklisted from the organization.