{"id":19530042,"url":"https://github.com/volmitsoftware/blockentities","last_synced_at":"2025-02-26T02:43:33.190Z","repository":{"id":153628839,"uuid":"630116917","full_name":"VolmitSoftware/BlockEntities","owner":"VolmitSoftware","description":"Custom blocks using Block Entities","archived":false,"fork":false,"pushed_at":"2023-04-19T18:01:45.000Z","size":1988,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-08T16:27:04.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VolmitSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-04-19T17:47:58.000Z","updated_at":"2023-04-19T20:04:52.000Z","dependencies_parsed_at":"2023-05-28T16:15:31.345Z","dependency_job_id":null,"html_url":"https://github.com/VolmitSoftware/BlockEntities","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VolmitSoftware%2FBlockEntities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VolmitSoftware%2FBlockEntities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VolmitSoftware%2FBlockEntities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VolmitSoftware%2FBlockEntities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VolmitSoftware","download_url":"https://codeload.github.com/VolmitSoftware/BlockEntities/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240783109,"owners_count":19856776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-11T01:28:45.185Z","updated_at":"2025-02-26T02:43:33.146Z","avatar_url":"https://github.com/VolmitSoftware.png","language":"Java","readme":"# Display Entities\n\n## Overview\n\nAn example for custom blocks using Display ENtities\n\n### Description\n\nThsi is a demo from another user, here: https://github.com/dannegm/BlockEntities and their implimentation so go give them some love, i could not form it for some reason so i redid it in gradle and followed their structure :)\n\nThe master branch is for the latest version of minecraft.\n\n\n# [Support](https://discord.gg/volmit)\n\n# Building\n\nBuilding BlockEntities is not as Straightforward\nas [Iris](https://www.spigotmc.org/resources/iris-world-gen-custom-biome-colors.84586/), though you will need to setup a\nfew things if your system has never been used for java development.\n\n\u003cdetails\u003e\n\n\u003csummary\u003e Build Steps \u003c/summary\u003e\n\n### So this is fairly similar to Iris, but a bit modified.\n\n### IDE Builds (for development \u0026 Compilation)\n\nYou NEED TO BE USING Intelij To build this project, or anything that can support the\nplugin [Manifold](https://plugins.jetbrains.com/plugin/10057-manifold)\n\n## Preface: if you need help compiling ask for support in the [discord](https://discord.gg/volmit), we give help regardless if you want to donate to us on spigot or compile it here :) we just want to be sure that you are able to use and enjoy the software regardless of circumstance.\n\n1. Install [Java JDK 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)\n2. Set the JDK installation path to `JAVA_HOME` as an environment variable.\n    * Windows\n        1. Start \u003e Type `env` and press Enter\n        2. Advanced \u003e Environment Variables\n        3. Under System Variables, click `New...`\n        4. Variable Name: `JAVA_HOME`\n        5. Variable Value: `C:\\Program Files\\Java\\jdk-17.0.1` (verify this exists after installing java don't just copy\n           the example text)\n    * MacOS\n        1. Run `/usr/libexec/java_home -V` and look for Java 17\n        2. Run `sudo nano ~/.zshenv`\n        3. Add `export JAVA_HOME=$(/usr/libexec/java_home)` as a new line\n        4. Use `CTRL + X`, then Press `Y`, Then `ENTER`\n        5. Quit \u0026 Reopen Terminal and verify with `echo $JAVA_HOME`. It should print a directory\n\n3. Setup Gradle\n\n\u003cdetails\u003e\n\u003csummary\u003e Gradle Setup \u003c/summary\u003e\n\n* Run `gradlew setup` any time you get dependency issues with craftbukkit\n* Configure ITJ Gradle to use JDK 17 (in settings, search for gradle)\n* Resync the project \u0026 run your newly created task (under the development folder in gradle tasks!)\n\n\u003c/details\u003e\n\n4. INSTALL [MANIFOLD](https://plugins.jetbrains.com/plugin/10057-manifold)\n5. If this is your first time building BlockEntities for MC 1.19+ run `gradlew setup` inside the root BlockEntities project folder.\n   Otherwise, skip this step. Grab a coffee, this may take up to 5 minutes depending on your cpu \u0026 internet connection.\n6. Once the project has setup, run `gradlew blockentities`\n7. The BlockEntities jar will be placed in `BlockEntities/build/BlockEntities-XXX-XXX.jar` Enjoy! Consider supporting us by buying it on spigot!\n\n\u003c/details\u003e\n\n\n## Credits\n\nHelping out in any way you can is appreciated, and you will be listed here for your contributions :)\n\u003cdetails\u003e\n\u003csummary\u003e Language \u003c/summary\u003e\n\n* [NextdoorPsycho](https://github.com/NextdoorPsycho): English Translation\n* [Nowhere (Armin231)](https://github.com/Armin231): German Translation\n\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e Code \u003c/summary\u003e\n\n* [Vatuu](https://github.com/Vatuu)\n* [Cyberpwn](https://github.com/cyberpwnn)\n* [NextdoorPsycho](https://github.com/NextdoorPsycho)\n\n\u003c/details\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolmitsoftware%2Fblockentities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolmitsoftware%2Fblockentities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolmitsoftware%2Fblockentities/lists"}