Skip to content

Commit

Permalink
Merge pull request #630 from Tslat/master
Browse files Browse the repository at this point in the history
GeckoLib Plugin 4.0 Overhaul
  • Loading branch information
JannisX11 authored Oct 9, 2024
2 parents 013d42d + cdc4a2e commit a01bf00
Show file tree
Hide file tree
Showing 24 changed files with 2,766 additions and 3,278 deletions.
10 changes: 7 additions & 3 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,17 +394,21 @@
},
"animation_utils": {
"title": "GeckoLib Animation Utils",
"author": "Eliot Lash, Gecko, McHorse, AzureDoom, Tslat",
"author": "Eliot Lash, Tslat, Gecko, McHorse",
"icon": "icon.png",
"description": "Create animated blocks, items, entities, and armor using the GeckoLib library and plugin.",
"tags": [
"Minecraft: Java Edition"
],
"version": "3.2.1",
"version": "4.0",
"min_version": "4.11.0",
"await_loading": true,
"variant": "both",
"max_version": "5.0.0"
"max_version": "5.0.0",
"has_changelog": true,
"website": "https://github.com/bernie-g/geckolib/wiki",
"repository": "https://github.com/JannisX11/blockbench-plugins/tree/master/plugins/animation_utils",
"bug_tracker": "https://github.com/bernie-g/geckolib/issues"
},
"modded_entity_fabric": {
"title": "Fabric Modded Entity",
Expand Down
32 changes: 0 additions & 32 deletions plugins/animation_utils/CHANGELOG.md

This file was deleted.

3 changes: 2 additions & 1 deletion plugins/animation_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ npm run build
```
This will first run prebuild/pretest/test scripts, then build the plugin and automatically update the [plugins.json](../../plugins.json) manifest with your settings.

Then, update the [CHANGELOG](./CHANGELOG.md) to add patch notes for the new version.
Then, update the [changelog](./changelog.json) to add patch notes for the new version.
New version entries go at the bottom.

Double-check everything looks right, then commit and make a PR to [JannisX11/blockbench-plugins](https://github.com/JannisX11/blockbench-plugins) to release the plugin.

Expand Down
33 changes: 30 additions & 3 deletions plugins/animation_utils/about.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
GeckoLib is a powerful animation library for Minecraft Java Edition available for Forge and Fabric. Out of the box support for easings, math-based animations, resource pack overloading, and animation stacking. This plugin allows you to create animated assets for use in your GeckoLib mods.
<img src="https://i.imgur.com/fjDJ4jM.png" alt="GeckoLib"/>

See the [GeckoLib wiki](https://github.com/bernie-g/geckolib/wiki) for help using the plugin and library.
Blockbench plugin for the GeckoLib animation and rendering library mod for Minecraft: Java edition.
This plugin allows you to create and edit model and animation assets for GeckoLib-based mods, utilising Blockbench's live animation editor and other editing tools.

[Changelog (patch notes)](https://github.com/JannisX11/blockbench-plugins/blob/master/plugins/animation_utils/CHANGELOG.md)
Utilise native support for resourcepack-able controller-based animations, mathematical expressions, easings, and more to create armour, items, entities, blocks, and anything else you can think of!

Must be paired with a Mod for Minecraft: Java utilising the GeckoLib library.

<div style="text-align:center;"><h2>Links:</h2></div>
<div style="text-align:center; display:flex">
<div style="flex:1">
<a href="https://discord.gg/Bt3p6kA6TK">
<p style="font-size:1.25em; color:#AAAAAA">Discord</p>
</a>
</div>
<div style="flex:1">
<a href="https://github.com/bernie-g/geckolib/wiki">
<p style="font-size:1.25em; color:#AAAAAA">Wiki</p>
</a>
</div>
<div style="flex:1">
<a href="https://www.curseforge.com/minecraft/mc-mods/geckolib">
<p style="font-size:1.25em; color:#AAAAAA">CurseForge</p>
</a>
</div>
<div style="flex:1">
<a href="https://modrinth.com/mod/geckolib">
<p style="font-size:1.25em; color:#AAAAAA">Modrinth</p>
</a>
</div>
</div>
Loading

0 comments on commit a01bf00

Please sign in to comment.