Skip to content

Croco Version 1.2.12

Choose a tag to compare

@ImSkuller ImSkuller released this 29 Jun 14:04
· 8 commits to main since this release
a41f415

Croco v1.2.12 - Whats New?

New Templates

  • Minecraft Fabric — Gradle + Loom, Java 21, fabric.mod.json, mixin config
  • Minecraft Paper — Maven, PaperMC repo, plugin.yml
  • Minecraft Forge — ForgeGradle 6, mods.toml, pack.mcmeta
  • Minecraft Spigot — Maven, SpigotMC repo, plugin.yml
  • Discord (Python) — discord.py v2, slash commands, .env.example
  • Discord (JavaScript) — discord.js v14, slash command deployment script, .env.example

Project Create UI

Redesigned as a clean two-column layout: fields on the left, template picker with category
filter pills and card grid on the right. Much less cluttered.

Themes

  • New: Glassy Croco — iOS liquid glass meets frosted glass. Deep navy gradient body,
    semi-transparent sidebar floating as a pill with backdrop blur. Completely changes
    the feel of the app.
  • Reworked: Monkey D. Croco — Now a proper One Piece theme. Signature gold (#ffd700)
    and red (#e81234) throughout.
  • Removed: Bloody Croco and Pasta Attack.

SQLite Storage (opt-in)

Croco can now store all data in a single bundled SQLite database instead of individual
JSON files. Faster reads, atomic writes, no scattered files.

Go to Settings → Storage to see your current backend and migrate with one click.
Your JSON files are kept as a backup after migration.