added tags to turn phantom silk into clothes too
This commit is contained in:
@@ -249,6 +249,7 @@ ServerEvents.recipes(event => {
|
||||
registerSpeciesRecipes(event)
|
||||
registerTACZRecipes(event)
|
||||
registerTFCRecipes(event)
|
||||
registerTFCAmbientalRecipes(event)
|
||||
registerTFCBetterBFRecipes(event)
|
||||
registerTFCLunchBoxRecipes(event)
|
||||
registerTFCGroomingStationRecipes(event)
|
||||
|
||||
9
kubejs/server_scripts/tfcambiental/recipes.js
Normal file
9
kubejs/server_scripts/tfcambiental/recipes.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFCAmbientalRecipes(event) {
|
||||
event.replaceInput({ id: 'tfcambiental:crafting/silk_cowl' }, 'tfc:silk_cloth', '#tfg:lightweight_cloth')
|
||||
event.replaceInput({ id: 'tfcambiental:crafting/silk_shirt' }, 'tfc:silk_cloth', '#tfg:lightweight_cloth')
|
||||
event.replaceInput({ id: 'tfcambiental:crafting/silk_pants' }, 'tfc:silk_cloth', '#tfg:lightweight_cloth')
|
||||
event.replaceInput({ id: 'tfcambiental:crafting/silk_shoes' }, 'tfc:silk_cloth', '#tfg:lightweight_cloth')
|
||||
}
|
||||
@@ -19,4 +19,8 @@ const registerTFCAmbientalItemTags = (event) => {
|
||||
event.add('minecraft:trimmable_armor', 'tfcambiental:insulated_leather_tunic')
|
||||
event.add('minecraft:trimmable_armor', 'tfcambiental:insulated_leather_pants')
|
||||
event.add('minecraft:trimmable_armor', 'tfcambiental:insulated_leather_boots')
|
||||
|
||||
event.add('tfg:lightweight_cloth', 'tfc:silk_cloth')
|
||||
event.add('tfg:lightweight_cloth', 'tfg:phantom_silk')
|
||||
event.add('tfg:lightweight_cloth', 'tfg:polycaprolactam_fabric')
|
||||
}
|
||||
Reference in New Issue
Block a user