diff --git a/.github/sources/recipe-pattern_book.png b/.github/sources/recipe-pattern_book.png new file mode 100644 index 00000000..f7581213 Binary files /dev/null and b/.github/sources/recipe-pattern_book.png differ diff --git a/.github/sources/screen-pattern_book.png b/.github/sources/screen-pattern_book.png new file mode 100644 index 00000000..7562c9c7 Binary files /dev/null and b/.github/sources/screen-pattern_book.png differ diff --git a/README.md b/README.md index 2236f668..ed9eb266 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- Simply Caterpillar Icon + Simply Caterpillar Icon
@@ -10,17 +10,17 @@
- CurseForge download link + CurseForge download link - modrinth download link + modrinth download link
---
- Simply Caterpillar Wallpaper + Simply Caterpillar Wallpaper
**Simply Caterpillar** adds a drill that makes 3x3 mineshaft for you. @@ -37,7 +37,7 @@ You can add or not add any part to customize your drill.

This is the drill base, it's used for all parts.

Recipe

- Basic Drill Segment Recipe + Basic Drill Segment Recipe
@@ -47,9 +47,9 @@ You can add or not add any part to customize your drill.

Screen

It has 18 slots of storage built in, and a fuel slot. Power can be toggled in the gui, and fuel consumption will pause when the caterpillar is turned off.

-Drill head screen +Drill head screen

Recipe

- Drill Head Recipe + Drill Head Recipe
@@ -58,7 +58,7 @@ You can add or not add any part to customize your drill.

This is the part that allows you to ride the drill.

Recipe

- Drill Seat Recipe + Drill Seat Recipe
@@ -67,7 +67,7 @@ You can add or not add any part to customize your drill.

Collects fallen items as it moves, and puts them in the caterpillar's inventory. Pretty useful if you don't want to manually pick up all blocks the drill breaks.

Recipe

- Item Collector Recipe + Item Collector Recipe
@@ -77,9 +77,9 @@ You can add or not add any part to customize your drill.

Screen

This is where you edit the decorations to be placed. By default, it places them similarly to the vanilla mineshafts.

- Decoration Placer Screen + Decoration Placer Screen

Recipe

- Decoration Placer Recipe + Decoration Placer Recipe
@@ -89,9 +89,9 @@ You can add or not add any part to customize your drill.

Screen

Edit the blocks used to reinforce the walls here and what gets replaced, so you can keep water, lava, sand, gravel, etc. out of your mineshaft, or build yourself a floor to walk on, and walls and a ceiling if you wish.

- Reinforcement Builder Screen + Reinforcement Builder Screen

Recipe

- Reinforcement Builder Recipe + Reinforcement Builder Recipe
@@ -101,9 +101,9 @@ You can add or not add any part to customize your drill.

Screen

Set anything you don't want to keep to be incinerated here.

- Incinerator Screen + Incinerator Screen

Recipe

- Incinerator Recipe + Incinerator Recipe
@@ -112,7 +112,7 @@ You can add or not add any part to customize your drill.

Adds 18 more slots to the drill head's inventory.

Recipe

- Drill Storage Recipe + Drill Storage Recipe
@@ -122,9 +122,21 @@ You can add or not add any part to customize your drill.

Screen

Put any item inside the minecart with chest.

-Transporter Screen +Transporter Screen

Recipe

- Transporter Recipe + Transporter Recipe +
+ +
+ +

Pattern Book

+

Transfer patterns between decoration blocks.

+
+

Screen

+

Preview pattern and give it a name.

+Pattern Book Screen +

Recipe

+ Pattern Book Recipe
## Credits diff --git a/src/main/resources/assets/simplycaterpillar/textures/item/writable_pattern_book.png b/src/main/resources/assets/simplycaterpillar/textures/item/writable_pattern_book.png index 0217f44b..7c3778f0 100644 Binary files a/src/main/resources/assets/simplycaterpillar/textures/item/writable_pattern_book.png and b/src/main/resources/assets/simplycaterpillar/textures/item/writable_pattern_book.png differ diff --git a/src/main/resources/assets/simplycaterpillar/textures/item/written_pattern_book.png b/src/main/resources/assets/simplycaterpillar/textures/item/written_pattern_book.png index 88e3c3b8..af268734 100644 Binary files a/src/main/resources/assets/simplycaterpillar/textures/item/written_pattern_book.png and b/src/main/resources/assets/simplycaterpillar/textures/item/written_pattern_book.png differ