{"id":15015187,"url":"https://github.com/quiqueck/worldweaver","last_synced_at":"2025-04-12T09:14:23.064Z","repository":{"id":213626779,"uuid":"659455690","full_name":"quiqueck/WorldWeaver","owner":"quiqueck","description":"Unleash your world-building potential with WorldWeaver, a Minecraft utility mod for Fabric, simplifying tasks and enhancing the possibilities of data-driven world generation.","archived":false,"fork":false,"pushed_at":"2024-08-31T15:56:59.000Z","size":7248,"stargazers_count":7,"open_issues_count":11,"forks_count":5,"subscribers_count":2,"default_branch":"1.21","last_synced_at":"2025-04-12T09:14:13.098Z","etag":null,"topics":["minecraft","minecraft-fabric","minecraft-fabric-mod","minecraft-library","minecraft-mod","minecraft-world-gen"],"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/quiqueck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-27T21:57:10.000Z","updated_at":"2025-01-19T20:23:59.000Z","dependencies_parsed_at":"2024-08-15T08:32:37.154Z","dependency_job_id":null,"html_url":"https://github.com/quiqueck/WorldWeaver","commit_stats":null,"previous_names":["quiqueck/worldweaver"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiqueck%2FWorldWeaver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiqueck%2FWorldWeaver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiqueck%2FWorldWeaver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiqueck%2FWorldWeaver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quiqueck","download_url":"https://codeload.github.com/quiqueck/WorldWeaver/tar.gz/refs/heads/1.21","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543839,"owners_count":21121838,"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":["minecraft","minecraft-fabric","minecraft-fabric-mod","minecraft-library","minecraft-mod","minecraft-world-gen"],"created_at":"2024-09-24T19:46:36.211Z","updated_at":"2025-04-12T09:14:23.038Z","avatar_url":"https://github.com/quiqueck.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](./public/img/header.png)\n\n**WorldWeaver**, or *WoVer* for short, is a Fabric utility mod for Minecraft that aims to streamline common modding\ntasks, particularly those related to world creation. As a successor to BCLib, WoVer is intended to eventually take its\nplace. Embracing Minecraft's data-driven world generation methodology, it aims to increase the value of data elements\n(i.e. ResourcePacks, DataPacks, etc.) in modding, and to provide a more flexible and powerful way to create and modify\nworlds.\nIn addition, WoVer is designed to integrate seamlessly with the vanilla game, other mods and world generation data\npacks.\n\n**Please note** that this mod is still in early development and is not yet ready for use. This means that:\n\n- The API is not yet stable and may change significantly between versions.\n- There may be game breaking bugs that cannot be undone and may destroy worlds.\n- Documentation may be missing for some parts, especially those that are still under active development.\n\nWe will provide more information on how to add the mod to your project, as well as the format of our additional\ndatapack files, in the near future.\n\n## Add WorldWeaver to your project:\n\nYou can easily include WorldWeaver into your own mod by adding the following to your `build.gradle`:\n\n```\nrepositories {\n    ...\n    maven { url 'https://maven.ambertation.de/releases' }\n}\n```\n\n```\ndependencies {\n    ...\n    modImplementation \"org.betterx:worldweaver:${project.wover_version}\"\n}\n```\n\nYou should also add a dependency to `fabirc.mod.json`. WorldWeaver uses Semantic versioning, so adding the dependcy as\nfollows\nshould respect that and ensure that your mod is not loaded with an incompatible version of WorldWeaver:\n\n```\n\"depends\": {\n  ...\n  \"worldweaver\": \"21.0.x\"\n},\n\"breaks\": {\n  \"worldweaver\": \"\u003c21.0.13\"\n}\n```\n\nIn this example `21.0.13` is the WorldWeaver Version you are building against.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiqueck%2Fworldweaver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquiqueck%2Fworldweaver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiqueck%2Fworldweaver/lists"}