Create: Astral

Create: Astral

1M Downloads

[Bug]: Appleskin is excluded from the server pack, causing inconsistency with singleplayer experience

Proxxa opened this issue ยท 1 comments

commented

Bug Description

Appleskin is not included in the server pack. Without the mod installed on the server, the server does not send saturation and exhaustion information to the client, resulting in two issues:

  • Saturation does not correctly deteriorate and instead jumps to zero once the player runs out of saturation
  • The client cannot see exhaustion no matter what.

How to Reproduce?

  1. Host the latest version of the modpack using the server-side version of the modpack. Instructions for version 2.1.3 may be found here: https://www.curseforge.com/minecraft/modpacks/create-astral/files/6057368/additional-files
  2. Join the server using the appropriate client-side version of the modpack. Version 2.1.3 may be found here: https://www.curseforge.com/minecraft/modpacks/create-astral/files/6057368
  3. Eat a food item, e.g. steak.
  4. Sprint, jump, break blocks, etc. while closely watching the food meter.

Expected Behavior

One would expect the behavior to mirror singleplayer gameplay: the exhaustion meter fills up and the saturation meter decreases. Instead, on the current version of 2.1.3, the saturation and exhaustion meters display incorrectly. The saturation meter increases upon eating food, but it lowers immediately to zero once the player reaches zero saturation on clientside. Similarly, the exhaustion meter is not updated and never appears.

Version

2.1.3

Logs or additional context

While this is an extremely minor bug, it is a bug nonetheless. It seems this was not originally the case and is a change made in PR #254. I believe it to be a harmless, well-intended mistake.

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the modpack
  • I have verified that I have followed the required steps to set up the modpack
commented

Fixed in PR #524