File tree Expand file tree Collapse file tree
src/main/java/net/infugogr/barracuda/block/entity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Done to increase the memory available to gradle.
2- org.gradle.jvmargs =-Xmx4G
2+ org.gradle.jvmargs =-Xmx1G
33org.gradle.parallel =true
44
55# Fabric Properties
66# check these on https://fabricmc.net/develop
77minecraft_version =1.20.4
88yarn_mappings =1.20.4+build.3
9- loader_version =0.15.11
9+ loader_version =0.18.1
10+ loom_version =1.13-SNAPSHOT
1011
1112# Mod Properties
1213mod_version =1.0.2
1314maven_group =net.infugogr
1415archives_base_name =barracuda
1516
1617# Dependencies
17- fabric_version =0.97.2 +1.20.4
18+ fabric_version =0.97.3 +1.20.4
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class CentrifugeBlockEntity extends UpdatableBlockEntity implements Synca
5050 public static final Text TITLE = Barracuda .containerTitle ("centrifuge" );
5151 private final WrappedEnergyStorage energyStorage = new WrappedEnergyStorage ();
5252 private final WrappedInventoryStorage <SimpleInventory > inventoryStorage = new WrappedInventoryStorage <>();
53- private AnimatableInstanceCache cache = new SingletonAnimatableInstanceCache (this );
53+ private final AnimatableInstanceCache cache = new SingletonAnimatableInstanceCache (this );
5454 protected final PropertyDelegate propertyDelegate ;
5555 private int progress = 0 ;
5656 private int maxProgress = 0 ;
You can’t perform that action at this time.
0 commit comments