1
0
Fork
You've already forked waffles
0
No description
  • Lua 100%
Find a file
2026年05月14日 15:13:43 +08:00
locale Fix names of translation files and textdomain headers 2026年05月14日 15:13:43 +08:00
models Redo the entire mod 2021年08月28日 12:35:11 -07:00
textures Add waffle stacks (blocks) 2021年08月30日 12:46:10 -07:00
.gitignore Redo the entire mod 2021年08月28日 12:35:11 -07:00
init.lua Use updated alpha modes and add optional default dependency 2022年09月05日 14:43:11 -07:00
legacy.lua Redo the entire mod 2021年08月28日 12:35:11 -07:00
LICENSE.txt Redo the entire mod 2021年08月28日 12:35:11 -07:00
maker.lua Confirm that batter is removed when removing the maker 2022年09月05日 17:08:19 -07:00
mod.conf Use updated alpha modes and add optional default dependency 2022年09月05日 14:43:11 -07:00
README.md Add waffle stacks (blocks) 2021年08月30日 12:46:10 -07:00
screenshot.png Update screenshot.png 2021年08月30日 12:58:49 -07:00
settingtypes.txt Simplify batter 2021年08月28日 16:53:27 -07:00
waffle.lua Use updated alpha modes and add optional default dependency 2022年09月05日 14:43:11 -07:00

Waffles

"And in the mornin', I'm makin' waffles!" - Donkey, Shrek 2001

screenshot.png

Waffles for Dummies:

  1. Obtain a waffle maker.
  2. Place the waffle maker.
  3. Obtain batter.
  4. Open the waffle maker.
  5. Place some batter in the waffle maker.
  6. Close the waffle maker.
  7. Wait for the waffle maker to open.
  8. Take the cooked waffle.
  9. Consume the cooked waffle.
  10. Repeat from step 5.

Recipes

All listed items are configurable. See Configuration .

waffles:waffle_maker:

C = casing (default:tin_ingot)
W = wiring (default:steel_ingot)
H = heating (default:copper_ingot)
+-+-+-+
|C|C|C|
+-+-+-+
|W| |W|
+-+-+-+
|C|H|C|
+-+-+-+

waffles:waffle_batter_3:

(Shapeless)
farming:flour, farming:flour, bucket:bucket_water
This recipe is completely configurable.

waffles:waffle_stack: 8 waffles:waffle (Shapeless)

waffles:waffle_stack_short: 4 waffles:waffle (Shapeless)

Configuration

  • waffles.craftitem_maker_casing: Waffle maker casing craftitem.
  • waffles.craftitem_maker_wiring: Waffle maker wiring craftitem.
  • waffles.craftitem_maker_heating: Waffle maker heating craftitem.
  • waffles.waffle_batter_recipe: Waffle batter recipe craftitems. See settingtypes.txt.