Thermal Foundation shapeless recipe remove not working
Opened this issue ยท 3 comments
I tried to remove the shapeless crafting for Platinum Ingot but when i start the game the recipe is not removed.
Here is the code:
recipes.removeShapeless(<thermalfoundation:material:134>, [<thermalfoundation:ore:6>] [<thermalfoundation:material:1024>]);
Sorry it's my bad! I made a mistake in the Ingreditent[] syntax.
This is the correct:
recipes.removeShapeless(<thermalfoundation:material:134>, [<thermalfoundation:ore:6>, <thermalfoundation:material:1024>]);