Version 5.4
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
ServerEvents.recipes(allthemods => {
|
||||
|
||||
function changeInput(item, replacement){
|
||||
allthemods.replaceInput(
|
||||
{ mod: 'pneumaticcraft' },
|
||||
item, replacement
|
||||
)}
|
||||
|
||||
allthemods.remove({mod: 'pneumaticcraft', output: 'pneumaticcraft:amadron_tablet'})
|
||||
allthemods.custom(
|
||||
{
|
||||
type: "pneumaticcraft:crafting_shaped_pressurizable",
|
||||
category: "misc",
|
||||
key: {
|
||||
C: {
|
||||
item: "pneumaticcraft:air_canister"
|
||||
},
|
||||
G: {
|
||||
item: "pneumaticcraft:gps_tool"
|
||||
},
|
||||
P: {
|
||||
tag: "c:plastics"
|
||||
}
|
||||
},
|
||||
pattern: [
|
||||
"PPP",
|
||||
"PGP",
|
||||
"PCP"
|
||||
],
|
||||
result: {
|
||||
count: 1,
|
||||
id: "pneumaticcraft:amadron_tablet"
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
//changeInput('#pneumaticcraft:plastic_sheets', '#c:plastics')
|
||||
changeInput('pneumaticcraft:plastic', '#c:plastics')
|
||||
})
|
||||
11
minecraft/kubejs/server_scripts/mods/Pneumaticcraft/tags.js
Normal file
11
minecraft/kubejs/server_scripts/mods/Pneumaticcraft/tags.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// 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.tags('item', allthemods => {
|
||||
//Plastic
|
||||
allthemods.add('c:plastics', 'pneumaticcraft:plastic')
|
||||
|
||||
})
|
||||
|
||||
// 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.
|
||||
Reference in New Issue
Block a user