{"id":27879482,"url":"https://github.com/mcmonkeyprojects/denizenmodels","last_synced_at":"2026-01-23T07:04:59.201Z","repository":{"id":37959068,"uuid":"497597563","full_name":"mcmonkeyprojects/DenizenModels","owner":"mcmonkeyprojects","description":"From BlockBench to minecraft, animated!","archived":false,"fork":false,"pushed_at":"2023-09-27T01:58:02.000Z","size":130,"stargazers_count":8,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T03:32:51.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"DenizenScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcmonkeyprojects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"mcmonkey4eva"}},"created_at":"2022-05-29T13:22:49.000Z","updated_at":"2024-12-11T07:22:08.000Z","dependencies_parsed_at":"2025-05-05T03:38:56.362Z","dependency_job_id":null,"html_url":"https://github.com/mcmonkeyprojects/DenizenModels","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mcmonkeyprojects/DenizenModels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcmonkeyprojects%2FDenizenModels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcmonkeyprojects%2FDenizenModels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcmonkeyprojects%2FDenizenModels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcmonkeyprojects%2FDenizenModels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcmonkeyprojects","download_url":"https://codeload.github.com/mcmonkeyprojects/DenizenModels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcmonkeyprojects%2FDenizenModels/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-05T03:22:20.758Z","updated_at":"2026-01-23T07:04:59.188Z","avatar_url":"https://github.com/mcmonkeyprojects.png","language":"DenizenScript","funding_links":["https://github.com/sponsors/mcmonkey4eva"],"categories":[],"sub_categories":[],"readme":"Denizen Models\n--------------\n\n**Denizen Models**, aka **dModels**, is a tool that can take [BlockBench](https://www.blockbench.net/) \"generic\" models and render them in minecraft, including with full animations, by spawning sets of item display entities.\n\nAs the name implies, this relies on [Denizen](https://github.com/DenizenScript/Denizen).\n\nThere are three scripts:\n\n- `dmodels_main.dsc` is the 'main' file - it contains a detailed informational header with usage details, and a configuration section.\n    - Look through that file to learn how to use dModels.\n- `dmodels_loader.dsc` is the script that handles loading in `.bbmodel` files to Denizen and building the resource pack.\n- `dmodels_spawning.dsc` is the coremost API script that handles the spawning/deleting/positioning of models in-game.\n- `dmodels_animating.dsc` is the script that handles animation playback for models.\n- `dmodels_citizens.dsc` is the script that handles Citizens plugin integration.\n\n### Related Links\n\n- BlockBench: https://www.blockbench.net/\n- General Denizen scripting homepage: https://denizenscript.com/\n- DenizenModels resource page on the Denizen forum: https://forum.denizenscript.com/resources/denizen-models.103/\n\n### Script Usage\n\nDocumented in the header of the `dmodels_main.dsc` script.\n\n### Status\n\nInitial '2.0' release. Most things are expected to work as normal. Performance may currently be sub-optimal.\n\n### Licensing pre-note:\n\nThis is an open source project, provided entirely freely, for everyone to use and contribute to.\n\nIf you make any changes that could benefit the community as a whole, please contribute upstream.\n\n### The short of the license is:\n\nYou can do basically whatever you want, except you may not hold any developer liable for what you do with the software.\n\n### The long version of the license follows:\n\nThe MIT License (MIT)\n\nCopyright (c) 2022-2023 Alex \"mcmonkey\" Goodwin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmonkeyprojects%2Fdenizenmodels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcmonkeyprojects%2Fdenizenmodels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmonkeyprojects%2Fdenizenmodels/lists"}