parent
67e6bcdaa1
commit
74f9b99c19
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
// priority: 0
|
||||||
|
|
||||||
|
onEvent("recipes", event => { |
||||||
|
event.recipes.createMixing(Fluid.of("thermal:latex", 250), |
||||||
|
[ "4x minecraft:vine", Fluid.of("minecraft:water", 250) ]); |
||||||
|
event.recipes.createMixing(Fluid.of("thermal:latex", 250), |
||||||
|
[ "4x minecraft:dandelion", Fluid.of("minecraft:water", 250) ]); |
||||||
|
|
||||||
|
event.recipes.createCompacting("thermal:rubber", |
||||||
|
Fluid.of("thermal:latex", 250)).heated(); |
||||||
|
|
||||||
|
event.shaped("8x create:belt_connector", |
||||||
|
[ "RRR", "RRR" ], { R: "thermal:cured_rubber" }); |
||||||
|
}); |
Loading…
Reference in new issue