Skip to content

Releases: CrafOps/EasyAPP

1.0.4-fix

Choose a tag to compare

@PPekKunGz PPekKunGz released this 03 Jul 21:32
v1.0.4-fix

release: v1.0.4-fix

1.0.3

Choose a tag to compare

@PPekKunGz PPekKunGz released this 22 Jun 04:43
Add Image→Item generator feature

Add an Image→Item generator for creating Minecraft item models, textures, language entries and helper code. Introduces a new main module src/main/image-to-item/image-to-item.ts (generateItemFiles) that writes model JSON, copies textures, generates en_us.json, code.txt, names.json and pOutput.txt and returns summary info. Wire up an IPC handler (generate-items) in src/main/index.ts that supports folder or multi-file input and streams log messages via 'item-log'. Expose generateItems and onItemLog in the preload (src/preload/index.ts). Add a new React page component (src/renderer/src/components/layouts/ImageToItemPage.tsx), integrate it into the app UI and BottomNav, and adjust App layout to accommodate scrolling. Also bump package version to 1.0.3 and simplify autoUpdater invocation.

1.0.2

Choose a tag to compare

@PPekKunGz PPekKunGz released this 06 Jun 21:51
v1.0.2

v1.0.2

1.0.1

Choose a tag to compare

@PPekKunGz PPekKunGz released this 05 Jun 23:26
update