Skip to content

Commit

Permalink
update 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ItziSpyder committed Jan 2, 2024
1 parent 0573cb3 commit 691fd27
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
35 changes: 19 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,27 @@ Happy coding and cpvping!
## Newest Changes
```yml
Scripts:
- while (N) (condition) (CCS... args)
- while_not (N) (condition) (CCS... args)
- if effect_duration (ID) (N)
- if effect_amplifier (ID) (N)
- gui_swap (ID)
- gui_drop (ID) (N)
- gui_quickmove (ID)
- gui_switch (ID)
- if module_disabled (module)
- on damage works on servers now

Tweaks:
- drop (N)
- added more key names such as [space, backspace, escape]

Patches:
- CCS dispatcher tree root

Remove:
- removed the script_history.log
- make input_active inventory work for containers as well
- overview mode toggle on enable -> redirect to overview screen

Add:
- script delete button in IDE
- IDE auto module declaration
- Credits screen
- shortcut to hud edit screen
- new option for each module to disable upon joining a world

Modules:
- time changer module
- totem pop scale module

Patch:
- Custom made module screen top element tooltips
- Settings screen shortcut element tooltips
```
![demo](https://cdn.modrinth.com/data/YDYPZdGj/images/9b07a5d8c628b349386210cf537050bf73e21964.png)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.22

# Mod Properties
mod_version=1.20-1.1.9
mod_version=1.20-1.2.0
maven_group=io.github.itzispyder
archives_base_name=ClickCrystals

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public interface Global {
Gson gson = new GsonBuilder().serializeNulls().setPrettyPrinting().create();


Version version = Version.ofString("1.1.9");
Version version = Version.ofString("1.2.0");
String prefix = "[ClickCrystals] ";
String starter = "§7[§bClick§3Crystals§7] §r";
String modId = "clickcrystals";
Expand Down

0 comments on commit 691fd27

Please sign in to comment.