GeckoJS
Modby Westernat233
Use Geckolib to create animatable block/item/armor by KubeJS
Type
Mod
CurseForge Downloads
1,144,600
CurseForge ID
977922
Last Updated
Jun 12, 2026
Description
Gecko JS
Use GeckoLib to create animatable block/item/armor by KubeJSSimple Example
Startup script
StartupEvents.registry("block", event => { const rotating = RawAnimation.begin().thenLoop("rotating"); event.create("geckojs:example_block", "animatable") .box(1, 1, 1, 15, 15, 15, true) .animatableBlockEntity(blockEntity => { blockEntity.addController(state => state.setAndContinue(rotating)) }) .defaultGeoModel() })Model assets/geckojs/geo/block/example_block.geo.json
{ "format_version": "1.12.0", "minecraft:geometry": [ { "description": { "identifier": "geometry.example_block", "texture_width": 48, "texture_height": 48, "visible_bounds_width": 3, "visible_bounds_height": 2.5, "visible_bounds_offset": [0, 0.75, 0] }, "bones": [ { "name": "bone", "pivot": [0, 8, 0], "cubes": [ { "origin": [-7, 1, -7], "size": [14, 14, 14], "uv": { "north": {"uv": [0, 0], "uv_size": [14, 14]}, "east": {"uv": [0, 14], "uv_size": [14, 14]}, "south": {"uv": [14, 0], "uv_size": [14, 14]}, "west": {"uv": [14, 14], "uv_size": [14, 14]}, "up": {"uv": [0, 28], "uv_size": [14, 14]}, "down": {"uv": [28, 14], "uv_size": [14, -14]} } } ] } ] } ] }Animation assets/geckojs/animations/block/example_block.animations.json
{ "format_version": "1.8.0", "animations": { "rotating": { "loop": true, "animation_length": 3, "bones": { "bone": { "rotation": { "vector": ["Math.sin(query.anim_time*90)*180", "Math.cos(query.anim_time*90)*180", "Math.sin(query.anim_time*90)*180"] } } } } }, "geckolib_format_version": 2 }Texture assets/geckojs/textures/block/example_block.png
Screenshots
Similar Mods
SimpleLabels
Labels for the Deep Storage Unit, and more!
Mod
11,440,394
Shield API
Creating shields with custom models was never easier!
Mod
11,440,125
TACT - Tiny Alex's Caves Tweaks
Tiny Alex's Caves Tweaks to make the mod a bit better
Mod
11,438,657
Curious Armor Stands
Allows armor stands to display curios
Mod
11,417,619
Refined Cooking
A mod that allows Refined Storage and Cooking for Blockheads to work together!
Mod
11,413,933
Monster Plus
New mobs of each and every flavor to improve the exploration experience: biome-exclusive monsters, new challenges and mo...
Mod
11,393,239
Included in Modpacks
Society: Sunlit Valley
Society: Sunlit Cobblemon