Skip to content

Commit 9fac2d4

Browse files
committed
Merge pull request ttk2#60 from auxiliary-character/master
Recipes for Smooth Double Stone Slab and Smooth Double Sandstone Slab
2 parents 2dd0fec + 9386656 commit 9fac2d4

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

config.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,33 @@ crafting:
206206
output:
207207
Double Stone Slab:
208208
material: DOUBLE_STEP
209+
Slab to Smooth Double Stone Slab:
210+
inputs:
211+
s:
212+
Stone Slab:
213+
material: STEP
214+
shape:
215+
- ss
216+
- ss
217+
output:
218+
Smooth Slab:
219+
material: DOUBLE_STEP
220+
durability: 8
221+
amount: 2
222+
Sandstone Slab to Smooth Double Sandstone Slab:
223+
inputs:
224+
s:
225+
Sandstone Slab:
226+
material: STEP
227+
durability: 1
228+
shape:
229+
- ss
230+
- ss
231+
output:
232+
Smooth Double Sandstone Slab:
233+
material: DOUBLE_STEP
234+
durability: 9
235+
amount: 2
209236
production_factories:
210237
Bakery:
211238
name: Bakery

0 commit comments

Comments
 (0)