Content patcher progress

This commit is contained in:
Anuken
2025-10-21 11:38:02 -04:00
parent 8898cbe6e4
commit b78cd5bbd9
8 changed files with 122 additions and 46 deletions

View File

@@ -700,6 +700,12 @@ public class Block extends UnlockableContent implements Senseable{
}
}
@Override
public void afterPatch(){
barMap.clear();
setBars();
}
public boolean consumesItem(Item item){
return itemFilter[item.id];
}