Skip to content

Commit

Permalink
0.80.04-tfr
Browse files Browse the repository at this point in the history
  • Loading branch information
yuesha-yc committed Aug 26, 2020
1 parent 3469ec4 commit ec8cba0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.prop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
minecraft_version=1.7.10
forge_version=10.13.4.1614-1.7.10
mod_version=0.80.03-TFR
mod_version=0.80.04-TFR
mod_id=TerraFirmaCraft
group_name=com.bioxx.tfc
Empty file modified gradlew
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions src/Common/com/bioxx/tfc/Handlers/ChunkEventHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public void onUnloadWorld(WorldEvent.Unload event)
{
TFC_Climate.removeCacheManager(event.world);
TFC_Core.removeCDM(event.world);
if(event.world.provider.dimensionId == 0) AnvilManager.getInstance().clearRecipes();
}

@SubscribeEvent
Expand Down
2 changes: 1 addition & 1 deletion src/Common/com/bioxx/tfc/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Reference

public static final int VERSION_MAJOR = 0;
public static final int VERSION_MINOR = 80;
public static final int VERSION_REVISION = 3;
public static final int VERSION_REVISION = 4;

public static final String MOD_VERSION = VERSION_MAJOR+"."+VERSION_MINOR+"."+VERSION_REVISION;

Expand Down
2 changes: 1 addition & 1 deletion src/Resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"modListVersion": 2,
"modList": [{
"modid": "terrafirmacraft",
"name": "TerraFirmaCraft_TNFC",
"name": "TerraFirmaCraft_TFR",
"description": "Survival Mode as it should have been.",
"version": "${mod_version}",
"mcversion": "${minecraft_version}",
Expand Down

0 comments on commit ec8cba0

Please sign in to comment.