|
recipes.remove(<tconstruct:slime_boots>); |
|
recipes.addShaped("Slime Boots Green", |
|
<tconstruct:slime_boots>, |
|
[[null, null, null], |
|
[<ore:slimeballGreen>, <minecraft:wool:*>, <ore:slimeballGreen>], |
|
[<tconstruct:slime_congealed>, <minecraft:leather_boots>.anyDamage(), <tconstruct:slime_congealed>]]); |
|
|
|
recipes.remove(<tconstruct:slime_boots:1>); |
|
recipes.addShaped("Slime Boots Blue", |
|
<tconstruct:slime_boots:1>, |
|
[[null, null, null], |
|
[<ore:slimeballBlue>, <minecraft:wool:*>, <ore:slimeballBlue>], |
|
[<tconstruct:slime_congealed:1>, <minecraft:leather_boots>.anyDamage(), <tconstruct:slime_congealed:1>]]); |
|
|
|
recipes.remove(<tconstruct:slime_boots:2>); |
|
recipes.addShaped("Slime Boots Purple", |
|
<tconstruct:slime_boots:2>, |
|
[[null, null, null], |
|
[<ore:slimeballPurple>, <minecraft:wool:*>, <ore:slimeballPurple>], |
|
[<tconstruct:slime_congealed:2>, <minecraft:leather_boots>.anyDamage(), <tconstruct:slime_congealed:2>]]); |
|
|
|
recipes.remove(<tconstruct:slime_boots:3>); |
|
recipes.addShaped("Slime Boots Red", |
|
<tconstruct:slime_boots:3>, |
|
[[null, null, null], |
|
[<ore:slimeballBlood>, <minecraft:wool:*>, <ore:slimeballBlood>], |
|
[<tconstruct:slime_congealed:3>, <minecraft:leather_boots>.anyDamage(), <tconstruct:slime_congealed:3>]]); |
|
|
|
recipes.remove(<tconstruct:slime_boots:4>); |
|
recipes.addShaped("Slime Boots Orange", |
|
<tconstruct:slime_boots:4>, |
|
[[null, null, null], |
|
[<ore:slimeballMagma>, <minecraft:wool:*>, <ore:slimeballMagma>], |
|
[<tconstruct:slime_congealed:4>, <minecraft:leather_boots>.anyDamage(), <tconstruct:slime_congealed:4>]]); |