Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
ToCraft committed Nov 14, 2024
1 parent 4566b22 commit 313fb19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
21 changes: 4 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
SkinShifter 1.2
================

- Config option to configure OP Level for commands
- different command level to modify own skin

SkinShifter 1.1
================

- run different tasks asynchronous to fix stuck when running commands with bad internet connection
- change player chat name
- performance improvements
- merge caching to CraftedCore

SkinShifter 1.0
Crafted Terrain Generation
================

Initial Release!

*SkinShifter* lets you change your Player Skin in game!
(Don't worry- you won't change you're actual skin, it just renders differently.)
*Crafted Terrain Generation* (CTGen) allows you to generate entire Minecraft worlds with just one map image!
It's fully data-driven, so you can configure it entirely via data packs - no need for java code!
If you're a java coder, don't worry - CTGen also features a Java API, where you can configure everything of the mod!
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4G
# Base Versions
archives_base_name=ctgen
artifact_type=release
mod_version=0.28
mod_version=1.0
maven_group=dev.tocraft
main_class=dev.tocraft.ctgen.runtime.Main
# Loader Versions
Expand Down

0 comments on commit 313fb19

Please sign in to comment.