mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
sorters default to bedrock sorting now too
This commit is contained in:
parent
c4e973dc03
commit
6d920ce91d
@ -44,7 +44,9 @@ public class ModulePatternMatcher {
|
||||
if(iterateAndCheck(names, i ,"nugget")) return;
|
||||
if(iterateAndCheck(names, i ,"plate")) return;
|
||||
|
||||
if(stack.getHasSubtypes()) {
|
||||
if(stack.getItem() instanceof ItemBedrockOreNew) {
|
||||
modes[i] = MODE_BEDROCK;
|
||||
} else if(stack.getHasSubtypes()) {
|
||||
modes[i] = MODE_EXACT;
|
||||
} else {
|
||||
modes[i] = MODE_WILDCARD;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user