{"id":49912133,"url":"https://github.com/igentuman/multi-builder-tool","last_synced_at":"2026-05-16T13:13:31.302Z","repository":{"id":65887328,"uuid":"600908332","full_name":"igentuman/multi-builder-tool","owner":"igentuman","description":"Minecraft java mod to build structures with one click","archived":false,"fork":false,"pushed_at":"2026-05-06T02:39:25.000Z","size":909,"stargazers_count":6,"open_issues_count":8,"forks_count":3,"subscribers_count":1,"default_branch":"1.20","last_synced_at":"2026-05-06T04:36:38.160Z","etag":null,"topics":["java","minecraft","mod"],"latest_commit_sha":null,"homepage":"","language":"Java","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/igentuman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-12T23:54:17.000Z","updated_at":"2026-05-04T13:03:33.000Z","dependencies_parsed_at":"2025-08-01T01:14:31.566Z","dependency_job_id":"0b78e736-5003-49eb-b91f-9260cabfe69f","html_url":"https://github.com/igentuman/multi-builder-tool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/igentuman/multi-builder-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igentuman%2Fmulti-builder-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igentuman%2Fmulti-builder-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igentuman%2Fmulti-builder-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igentuman%2Fmulti-builder-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igentuman","download_url":"https://codeload.github.com/igentuman/multi-builder-tool/tar.gz/refs/heads/1.20","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igentuman%2Fmulti-builder-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33104061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["java","minecraft","mod"],"created_at":"2026-05-16T13:13:30.708Z","updated_at":"2026-05-16T13:13:31.296Z","avatar_url":"https://github.com/igentuman.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mbtool\n\nThis mod adding new tool to build multiblock structures with one click\n\n1. Select what you want to build\n2. Put needed items in Mbtool inventory and charge it\n3. Click and Build\n\n\n## KubeJs Support - server script\n```javascript\nMbtoolKJSEvents.InitMbtoolStructures(event =\u003e {\n    for(let i = 0; i \u003c event.structures.length; i++) {\n        console.log(event.structures[i].getId());\n        console.log(event.structures[i].getName());\n        console.log(event.structures[i].getStructureNbt());\n\n        event.structures[i].setStructureNbt(CompoundTag.fromJSON({})); // set structure nbt (you can use this to change the structure, but be careful!)\n        var nbt = event.structures[i].getStructureNbt(); // get structure nbt\n        nbt.palette[0].Name = 'minecraft:iron_block'; // change first block in palette to iron block\n        event.structures[i].setStructureNbt(nbt); // set structure nbt again\n        //if you wish to remove structure, then set some non existing block\n        nbt.palette[0].Name = 'minecraft:not_existing_block';\n        event.structures[i].setStructureNbt(nbt); // set structure nbt again\n    }\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figentuman%2Fmulti-builder-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figentuman%2Fmulti-builder-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figentuman%2Fmulti-builder-tool/lists"}