SkyFactory One

SkyFactory One

471k Downloads

[Suggestion]: Add bamboo so it's compostable in the barrels

BigAl607 opened this issue ยท 2 comments

commented

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

Would like to add bamboo to the barrels to compost into dirt. IMO, once you have a stack+ of scaffolding, there's no real use for it.

commented

Will add in the next pack update. For now you can throw this into the following datapack folder:

.minecraft\global_data_packs\skyfactoryone\data\sf_one\recipes\compostable

create a new file called bamboo_compost.json

and insert this:

{
  "type": "exnihilosequentia:compost",
  "input": {
    "item": "minecraft:bamboo"
  },
  "amount": 20
}
commented

Works great!