55 lines
1.6 KiB
JavaScript
55 lines
1.6 KiB
JavaScript
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
|
|
|
ServerEvents.recipes(allthemods => {
|
|
|
|
//Patric Star - Create
|
|
allthemods.custom({
|
|
"type": "create:mechanical_crafting",
|
|
"accept_mirrored": false,
|
|
"category": "misc",
|
|
"key": {
|
|
"A": {
|
|
"item": "minecraft:magenta_concrete"
|
|
},
|
|
"B": {
|
|
"item": "minecraft:pink_concrete"
|
|
},
|
|
"C": {
|
|
"item": "minecraft:pink_concrete_powder"
|
|
},
|
|
"D": {
|
|
"item": "minecraft:green_concrete"
|
|
},
|
|
"E": {
|
|
"item": "minecraft:green_concrete_powder"
|
|
},
|
|
"F": {
|
|
"item": "minecraft:lime_concrete"
|
|
},
|
|
"G": {
|
|
"item": "minecraft:magenta_concrete_powder"
|
|
}
|
|
},
|
|
"pattern": [
|
|
" B ",
|
|
" BCA ",
|
|
"BBBGCABBB",
|
|
"ACGCGGGCA",
|
|
" AAGGGBA ",
|
|
" EDDDE ",
|
|
" EFEDEFE ",
|
|
"BEDD DDEB",
|
|
"AAA AAA"
|
|
],
|
|
"result": {
|
|
"count": 1,
|
|
"id": "allthetweaks:patrick_star"
|
|
},
|
|
"show_notification": false
|
|
}).id("allthetweaks:allthetweaks/patrick_star")
|
|
|
|
})
|
|
|
|
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|