View difference between Paste ID: n03fydA2 and Vp8YbTtv
SHOW: | | - or go back to the newest paste.
1
# Config created by Abnormal Zombie
2
3
# Adds more realism to the usage of bonemeal by causing crops to grow stage by stage in a short
4
# amount of time instead of instantly growing to their final stage.
5
# This should not affect growth times by much, the crops grow within a few seconds.
6
7
# This configuration will conflict slightly with servers running MachinaCraft Planters.
8
# It will cause the bonemeal applied by the planters to abide by the delays this config sets.
9
10
# Note: To prevent duplication, all crops not fully grown will not drop anything when broken.
11
12
# Using the aliases here saves lines, makes things easier to read and 
13
# makes it easy to change the material used for growing.
14
aliases:
15
  - &wheat_growth
16
    action: right_click
17-
          tool: 351@1
17+
    tool: INK_SACK@15
18
    dropgroup: grow
19-
          replacementblock: CROPS@1
19+
20
  - &wheat_consume
21
    drop: DENY
22
    effects: SMOKE
23
    consumetool: 1
24-
          replacementblock: CROPS@2
24+
25
   # having a different growth for each plant makes it easy 
26
   # to change invididual plant settings later, for now we
27
   # 
28-
          replacementblock: CROPS@3
28+
  - &carrot_growth
29
    <<: *wheat_growth
30
  - &carrot_consume
31
    <<: *wheat_consume
32-
          replacementblock: CROPS@4
32+
33
  # etc
34
otherdrops:
35
#---------------------------BONE MEAL TO WHEAT GROWTH-------------------------------
36-
          replacementblock: CROPS@5
36+
37
        - drop: NOTHING
38
        - <<: *wheat_growth
39
          drops:
40-
          replacementblock: CROPS@6
40+
            - {<<: *wheat_consume, replacementblock: CROPS@1}
41
            - {delay:  4, replacementblock: CROPS@2}
42
            - {delay:  8, replacementblock: CROPS@3}
43
            - {delay: 12, replacementblock: CROPS@4}
44-
          replacementblock: CROPS@7
44+
            - {delay: 16, replacementblock: CROPS@5}
45
            - {delay: 20, replacementblock: CROPS@6}
46
            - {delay: 24, replacementblock: CROPS@7}
47
48-
          tool: 351@1
48+
49
        - drop: NOTHING
50-
          replacementblock: CROPS@2
50+
        - <<: *wheat_growth
51
          drops:
52
            - {<<: *wheat_consume, replacementblock: CROPS@2}
53
            - {delay:  4, replacementblock: CROPS@3}
54
            - {delay:  8, replacementblock: CROPS@4}
55-
          replacementblock: CROPS@3
55+
            - {delay: 12, replacementblock: CROPS@5}
56
            - {delay: 16, replacementblock: CROPS@6}
57
            - {delay: 20, replacementblock: CROPS@7}
58
            
59-
          replacementblock: CROPS@4
59+
60
        - drop: NOTHING
61
        - <<: *wheat_growth
62
          drops:
63-
          replacementblock: CROPS@5
63+
            - {<<: *wheat_consume, replacementblock: CROPS@3}
64
            - {delay:  4, replacementblock: CROPS@4}
65
            - {delay:  8, replacementblock: CROPS@5}
66
            - {delay: 12, replacementblock: CROPS@6}
67-
          replacementblock: CROPS@6
67+
            - {delay: 16, replacementblock: CROPS@7}
68
69
    CROPS@3:
70
        - drop: NOTHING
71-
          replacementblock: CROPS@7
71+
        - <<: *wheat_growth
72
          drops:
73
            - {<<: *wheat_consume, replacementblock: CROPS@4}
74
            - {delay:  4, replacementblock: CROPS@5}
75-
          tool: 351@1
75+
            - {delay:  8, replacementblock: CROPS@6}
76
            - {delay: 12, replacementblock: CROPS@7}
77-
          replacementblock: CROPS@3
77+
            
78
    CROPS@4:
79
        - drop: NOTHING
80
        - <<: *wheat_growth
81
          drops:
82-
          replacementblock: CROPS@4
82+
            - {<<: *wheat_consume, replacementblock: CROPS@5}
83
            - {delay:  4, replacementblock: CROPS@6}
84
            - {delay:  8, replacementblock: CROPS@7}
85
86-
          replacementblock: CROPS@5
86+
87
        - drop: NOTHING
88
        - <<: *wheat_growth
89
          drops:
90-
          replacementblock: CROPS@6
90+
            - {<<: *wheat_consume, replacementblock: CROPS@6}
91
            - {delay:  4, replacementblock: CROPS@7}
92
            
93
    CROPS@6:
94-
          replacementblock: CROPS@7
94+
95
        - <<: *wheat_growth
96
          drops:
97
            - {<<: *wheat_consume, replacementblock: CROPS@7}
98-
          tool: 351@1
98+
99
    CARROT@0:
100-
          replacementblock: CROPS@4
100+
101
        - action: RIGHT_CLICK
102
          tool: INK_SACK@15
103
          replacementblock: 141@1
104
          drop: DENY
105-
          replacementblock: CROPS@5
105+
106
        - action: RIGHT_CLICK
107
          tool: INK_SACK@15
108
          delay: 4
109-
          replacementblock: CROPS@6
109+
110
        - action: RIGHT_CLICK
111
          tool: INK_SACK@15
112
          delay: 8
113-
          replacementblock: CROPS@7
113+
114
        - action: RIGHT_CLICK
115
          tool: INK_SACK@15
116
          delay: 12
117-
          tool: 351@1
117+
118
        - action: RIGHT_CLICK
119-
          replacementblock: CROPS@5
119+
120
          delay: 16
121
          replacementblock: CARROT@5
122
        - action: RIGHT_CLICK
123
          tool: INK_SACK@15
124-
          replacementblock: CROPS@6
124+
125
          replacementblock: CARROT@6
126
        - action: RIGHT_CLICK
127
          tool: INK_SACK@15
128-
          replacementblock: CROPS@7
128+
129
          replacementblock: CARROT@7
130
    CARROT@1:
131
        - drop: NOTHING
132-
          tool: 351@1
132+
133
          tool: INK_SACK@15
134-
          replacementblock: CROPS@6
134+
135
          drop: DENY
136
          consumetool: 1
137
        - action: RIGHT_CLICK
138
          tool: INK_SACK@15
139-
          replacementblock: CROPS@7
139+
140
          replacementblock: CARROT@3
141
        - action: RIGHT_CLICK
142-
          tool: 351@1
142+
143
          delay: 8
144-
          replacementblock: CROPS@7
144+
145
        - action: RIGHT_CLICK
146
          tool: INK_SACK@15
147
          delay: 12
148
          replacementblock: CARROT@5
149
        - action: RIGHT_CLICK
150
          tool: INK_SACK@15
151
          delay: 16
152
          replacementblock: CARROT@6
153
        - action: RIGHT_CLICK
154
          tool: INK_SACK@15
155
          delay: 20
156
          replacementblock: CARROT@7
157
    CARROT@2:
158
        - drop: NOTHING
159
        - action: RIGHT_CLICK
160
          tool: INK_SACK@15
161
          replacementblock: 141@3
162
          drop: DENY
163
          consumetool: 1
164
        - action: RIGHT_CLICK
165
          tool: INK_SACK@15
166
          delay: 4
167
          replacementblock: CARROT@4
168
        - action: RIGHT_CLICK
169
          tool: INK_SACK@15
170
          delay: 8
171
          replacementblock: CARROT@5
172
        - action: RIGHT_CLICK
173
          tool: INK_SACK@15
174
          delay: 12
175
          replacementblock: CARROT@6
176
        - action: RIGHT_CLICK
177
          tool: INK_SACK@15
178
          delay: 16
179
          replacementblock: CARROT@7
180
    CARROT@3:
181
        - drop: NOTHING
182
        - action: RIGHT_CLICK
183
          tool: INK_SACK@15
184
          replacementblock: 141@4
185
          drop: DENY
186
          consumetool: 1
187
        - action: RIGHT_CLICK
188
          tool: INK_SACK@15
189
          delay: 4
190
          replacementblock: CARROT@5
191
        - action: RIGHT_CLICK
192
          tool: INK_SACK@15
193
          delay: 8
194
          replacementblock: CARROT@6
195
        - action: RIGHT_CLICK
196
          tool: INK_SACK@15
197
          delay: 12
198
          replacementblock: CARROT@7
199
    CARROT@4:
200
        - drop: NOTHING
201
        - action: RIGHT_CLICK
202
          tool: INK_SACK@15
203
          replacementblock: 141@5
204
          drop: DENY
205
          consumetool: 1
206
        - action: RIGHT_CLICK
207
          tool: INK_SACK@15
208
          delay: 4
209
          replacementblock: CARROT@6
210
        - action: RIGHT_CLICK
211
          tool: INK_SACK@15
212
          delay: 8
213
          replacementblock: CARROT@7
214
    CARROT@5:
215
        - drop: NOTHING
216
        - action: RIGHT_CLICK
217
          tool: INK_SACK@15
218
          replacementblock: 141@6
219
          drop: DENY
220
          consumetool: 1
221
        - action: RIGHT_CLICK
222
          tool: INK_SACK@15
223
          delay: 4
224
          replacementblock: CARROT@7
225
    CARROT@6:
226
        - action: RIGHT_CLICK
227
          tool: INK_SACK@15
228
          replacementblock: 141@7
229
          drop: DENY
230
          consumetool: 1
231
#---------------------------BONE MEAL TO POTATO GROWTH-------------------------------
232
    POTATO@0:
233
        - drop: NOTHING
234
        - action: RIGHT_CLICK
235
          tool: INK_SACK@15
236
          replacementblock: POTATO@1
237
          drop: DENY
238
          consumetool: 1
239
        - action: RIGHT_CLICK
240
          tool: INK_SACK@15
241
          replacementblock: POTATO@2
242
          delay: 4
243
        - action: RIGHT_CLICK
244
          tool: INK_SACK@15
245
          replacementblock: POTATO@3
246
          delay: 8
247
        - action: RIGHT_CLICK
248
          tool: INK_SACK@15
249
          replacementblock: POTATO@4
250
          delay: 12
251
        - action: RIGHT_CLICK
252
          tool: INK_SACK@15
253
          replacementblock: POTATO@5
254
          delay: 16
255
        - action: RIGHT_CLICK
256
          tool: INK_SACK@15
257
          replacementblock: POTATO@6
258
          delay: 20
259
        - action: RIGHT_CLICK
260
          tool: INK_SACK@15
261
          replacementblock: POTATO@7
262
          delay: 24
263
    POTATO@1:
264
        - drop: NOTHING
265
        - action: RIGHT_CLICK
266
          tool: INK_SACK@15
267
          replacementblock: POTATO@2
268
          drop: DENY
269
          consumetool: 1
270
        - action: RIGHT_CLICK
271
          tool: INK_SACK@15
272
          replacementblock: POTATO@3
273
          delay: 4
274
        - action: RIGHT_CLICK
275
          tool: INK_SACK@15
276
          replacementblock: POTATO@4
277
          delay: 8
278
        - action: RIGHT_CLICK
279
          tool: INK_SACK@15
280
          replacementblock: POTATO@5
281
          delay: 12
282
        - action: RIGHT_CLICK
283
          tool: INK_SACK@15
284
          replacementblock: POTATO@6
285
          delay: 16
286
        - action: RIGHT_CLICK
287
          tool: INK_SACK@15
288
          replacementblock: POTATO@7
289
          delay: 20
290
    POTATO@2:
291
        - drop: NOTHING
292
        - action: RIGHT_CLICK
293
          tool: INK_SACK@15
294
          replacementblock: POTATO@3
295
          drop: DENY
296
          consumetool: 1
297
        - action: RIGHT_CLICK
298
          tool: INK_SACK@15
299
          replacementblock: POTATO@4
300
          delay: 4
301
        - action: RIGHT_CLICK
302
          tool: INK_SACK@15
303
          replacementblock: POTATO@5
304
          delay: 8
305
        - action: RIGHT_CLICK
306
          tool: INK_SACK@15
307
          replacementblock: POTATO@6
308
          delay: 12
309
        - action: RIGHT_CLICK
310
          tool: INK_SACK@15
311
          replacementblock: POTATO@7
312
          delay: 16
313
    POTATO@3:
314
        - drop: NOTHING
315
        - action: RIGHT_CLICK
316
          tool: INK_SACK@15
317
          replacementblock: POTATO@4
318
          drop: DENY
319
          consumetool: 1
320
        - action: RIGHT_CLICK
321
          tool: INK_SACK@15
322
          replacementblock: POTATO@5
323
          delay: 4
324
        - action: RIGHT_CLICK
325
          tool: INK_SACK@15
326
          replacementblock: POTATO@6
327
          delay: 8
328
        - action: RIGHT_CLICK
329
          tool: INK_SACK@15
330
          replacementblock: POTATO@7
331
          delay: 12
332
    POTATO@4:
333
        - drop: NOTHING
334
        - action: RIGHT_CLICK
335
          tool: INK_SACK@15
336
          replacementblock: POTATO@5
337
          drop: DENY
338
          consumetool: 1
339
        - action: RIGHT_CLICK
340
          tool: INK_SACK@15
341
          replacementblock: POTATO@6
342
          delay: 4
343
        - action: RIGHT_CLICK
344
          tool: INK_SACK@15
345
          replacementblock: POTATO@7
346
          delay: 8
347
    POTATO@5:
348
        - drop: NOTHING
349
        - action: RIGHT_CLICK
350
          tool: INK_SACK@15
351
          replacementblock: POTATO@6
352
          drop: DENY
353
          consumetool: 1
354
        - action: RIGHT_CLICK
355
          tool: INK_SACK@15
356
          replacementblock: POTATO@7
357
          delay: 4
358
    POTATO@6:
359
        - action: RIGHT_CLICK
360
          tool: INK_SACK@15
361
          replacementblock: POTATO@7
362
          drop: DENY
363
          consumetool: 1
364
#---------------------------BONE MEAL TO PUMPKIN STEM GROWTH-------------------------------
365
    PUMPKIN_STEM@0:
366
        - drop: NOTHING
367
        - action: RIGHT_CLICK
368
          tool: INK_SACK@15
369
          replacementblock: PUMPKIN_STEM@1
370
          drop: DENY
371
          consumetool: 1
372
        - action: RIGHT_CLICK
373
          tool: INK_SACK@15
374
          delay: 4
375
          replacementblock: PUMPKIN_STEM@2
376
        - action: RIGHT_CLICK
377
          tool: INK_SACK@15
378
          delay: 8
379
          replacementblock: PUMPKIN_STEM@3
380
        - action: RIGHT_CLICK
381
          tool: INK_SACK@15
382
          delay: 12
383
          replacementblock: PUMPKIN_STEM@4
384
        - action: RIGHT_CLICK
385
          tool: INK_SACK@15
386
          delay: 16
387
          replacementblock: PUMPKIN_STEM@5
388
        - action: RIGHT_CLICK
389
          tool: INK_SACK@15
390
          delay: 20
391
          replacementblock: PUMPKIN_STEM@6
392
        - action: RIGHT_CLICK
393
          tool: INK_SACK@15
394
          delay: 24
395
          replacementblock: PUMPKIN_STEM@7
396
    PUMPKIN_STEM@1:
397
        - drop: NOTHING
398
        - action: RIGHT_CLICK
399
          tool: INK_SACK@15
400
          replacementblock: PUMPKIN_STEM@2
401
          drop: DENY
402
          consumetool: 1
403
        - action: RIGHT_CLICK
404
          tool: INK_SACK@15
405
          delay: 4
406
          replacementblock: PUMPKIN_STEM@3
407
        - action: RIGHT_CLICK
408
          tool: INK_SACK@15
409
          delay: 8
410
          replacementblock: PUMPKIN_STEM@4
411
        - action: RIGHT_CLICK
412
          tool: INK_SACK@15
413
          delay: 12
414
          replacementblock: PUMPKIN_STEM@5
415
        - action: RIGHT_CLICK
416
          tool: INK_SACK@15
417
          delay: 16
418
          replacementblock: PUMPKIN_STEM@6
419
        - action: RIGHT_CLICK
420
          tool: INK_SACK@15
421
          delay: 20
422
          replacementblock: PUMPKIN_STEM@7
423
    PUMPKIN_STEM@2:
424
        - drop: NOTHING
425
        - action: RIGHT_CLICK
426
          tool: INK_SACK@15
427
          replacementblock: PUMPKIN_STEM@3
428
          drop: DENY
429
          consumetool: 1
430
        - action: RIGHT_CLICK
431
          tool: INK_SACK@15
432
          delay: 4
433
          replacementblock: PUMPKIN_STEM@4
434
        - action: RIGHT_CLICK
435
          tool: INK_SACK@15
436
          delay: 8
437
          replacementblock: PUMPKIN_STEM@5
438
        - action: RIGHT_CLICK
439
          tool: INK_SACK@15
440
          delay: 12
441
          replacementblock: PUMPKIN_STEM@6
442
        - action: RIGHT_CLICK
443
          tool: INK_SACK@15
444
          delay: 16
445
          replacementblock: PUMPKIN_STEM@7
446
    PUMPKIN_STEM@3:
447
        - drop: NOTHING
448
        - action: RIGHT_CLICK
449
          tool: INK_SACK@15
450
          replacementblock: PUMPKIN_STEM@4
451
          drop: DENY
452
          consumetool: 1
453
        - action: RIGHT_CLICK
454
          tool: INK_SACK@15
455
          delay: 4
456
          replacementblock: PUMPKIN_STEM@5
457
        - action: RIGHT_CLICK
458
          tool: INK_SACK@15
459
          delay: 8
460
          replacementblock: PUMPKIN_STEM@6
461
        - action: RIGHT_CLICK
462
          tool: INK_SACK@15
463
          delay: 12
464
          replacementblock: PUMPKIN_STEM@7
465
    PUMPKIN_STEM@4:
466
        - drop: NOTHING
467
        - action: RIGHT_CLICK
468
          tool: INK_SACK@15
469
          replacementblock: PUMPKIN_STEM@5
470
          drop: DENY
471
          consumetool: 1
472
        - action: RIGHT_CLICK
473
          tool: INK_SACK@15
474
          delay: 4
475
          replacementblock: PUMPKIN_STEM@6
476
        - action: RIGHT_CLICK
477
          tool: INK_SACK@15
478
          delay: 8
479
          replacementblock: PUMPKIN_STEM@7
480
    PUMPKIN_STEM@5:
481
        - drop: NOTHING
482
        - action: RIGHT_CLICK
483
          tool: INK_SACK@15
484
          replacementblock: PUMPKIN_STEM@6
485
          drop: DENY
486
          consumetool: 1
487
        - action: RIGHT_CLICK
488
          tool: INK_SACK@15
489
          delay: 4
490
          replacementblock: PUMPKIN_STEM@7
491
    PUMPKIN_STEM@6:
492
        - action: RIGHT_CLICK
493
          tool: INK_SACK@15
494
          replacementblock: PUMPKIN_STEM@7
495
          drop: DENY
496
          consumetool: 1
497
#---------------------------BONE MEAL TO MELON STEM GROWTH-------------------------------
498
    MELON_STEM@0:
499
        - drop: NOTHING
500
        - action: RIGHT_CLICK
501
          tool: INK_SACK@15
502
          replacementblock: MELON_STEM@1
503
          drop: DENY
504
          consumetool: 1
505
        - action: RIGHT_CLICK
506
          tool: INK_SACK@15
507
          delay: 4
508
          replacementblock: MELON_STEM@2
509
        - action: RIGHT_CLICK
510
          tool: INK_SACK@15
511
          delay: 8
512
          replacementblock: MELON_STEM@3
513
        - action: RIGHT_CLICK
514
          tool: INK_SACK@15
515
          delay: 12
516
          replacementblock: MELON_STEM@4
517
        - action: RIGHT_CLICK
518
          tool: INK_SACK@15
519
          delay: 16
520
          replacementblock: MELON_STEM@5
521
        - action: RIGHT_CLICK
522
          tool: INK_SACK@15
523
          delay: 20
524
          replacementblock: MELON_STEM@6
525
        - action: RIGHT_CLICK
526
          tool: INK_SACK@15
527
          delay: 24
528
          replacementblock: MELON_STEM@7
529
    MELON_STEM@1:
530
        - drop: NOTHING
531
        - action: RIGHT_CLICK
532
          tool: INK_SACK@15
533
          replacementblock: MELON_STEM@2
534
          drop: DENY
535
          consumetool: 1
536
        - action: RIGHT_CLICK
537
          tool: INK_SACK@15
538
          delay: 4
539
          replacementblock: MELON_STEM@3
540
        - action: RIGHT_CLICK
541
          tool: INK_SACK@15
542
          delay: 8
543
          replacementblock: MELON_STEM@4
544
        - action: RIGHT_CLICK
545
          tool: INK_SACK@15
546
          delay: 12
547
          replacementblock: MELON_STEM@5
548
        - action: RIGHT_CLICK
549
          tool: INK_SACK@15
550
          delay: 16
551
          replacementblock: MELON_STEM@6
552
        - action: RIGHT_CLICK
553
          tool: INK_SACK@15
554
          delay: 20
555
          replacementblock: MELON_STEM@7
556
    MELON_STEM@2:
557
        - drop: NOTHING
558
        - action: RIGHT_CLICK
559
          tool: INK_SACK@15
560
          replacementblock: MELON_STEM@3
561
          drop: DENY
562
          consumetool: 1
563
        - action: RIGHT_CLICK
564
          tool: INK_SACK@15
565
          delay: 4
566
          replacementblock: MELON_STEM@4
567
        - action: RIGHT_CLICK
568
          tool: INK_SACK@15
569
          delay: 8
570
          replacementblock: MELON_STEM@5
571
        - action: RIGHT_CLICK
572
          tool: INK_SACK@15
573
          delay: 12
574
          replacementblock: MELON_STEM@6
575
        - action: RIGHT_CLICK
576
          tool: INK_SACK@15
577
          delay: 16
578
          replacementblock: MELON_STEM@7
579
    MELON_STEM@3:
580
        - drop: NOTHING
581
        - action: RIGHT_CLICK
582
          tool: INK_SACK@15
583
          replacementblock: MELON_STEM@4
584
          drop: DENY
585
          consumetool: 1
586
        - action: RIGHT_CLICK
587
          tool: INK_SACK@15
588
          delay: 4
589
          replacementblock: MELON_STEM@5
590
        - action: RIGHT_CLICK
591
          tool: INK_SACK@15
592
          delay: 8
593
          replacementblock: MELON_STEM@6
594
        - action: RIGHT_CLICK
595
          tool: INK_SACK@15
596
          delay: 12
597
          replacementblock: MELON_STEM@7
598
    MELON_STEM@4:
599
        - drop: NOTHING
600
        - action: RIGHT_CLICK
601
          tool: INK_SACK@15
602
          replacementblock: MELON_STEM@5
603
          drop: DENY
604
          consumetool: 1
605
        - action: RIGHT_CLICK
606
          tool: INK_SACK@15
607
          delay: 4
608
          replacementblock: MELON_STEM@6
609
        - action: RIGHT_CLICK
610
          tool: INK_SACK@15
611
          delay: 8
612
          replacementblock: MELON_STEM@47
613
    MELON_STEM@5:
614
        - drop: NOTHING
615
        - action: RIGHT_CLICK
616
          tool: INK_SACK@15
617
          replacementblock: MELON_STEM@6
618
          drop: DENY
619
          consumetool: 1
620
        - action: RIGHT_CLICK
621
          tool: INK_SACK@15
622
          delay: 4
623
          replacementblock: MELON_STEM@7
624
    MELON_STEM@6:
625
        - action: RIGHT_CLICK
626
          tool: INK_SACK@15
627
          replacementblock: MELON_STEM@7
628
          drop: DENY
629
          consumetool: 1
630
#---------------------------BONE MEAL TO COCOA GROWTH-------------------------------
631
# FACING 1
632
    127@0:
633
        - drop: NOTHING
634
        - action: RIGHT_CLICK
635
          tool: INK_SACK@15
636
          drop: DENY
637
          consumetool: 1
638
          #Grow
639
        - action: RIGHT_CLICK
640
          tool: INK_SACK@15
641
          replacementblock: 127@4
642
          drop: DENY
643
          delay: 5
644
        - action: RIGHT_CLICK
645
          tool: INK_SACK@15
646
          replacementblock: 127@8
647
          delay: 10
648
    127@4:
649
        - drop: NOTHING
650
        - action: RIGHT_CLICK
651
          tool: INK_SACK@15
652
          drop: DENY
653
          consumetool: 1
654
          #Grow
655
        - action: RIGHT_CLICK
656
          tool: INK_SACK@15
657
          replacementblock: 127@8
658
          drop: DENY
659
          delay: 5
660
# FACING 2
661
    127@1:
662
        - drop: NOTHING
663
        - action: RIGHT_CLICK
664
          tool: INK_SACK@15
665
          drop: DENY
666
          consumetool: 1
667
          #Grow
668
        - action: RIGHT_CLICK
669
          tool: INK_SACK@15
670
          replacementblock: 127@5
671
          drop: DENY
672
          delay: 5
673
        - action: RIGHT_CLICK
674
          tool: INK_SACK@15
675
          replacementblock: 127@9
676
          delay: 10
677
    127@5:
678
        - drop: NOTHING
679
        - action: RIGHT_CLICK
680
          tool: INK_SACK@15
681
          drop: DENY
682
          consumetool: 1
683
          #Grow
684
        - action: RIGHT_CLICK
685
          tool: INK_SACK@15
686
          replacementblock: 127@9
687
          drop: DENY
688
          delay: 5
689
# FACING 3
690
    127@2:
691
        - drop: NOTHING
692
        - action: RIGHT_CLICK
693
          tool: INK_SACK@15
694
          drop: DENY
695
          consumetool: 1
696
          #Grow
697
        - action: RIGHT_CLICK
698
          tool: INK_SACK@15
699
          replacementblock: 127@6
700
          drop: DENY
701
          delay: 5
702
        - action: RIGHT_CLICK
703
          tool: INK_SACK@15
704
          replacementblock: 127@10
705
          delay: 10
706
    127@6:
707
        - drop: NOTHING
708
        - action: RIGHT_CLICK
709
          tool: INK_SACK@15
710
          drop: DENY
711
          consumetool: 1
712
          #Grow
713
        - action: RIGHT_CLICK
714
          tool: INK_SACK@15
715
          replacementblock: 127@10
716
          drop: DENY
717
          delay: 5
718
# FACING 4
719
    127@3:
720
        - drop: NOTHING
721
        - action: RIGHT_CLICK
722
          tool: INK_SACK@15
723
          drop: DENY
724
          consumetool: 1
725
          #Grow
726
        - action: RIGHT_CLICK
727
          tool: INK_SACK@15
728
          replacementblock: 127@7
729
          drop: DENY
730
          delay: 5
731
        - action: RIGHT_CLICK
732
          tool: INK_SACK@15
733
          replacementblock: 127@11
734
          delay: 10
735
    127@7:
736
        - drop: NOTHING
737
        - action: RIGHT_CLICK
738
          tool: INK_SACK@15
739
          drop: DENY
740
          consumetool: 1
741
          #Grow
742
        - action: RIGHT_CLICK
743
          tool: INK_SACK@15
744
          replacementblock: 127@11
745
          drop: DENY
746
          delay: 5
747
#Prevent using bonemeal on fully grown cocoa
748
    127@8:
749
        - action: RIGHT_CLICK
750
          tool: INK_SACK@15
751
          drop: DENY
752
    127@9:
753
        - action: RIGHT_CLICK
754
          tool: INK_SACK@15
755
          drop: DENY
756
    127@10:
757
        - action: RIGHT_CLICK
758
          tool: INK_SACK@15
759
          drop: DENY
760
    127@11:
761
        - action: RIGHT_CLICK
762
          tool: INK_SACK@15
763
          drop: DENY