Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
l33tmaan edited this page Jan 18, 2023 · 5 revisions

So you want to use one of the blocks in this library in your mod?

This is the place to get started!

List of block classes added by A Culinary Artillery:

  • BlockMeatHooks
  • BlockBottleRack
  • BlockMixingBowl
  • BlockBottle
  • BlockSpile
  • BlockSaucepan
  • BlockExpandedClayOven

List of block entity classes added:

  • MeatHooks
  • BottleRack
  • MixingBowl
  • Bottle
  • Spile
  • Saucepan
  • ExpandedOven

List of item classes added:

  • SuperFood
  • EggCrack
  • ExpandedRawFood
  • ExpandedFood
  • TransFix
  • TransLiquid
  • ExpandedLiquid
  • ExpandedDough

What do they do? When do you use them? Let's review.

Clone this wiki locally