mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 05:44:36 +01:00
Bump jar version to 1.0.2
This commit is contained in:
@@ -11,12 +11,13 @@
|
|||||||
- Basic game features: Logging in, team setup, inventory, basic scene/entity management
|
- Basic game features: Logging in, team setup, inventory, basic scene/entity management
|
||||||
- Monster battles working
|
- Monster battles working
|
||||||
- Natural world monster/prop/NPC spawns
|
- Natural world monster/prop/NPC spawns
|
||||||
- Most character techniques are handled
|
- Character techniques
|
||||||
|
- Crafting/Consumables working
|
||||||
- Npc shops handled
|
- Npc shops handled
|
||||||
- Gacha system
|
- Gacha system
|
||||||
- Mail system
|
- Mail system
|
||||||
- Friend system (Assists are not working yet)
|
- Friend system (Assists are not working yet)
|
||||||
- Forgotten hall (with 1.4.0 features)
|
- Forgotten hall
|
||||||
- Simulated universe (Runs can be finished, but many features are missing)
|
- Simulated universe (Runs can be finished, but many features are missing)
|
||||||
|
|
||||||
# Running the server and client
|
# Running the server and client
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ compileTestJava.options.encoding = "UTF-8"
|
|||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
targetCompatibility = JavaVersion.VERSION_17
|
targetCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
||||||
version = '1.0.1'
|
version = '1.0.2'
|
||||||
|
|
||||||
var shouldGenerateProto = System.getenv("GENERATE_PROTO") == "true"
|
var shouldGenerateProto = System.getenv("GENERATE_PROTO") == "true"
|
||||||
System.out.println(shouldGenerateProto ?
|
System.out.println(shouldGenerateProto ?
|
||||||
|
|||||||
Reference in New Issue
Block a user