Skip to content

Commit

Permalink
Fix server crash and set version 1.20.1-2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Sep 5, 2024
1 parent b57a467 commit 0374e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,18 @@ public ParticleType<WispParticleData> getType() {
return ModParticles.WISP.get();
}

@Environment(EnvType.CLIENT)
public float getRed() {
return this.red;
}

@Environment(EnvType.CLIENT)
public float getGreen() {
return this.green;
}

@Environment(EnvType.CLIENT)
public float getBlue() {
return this.blue;
}

@Environment(EnvType.CLIENT)
public float getScale() {
return this.scale;
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mod Attributes
mod_version = 2.1.1
mod_version = 2.1.2
mod_id = whisperwoods
maven_group = dev.itsmeow.whisperwoods

Expand All @@ -9,7 +9,7 @@
architectury_version = 9.2.14
fabric_loader_version = 0.15.10
fabric_api_version = 0.92.1+1.20.1
imdlib_version = 1.20.1-3eeca9fb6b161ac6e5c6fbd3e27033c6d0558692
imdlib_version = 1.20.1-7906886250f2b1fb71445bb04a44fcb53359e80c

# Fabric
mod_menu_version = 7.2.2
Expand Down

0 comments on commit 0374e31

Please sign in to comment.