Skip to content

[feat] directly convert egg into feather and meat #39

@Artoria2e5

Description

@Artoria2e5

Describe your request

There is currently a way to get eggs efficiently without spawning a bunch of mob entities with AI, but no way to convert eggs into meat and feather in a similar way. As a result, a meat farm still needs a traditional dropper+selectMature+kill system to process the eggs, which remains performance-intensive.

It would be good if C:IF added a "incubator" machine that takes egg input and produces corresponding meat+feather output to "abstract out" this need. A machine like this would have 24 (or configurable) internal slots each corresponding to a state machine with these states:

  • animal being grown (timer ticks)
  • animal killed and turned into items (awaiting extraction)
  • empty (awaiting egg insertion)

It could make sense to also allow seed input, which speeds up the first non-empty slot (which one does not matter, the result on throughput is the same; staying to one slot maximizes latency improvement).

It could make sense to add enchantable machinery integration (looting, fire aspect).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions