Enigmatica 2: Expert - E2E

Enigmatica 2: Expert - E2E

2M Downloads

Slime Boots (grey) can be created, bypassing modified recipe

mcpower opened this issue ยท 1 comments

commented

Modpack Version

1.86

Describe your issue.

Normally Slime Boots requires wool and leather boots:

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>]]);

but there is a recipe for Slime Boots in grey by combining slime colours, which isn't modified by E2E (and therefore results in an easier recipe).

image

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Singleplayer

Discord Username

No response

commented

We'll get that fixed, thanks ๐Ÿ˜Š