DarkPacks / SkyFactory-One

Other
21 stars 3 forks source link

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

Closed BigAl607 closed 2 years ago

BigAl607 commented 2 years ago

General Info

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.

Darkosto commented 2 years ago

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
}
BigAl607 commented 2 years ago

Works great!