Skip to content

Commit 2c557b0

Browse files
author
Hijedepytto
committed
oops... update fabric version
1 parent ac0b6ae commit 2c557b0

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

gradle.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Done to increase the memory available to gradle.
2-
org.gradle.jvmargs=-Xmx4G
2+
org.gradle.jvmargs=-Xmx1G
33
org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
77
minecraft_version=1.20.4
88
yarn_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
1213
mod_version=1.0.2
1314
maven_group=net.infugogr
1415
archives_base_name=barracuda
1516

1617
# Dependencies
17-
fabric_version=0.97.2+1.20.4
18+
fabric_version=0.97.3+1.20.4

src/main/java/net/infugogr/barracuda/block/entity/CentrifugeBlockEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)