No description
Find a file
JozsefA 9352ef9ede Json program specs, new extension/gamestate system.
- Program specs are now loaded from json instead of being defined in code and registered manually.
 - Within the json spec, a program can define a list of states.
 - A state consists of:
   - A "when" clause.
   - A list of strings to be #defined.
   - A list of extensions to apply at program link time.
 - Each frame, the first state whose "when" clause returns true will be used.
 - A when clause consists of:
  - A state provider defined by a resource location.
  - A value to match.
 - When the value returned by the provider matches the value defined in the when clause, the when clause is considered to be 'true'.
 - There is syntactic sugar for when a provider returns a boolean value.
 - This system is in its infancy, and there is plenty of room for improvement.
2021-05-22 17:45:01 -07:00
.github/workflows add a ci 2020-11-14 19:29:58 -08:00
gradle/wrapper Add registrate as dependency, experimental refactor of AllBlocks 2020-04-19 16:16:00 -04:00
src Json program specs, new extension/gamestate system. 2021-05-22 17:45:01 -07:00
.editorconfig Housekeeping 2021-04-08 19:22:11 +02:00
.gitattributes Force generated jsons to check out with LF line endings on Windows 2020-05-14 21:12:58 -04:00
.gitignore Clean-up 2021-02-06 22:41:20 +01:00
build.gradle Clean up build.gradle 2021-04-09 16:23:49 -07:00
changelog.txt Readying up 0.2.4d 2020-06-14 00:14:06 +02:00
gradle.properties Seat-hopping into oblivion 2021-04-16 01:13:46 +02:00
gradlew Make gradlew executable on *nix 2020-03-17 11:30:35 -07:00
gradlew.bat Setup Infrastructure 2019-07-11 09:03:08 +02:00
LICENSE Setup Infrastructure 2019-07-11 09:03:08 +02:00
README.md Update README.md 2020-12-19 22:40:55 +01:00

Logo

Create
Patreon Supported Versions License Discord Curseforge Downloads

Welcome to Create, a mod offering a variety of tools and blocks for Building, Decoration and Aesthetic Automation.

The added elements of tech are designed to leave as many design choices to the player as possible, where item processing doesn't happen inside a single block with funny textures, it requires a set of actors working together in many possible arrangements.

Check out the wiki and in-game Tool-tips for further info on how to use these features, and stay tuned for an ever-growing selection of possibilities for Creative and Survival Minecraft.

  • Support for Minecraft 1.12: Not planned
  • Support for Fabric: Not planned

Find out more about Create on our Project Page