mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
fix stone strata resolving on Fabric
This commit is contained in:
parent
d0c4362ec9
commit
070429fa8c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class StoneStrataHandler {
|
|||
TagMap stoneStrataTagMap = tagMap.filtered(stoneStrataTags::contains, item -> true);
|
||||
Pattern tagMatcher = Pattern.compile(switch (AlmostUnifiedPlatform.INSTANCE.getPlatform()) {
|
||||
case FORGE -> "forge:ores/.+";
|
||||
case FABRIC -> "(c:ores/.+|c:.+_ore)";
|
||||
case FABRIC -> "(c:ores/.+|c:.+_ores)";
|
||||
});
|
||||
return new StoneStrataHandler(stoneStrataIds, tagMatcher, stoneStrataTagMap);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue