Skip to content

Commit 2b103f5

Browse files
committed
Update mod version
1 parent 72c26ee commit 2b103f5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ loom_version=1.14-SNAPSHOT
1414
fabric_kotlin_version=1.13.8+kotlin.2.3.0
1515

1616
# Mod Properties
17-
mod_version=5.1.6-1.21.9+
17+
mod_version=5.1.7-1.21.9+
1818
maven_group=org.suny
1919
archives_base_name=foxfriend
2020

src/main/java/suike/suikefoxfriend/mixin/FoxEntityMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ private void onTick(CallbackInfo ci) {
274274
ChunkManager foxChunkManager = foxWorld.getChunkManager();
275275
//Check if the chunk the fox is in is already forced. If it's not, mark it as such and
276276
//add it to a list of chunks forced by the fox. Then, every tick, check if the fox left the chunk it
277-
//forced, and if it did, unforce that chunk and remove it from the list of fox forced chunks.
277+
//forced, and if it did, "unforce" that chunk and remove it from the list of fox forced chunks.
278278
if (this.foxForcedChunks == null) this.foxForcedChunks = new LinkedList<>(); //Fixes broken foxes crashing the game (woopsies :3)
279279
if (!isChunkForced(foxWorld, foxChunkPos)) {
280280
foxChunkManager.setChunkForced(foxChunkPos, true);

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "suikefoxfriend",
4-
"version": "5.1.6",
4+
"version": "5.1.7",
55
"name": "Fox Friend",
66
"description": "Mod originally by sui_ke, (painfully) updated to 1.21.11 and upgraded by Suny",
77
"authors": [

0 commit comments

Comments
 (0)