Some minor modifications (#11575)

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* Update ForceProjector.java
This commit is contained in:
MCxzfwq
2026-02-09 13:16:13 -05:00
committed by GitHub
parent b3c8a8ec4f
commit cfabcaa871
4 changed files with 16 additions and 3 deletions
+6
View File
@@ -736,6 +736,12 @@ public class Block extends UnlockableContent implements Senseable{
setBars();
offset = ((size + 1) % 2) * tilesize / 2f;
sizeOffset = -((size - 1) / 2);
if(consumeBuilder.size != 0){
for(var consume : consumeBuilder){
consume.apply(this);
}
}
}
public boolean consumesItem(Item item){