Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Crafting Recipes for higher backpack sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Oct 18, 2019
1 parent 3a0e3c7 commit b4df4ea
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,47 @@ sizes:
Gigantic: 45
crafting:
Small:
meta: 1
shape:
- "AAA"
- "A A"
- "AAA"
materials:
A:
id: 334
meta: 0
count: 1
Medium:
meta: 1
shape:
- "AAA"
- "ABA"
- "AAA"
materials:
A:
id: 334
meta: 0
count: 1
B:
id: 42
meta: 0
count: 1
Large:
meta: 1
shape:
- "AAA"
- "ABA"
- "AAA"
materials:
A:
id: 334
meta: 0
count: 1
B:
id: 41
meta: 0
count: 1
Gigantic:
meta: 1
shape:
- "AAA"
Expand All @@ -16,6 +57,6 @@ crafting:
meta: 0
count: 1
B:
id: 54
id: 57
meta: 0
count: 1

0 comments on commit b4df4ea

Please sign in to comment.