composting.yml

Composting Configuration (composting.yml):

items:
  test_composting:
    name: "Test Composting" # Item name (not included in lang file)
    namespace: "coreextensions" # Namespace
    id: "coalfuel" # Item ID
    chance: 2.0 # Burn time

This configuration file allows an existing item (NAMESPACE:ID) to have the ability to be used as compost in a composting bin. The "chance" parameter specifies the burn time of the item in the composting process in a Minecraft-style mod or extension.

Last updated