1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-21 03:39:44 +00:00
CC-Tweaked/projects
Jonathan Coates a3b07909b0
Replace some recipes with a more dynamic system
This adds a new "recipe function" system, that allows transforming the
result of a recipe according to some datapack-defined function.

Currently, we only provide one function: computercraft:copy_components,
which copies components from one of the ingredients to the result. This
allows us to replace several of our existing recipes:

 - Turtle overlay recipes are now defined as a normal shapeless recipe
   that copies all (non-overlay) components from the input turtle.

 - Computer conversion recipes (e.g. computer -> turtle, normal ->
   advanced) copy all components from the input computer to the result.

This is more complex (and thus more code), but also a little more
flexible, which hopefully is useful for someone :).
2024-04-26 21:44:18 +01:00
..
common Replace some recipes with a more dynamic system 2024-04-26 21:44:18 +01:00
common-api Update to 1.20.5 (#1793) 2024-04-25 20:32:48 +00:00
core Merge branch 'mc-1.20.x' into mc-1.20.y 2024-04-26 18:38:15 +01:00
core-api Merge branch 'mc-1.20.x' into mc-1.20.y 2024-03-22 21:23:49 +00:00
fabric Replace some recipes with a more dynamic system 2024-04-26 21:44:18 +01:00
fabric-api Update to 1.20.4 2024-01-31 20:55:14 +00:00
forge Replace some recipes with a more dynamic system 2024-04-26 21:44:18 +01:00
forge-api Update to 1.20.4 2024-01-31 20:55:14 +00:00
lints Merge branch 'mc-1.20.x' into mc-1.20.y 2024-04-07 22:06:49 +01:00
standalone Allow mounting folders in the standalone emulator 2024-04-03 21:27:18 +01:00
web Fix build on Windows 2024-04-24 17:55:48 +01:00
ARCHITECTURE.md Add a standalone CC:T UI 2023-10-28 17:58:11 +01:00