Shinoow / AbyssalCraft-Integration

Integration module for AbyssalCraft
6 stars 6 forks source link

CraftTweaker integration: wildcard handling for Materializer recipes #35

Closed Shinoow closed 4 years ago

Shinoow commented 4 years ago

Description:

Currently, if you try to remove all recipes involving subtypes of a block (using the * wildcard in the CT script), the recipe won't get removed.

Example:

mods.abyssalcraft.Materializer.removeMaterialization(<minecraft:log:*>);

This should remove the Materialization recipes for all vanilla minecraft logs, but none of them are removed by that currently.

Could also be worthwhile to look into adding support for using the wildcard (and/or Ore Dictionary support) when adding recipes.


Affected versions ("latest" is NOT a version):