@@ -5,4 +5,166 @@ function registerTFCTextileRecipes(event) {
55
66 event . shapeless ( 'tfc:large_raw_hide' , [ 'tfc_textile:crocodile_leather' , '#forge:tools/knives' ] )
77
8+ event . replaceInput ( { id : 'tfc_textile:clothing/crocodile/crocodile_hat' } , 'tfcambiental:burlap_cowl' , [ 'tfcambiental:burlap_cowl' , 'tfcambiental:silk_cowl' , 'tfc_textile:linen_hat' ] )
9+ event . replaceInput ( { id : 'tfc_textile:clothing/crocodile/crocodile_shirt' } , 'tfcambiental:burlap_shirt' , [ 'tfcambiental:burlap_shirt' , 'tfcambiental:silk_shirt' , 'tfc_textile:linen_shirt' ] )
10+ event . replaceInput ( { id : 'tfc_textile:clothing/crocodile/crocodile_pants' } , 'tfcambiental:burlap_pants' , [ 'tfcambiental:burlap_pants' , 'tfcambiental:silk_pants' , 'tfc_textile:linen_pants' ] )
11+ event . replaceInput ( { id : 'tfc_textile:clothing/crocodile/crocodile_boots' } , 'tfcambiental:burlap_shoes' , [ 'tfcambiental:burlap_shoes' , 'tfcambiental:silk_shoes' , 'tfc_textile:linen_socks' ] )
12+
13+ event . shaped ( 'tfc_textile:caribou_hat' , [
14+ 'ABA' ,
15+ 'ACA' ,
16+ ' D '
17+ ] , {
18+ A : '#forge:string' ,
19+ B : 'tfc_textile:caribou_fur' ,
20+ C : 'tfcambiental:wool_hat' ,
21+ D : 'tfcambiental:insulated_leather_hat'
22+ } ) . id ( 'tfc_textile:clothing/caribou/caribou_hat' )
23+
24+ event . shaped ( 'tfc_textile:caribou_shirt' , [
25+ 'ABA' ,
26+ 'ACA' ,
27+ 'ADA'
28+ ] , {
29+ A : '#forge:string' ,
30+ B : 'tfc_textile:caribou_fur' ,
31+ C : 'tfcambiental:wool_sweater' ,
32+ D : 'tfcambiental:insulated_leather_tunic'
33+ } ) . id ( 'tfc_textile:clothing/caribou/caribou_shirt' )
34+
35+ event . shaped ( 'tfc_textile:caribou_pants' , [
36+ 'ABA' ,
37+ 'ACA' ,
38+ 'ADA'
39+ ] , {
40+ A : '#forge:string' ,
41+ B : 'tfc_textile:caribou_fur' ,
42+ C : 'tfcambiental:wool_pants' ,
43+ D : 'tfcambiental:insulated_leather_pants'
44+ } ) . id ( 'tfc_textile:clothing/caribou/caribou_pants' )
45+
46+ event . shaped ( 'tfc_textile:caribou_boots' , [
47+ 'ABA' ,
48+ 'ACA' ,
49+ ' D '
50+ ] , {
51+ A : '#forge:string' ,
52+ B : 'tfc_textile:caribou_fur' ,
53+ C : 'tfcambiental:wool_boots' ,
54+ D : 'tfcambiental:insulated_leather_boots'
55+ } ) . id ( 'tfc_textile:clothing/caribou/caribou_boots' )
56+
57+ event . shaped ( 'tfc_textile:polar_bear_hat' , [
58+ 'ABA' ,
59+ 'ACA' ,
60+ ' D '
61+ ] , {
62+ A : '#forge:string' ,
63+ B : 'tfc_textile:polar_bear_fur' ,
64+ C : 'tfcambiental:wool_hat' ,
65+ D : 'tfcambiental:insulated_leather_hat'
66+ } ) . id ( 'tfc_textile:clothing/polar_bear/polar_bear_hat' )
67+
68+ event . shaped ( 'tfc_textile:polar_bear_shirt' , [
69+ 'ABA' ,
70+ 'ACA' ,
71+ 'ADA'
72+ ] , {
73+ A : '#forge:string' ,
74+ B : 'tfc_textile:polar_bear_fur' ,
75+ C : 'tfcambiental:wool_sweater' ,
76+ D : 'tfcambiental:insulated_leather_tunic'
77+ } ) . id ( 'tfc_textile:clothing/polar_bear/polar_bear_shirt' )
78+
79+ event . shaped ( 'tfc_textile:polar_bear_pants' , [
80+ 'ABA' ,
81+ 'ACA' ,
82+ 'ADA'
83+ ] , {
84+ A : '#forge:string' ,
85+ B : 'tfc_textile:polar_bear_fur' ,
86+ C : 'tfcambiental:wool_pants' ,
87+ D : 'tfcambiental:insulated_leather_pants'
88+ } ) . id ( 'tfc_textile:clothing/polar_bear/polar_bear_pants' )
89+
90+ event . shaped ( 'tfc_textile:polar_bear_boots' , [
91+ 'ABA' ,
92+ 'ACA' ,
93+ ' D '
94+ ] , {
95+ A : '#forge:string' ,
96+ B : 'tfc_textile:polar_bear_fur' ,
97+ C : 'tfcambiental:wool_boots' ,
98+ D : 'tfcambiental:insulated_leather_boots'
99+ } ) . id ( 'tfc_textile:clothing/polar_bear/polar_bear_boots' )
100+
101+ event . replaceInput ( { id : 'tfc_textile:clothing/direwolf/direwolf_hat' } , 'minecraft:leather_helmet' , 'tfcambiental:wool_hat' )
102+ event . replaceInput ( { id : 'tfc_textile:clothing/direwolf/direwolf_shirt' } , 'minecraft:leather_chestplate' , 'tfcambiental:wool_sweater' )
103+ event . replaceInput ( { id : 'tfc_textile:clothing/direwolf/direwolf_pants' } , 'minecraft:leather_leggings' , 'tfcambiental:wool_pants' )
104+ event . replaceInput ( { id : 'tfc_textile:clothing/direwolf/direwolf_boots' } , 'minecraft:leather_boots' , 'tfcambiental:wool_boots' )
105+
106+ event . replaceInput ( { id : 'tfc_textile:clothing/cougar/cougar_hat' } , 'minecraft:leather_helmet' , 'tfcambiental:insulated_leather_hat' )
107+ event . replaceInput ( { id : 'tfc_textile:clothing/cougar/cougar_shirt' } , 'minecraft:leather_chestplate' , 'tfcambiental:insulated_leather_tunic' )
108+ event . replaceInput ( { id : 'tfc_textile:clothing/cougar/cougar_pants' } , 'minecraft:leather_leggings' , 'tfcambiental:insulated_leather_pants' )
109+ event . replaceInput ( { id : 'tfc_textile:clothing/cougar/cougar_boots' } , 'minecraft:leather_boots' , 'tfcambiental:insulated_leather_boots' )
110+
111+ event . replaceInput ( { id : 'tfc_textile:clothing/tiger/tiger_hat' } , 'minecraft:leather_helmet' , 'tfcambiental:insulated_leather_hat' )
112+ event . replaceInput ( { id : 'tfc_textile:clothing/tiger/tiger_shirt' } , 'minecraft:leather_chestplate' , 'tfcambiental:insulated_leather_tunic' )
113+ event . replaceInput ( { id : 'tfc_textile:clothing/tiger/tiger_pants' } , 'minecraft:leather_leggings' , 'tfcambiental:insulated_leather_pants' )
114+ event . replaceInput ( { id : 'tfc_textile:clothing/tiger/tiger_boots' } , 'minecraft:leather_boots' , 'tfcambiental:insulated_leather_boots' )
115+
116+ event . replaceInput ( { id : 'tfc_textile:clothing/panther/panther_hat' } , 'minecraft:leather_helmet' , 'tfcambiental:insulated_leather_hat' )
117+ event . replaceInput ( { id : 'tfc_textile:clothing/panther/panther_shirt' } , 'minecraft:leather_chestplate' , 'tfcambiental:insulated_leather_tunic' )
118+ event . replaceInput ( { id : 'tfc_textile:clothing/panther/panther_pants' } , 'minecraft:leather_leggings' , 'tfcambiental:insulated_leather_pants' )
119+ event . replaceInput ( { id : 'tfc_textile:clothing/panther/panther_boots' } , 'minecraft:leather_boots' , 'tfcambiental:insulated_leather_boots' )
120+
121+ event . replaceInput ( { id : 'tfc_textile:clothing/sabertooth/sabertooth_hat' } , 'minecraft:leather_helmet' , 'tfcambiental:insulated_leather_hat' )
122+ event . replaceInput ( { id : 'tfc_textile:clothing/sabertooth/sabertooth_shirt' } , 'minecraft:leather_chestplate' , 'tfcambiental:insulated_leather_tunic' )
123+ event . replaceInput ( { id : 'tfc_textile:clothing/sabertooth/sabertooth_pants' } , 'minecraft:leather_leggings' , 'tfcambiental:insulated_leather_pants' )
124+ event . replaceInput ( { id : 'tfc_textile:clothing/sabertooth/sabertooth_boots' } , 'minecraft:leather_boots' , 'tfcambiental:insulated_leather_boots' )
125+
126+ event . replaceInput ( { id : 'tfc_textile:clothing/black_bear/black_bear_hat' } , 'minecraft:leather_helmet' , 'tfcambiental:insulated_leather_hat' )
127+ event . replaceInput ( { id : 'tfc_textile:clothing/black_bear/black_bear_shirt' } , 'minecraft:leather_chestplate' , 'tfcambiental:insulated_leather_tunic' )
128+ event . replaceInput ( { id : 'tfc_textile:clothing/black_bear/black_bear_pants' } , 'minecraft:leather_leggings' , 'tfcambiental:insulated_leather_pants' )
129+ event . replaceInput ( { id : 'tfc_textile:clothing/black_bear/black_bear_boots' } , 'minecraft:leather_boots' , 'tfcambiental:insulated_leather_boots' )
130+
131+ event . replaceInput ( { id : 'tfc_textile:clothing/grizzly_bear/grizzly_bear_hat' } , 'minecraft:leather_helmet' , 'tfcambiental:insulated_leather_hat' )
132+ event . replaceInput ( { id : 'tfc_textile:clothing/grizzly_bear/grizzly_bear_shirt' } , 'minecraft:leather_chestplate' , 'tfcambiental:insulated_leather_tunic' )
133+ event . replaceInput ( { id : 'tfc_textile:clothing/grizzly_bear/grizzly_bear_pants' } , 'minecraft:leather_leggings' , 'tfcambiental:insulated_leather_pants' )
134+ event . replaceInput ( { id : 'tfc_textile:clothing/grizzly_bear/grizzly_bear_boots' } , 'minecraft:leather_boots' , 'tfcambiental:insulated_leather_boots' )
135+
136+ event . replaceInput ( { id : 'tfc_textile:clothing/lion/lion_hat' } , 'minecraft:leather_helmet' , 'tfcambiental:insulated_leather_hat' )
137+ event . replaceInput ( { id : 'tfc_textile:clothing/lion/lion_shirt' } , 'minecraft:leather_chestplate' , 'tfcambiental:insulated_leather_tunic' )
138+ event . replaceInput ( { id : 'tfc_textile:clothing/lion/lion_pants' } , 'minecraft:leather_leggings' , 'tfcambiental:insulated_leather_pants' )
139+ event . replaceInput ( { id : 'tfc_textile:clothing/lion/lion_boots' } , 'minecraft:leather_boots' , 'tfcambiental:insulated_leather_boots' )
140+
141+ event . shaped ( 'tfc_textile:linen_hat' , [
142+ 'AAA' ,
143+ 'A A'
144+ ] , {
145+ A : 'tfg:linen_cloth'
146+ } ) . id ( 'tfg:shaped/linen_hat' )
147+
148+ event . shaped ( 'tfc_textile:linen_shirt' , [
149+ 'A A' ,
150+ 'AAA' ,
151+ 'AAA'
152+ ] , {
153+ A : 'tfg:linen_cloth'
154+ } ) . id ( 'tfg:shaped/linen_shirt' )
155+
156+ event . shaped ( 'tfc_textile:linen_pants' , [
157+ 'AAA' ,
158+ 'A A' ,
159+ 'A A'
160+ ] , {
161+ A : 'tfg:linen_cloth'
162+ } ) . id ( 'tfg:shaped/linen_pants' )
163+
164+ event . shaped ( 'tfc_textile:linen_socks' , [
165+ 'A A' ,
166+ 'A A'
167+ ] , {
168+ A : 'tfg:linen_cloth'
169+ } ) . id ( 'tfg:shaped/linen_socks' )
8170}
0 commit comments