init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
16
kubejs/server_scripts/mods/Shrink.js
Normal file
16
kubejs/server_scripts/mods/Shrink.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/**
|
||||
* Custom recipe for the Shrinking Device
|
||||
*/
|
||||
ServerEvents.recipes(event => {
|
||||
event.shaped("shrink:shrinking_device", [
|
||||
"PFP",
|
||||
"ETS",
|
||||
"PPP"
|
||||
], {
|
||||
P: "gtceu:steel_plate",
|
||||
S: "gtceu:lv_sensor",
|
||||
E: "gtceu:lv_emitter",
|
||||
F: "gtceu:lv_field_generator",
|
||||
T: "gtceu:terminal"
|
||||
}).id("shrink:shrinking_device")
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue