{"id":22902437,"url":"https://github.com/techno-sam/advancedforcefields","last_synced_at":"2026-05-05T07:32:44.522Z","repository":{"id":45813301,"uuid":"389734080","full_name":"techno-sam/AdvancedForcefields","owner":"techno-sam","description":"Customizable, modular forcefields for Minecraft Forge 1.16","archived":false,"fork":false,"pushed_at":"2022-07-21T14:21:06.000Z","size":1484,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"1.16","last_synced_at":"2025-04-01T06:39:14.119Z","etag":null,"topics":["minecraft","minecraft-forge","minecraft-mod"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/advanced-forcefields","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techno-sam.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-26T18:36:56.000Z","updated_at":"2022-07-16T02:00:29.000Z","dependencies_parsed_at":"2022-09-10T04:17:06.899Z","dependency_job_id":null,"html_url":"https://github.com/techno-sam/AdvancedForcefields","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/techno-sam/AdvancedForcefields","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techno-sam%2FAdvancedForcefields","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techno-sam%2FAdvancedForcefields/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techno-sam%2FAdvancedForcefields/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techno-sam%2FAdvancedForcefields/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techno-sam","download_url":"https://codeload.github.com/techno-sam/AdvancedForcefields/tar.gz/refs/heads/1.16","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techno-sam%2FAdvancedForcefields/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["minecraft","minecraft-forge","minecraft-mod"],"created_at":"2024-12-14T02:15:03.393Z","updated_at":"2026-05-05T07:32:44.508Z","avatar_url":"https://github.com/techno-sam.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advanced Forcefields\n\nBy Slimeist for **Forge 1.16 - 1.18**.\n\n## Credit\n\nI wrote this as a pretty inexperienced modder, so I have borrowed some code from various mods, listed here:\n* **Quark** by Vazkii - Pipe models and basic block code\n* **Immersive Engineering** by BluSunrize - gui elements under [com.slimeist.aforce.client.gui.ie_elements](src/main/java/com/slimeist/aforce/client/gui/ie_elements) are directly copied,\n  and [ContainerScreenForceModifier](src/main/java/com/slimeist/aforce/client/gui/ContainerScreenForceModifier.java) is based off of IE.\n* **Reliquary** by P3pp3rF1y - [MobHelper](src/main/java/com/slimeist/aforce/core/util/MobHelper.java) is copied\n\n## Guide\n\n### Enderite\n\n\u003cimg src=\"https://i.imgur.com/MMZa0n6.png\" height=\"128\" alt=\"Enderite Ore\" title=\"Enderite Ore\" hspace=5\u003e \u003cimg hspace=5 src=\"https://i.imgur.com/S08XUHE.png\" height=\"128\" alt=\"Enderite Block\" title=\"Enderite Block\"\u003e\n\n**Enderite**, as the name suggests is a new ore found in the End.\nIt can be smelted into ingots, which are used to craft the various force\nblocks in this mod.\n\n### Force Controller\n\n\u003cimg src=\"https://i.imgur.com/dqZJayg.png\" height=\"128\" alt=\"Force Controller\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://i.imgur.com/RE458ZC.png\" height=\"256\" alt=\"Force Controller GUI\"\u003e\n\nThe **force controller** is the backbone of any force network.\nWhen a **force controller** is powered by redstone, any attached\n**force tubes** gain full block collision and obey blocking rules\nset by **force modifiers**, or simply block all entities by default.\n\n\u003e***Note**: Force controllers are fueled using ender pearls or eyes\nof ender, however currently fuel is ignored.*\n\n### Force Tubes\n\n\u003cimg src=\"https://i.imgur.com/rRLdJpW.png\" height=\"128\" title=\"4 force tubes demonstrating connection patterns\" alt=\"Force Tubes\"\u003e\n\n**Force tubes** link to one another in all 6 directions. When **force tubes**\nare linked into a network by a powered **force controller**, they will not connect\nto other networks or unlinked tubes.\n\nWhen a **force controller** is powered, **force tubes** display a color based on a mix\nof stained glass colors placed in the **force controller**.\n\n\u003cimg src=\"https://i.imgur.com/mYryueo.png\" height=\"256\" alt=\"Powered Force Tube Network\"\u003e\n\n### Force Modifiers\n\nMultiple **force modifiers** can be included in a network, and their effects will\nbe applied based on the filters set within.\n\n#### Basic Force Modifier\n\n\u003cimg src=\"https://i.imgur.com/CzN5Lyb.png\" height=\"128\" alt=\"Force Modifier\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://i.imgur.com/czPv8lH.png\" height=\"256\" alt=\"Force Modifier GUI\"\u003e\n\nFilters:\n\n- *Blacklist toggle*: When checked, entities named any of the names listed to the\n  left will not have the effect applied. When unchecked, only entities with names\n  **matching** will have the effect applied.\n- *Animals toggle*: Whether animals can be targeted\n- *Players toggle*: Whether players can be targeted\n- *Neutrals toggle*: Whether neutral mobs can be targeted\n- *Priority*: Order in which effect will be applied when multiple modifiers are part\n  of the same network. (Higher numbers are applied first)\n\n#### Advanced Force Modifier\n\n\u003cimg src=\"https://i.imgur.com/5ql1Zkp.png\" height=\"128\" alt=\"Advanced Force Modifier\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://i.imgur.com/YBHRKrh.png\" height=\"256\" alt=\"Advanced Force Modifier GUI\"\u003e\n\nFilters:\n\n- *Entity selector*: Similar to selector in commands, filters entities based on a\n  variety of conditions listed on the [Minecraft Wiki Page](https://minecraft.fandom.com/wiki/Target_selectors)\n- *Blacklist toggle*: When checked, the entity selector's behavior will be inverted\n- *Priority*: Order in which effect will be applied when multiple modifiers are part\n  of the same network. (Higher numbers are applied first)\n\n#### Effects:\n\n| Item | Description |\n| ---- | ----------- |\n| \u003cimg src=\"https://i.imgur.com/MI30bwv.png\" height=56 title=\"Cobblestone\"\u003e | Prevent movement through |\n| \u003cimg src=\"https://i.imgur.com/XwPj18N.png\" height=56 title=\"Any Trapdoor\"\u003e | Allow movement through |\n| \u003cimg src=\"https://i.imgur.com/210jJhd.png\" height=56 title=\"Slime Block\"\u003e | Bounce entities, and apply knockback |\n| \u003cimg src=\"https://i.imgur.com/EfoXk29.png\" height=56 title=\"Magma Block\"\u003e | Burn entities on top, like magma blocks |\n| \u003cimg src=\"https://i.imgur.com/WDhsqqQ.png\" height=56 title=\"Blaze Rod\"\u003e | Light entities on fire |\n| \u003cimg src=\"https://i.imgur.com/9ClkSPB.png\" height=56 title=\"Shulker Shell\"\u003e | Give entities levitation, strength based on number of shells |\n| \u003cimg src=\"https://i.imgur.com/fsLH9Gm.png\" height=56 title=\"Any Lingering Potion\"\u003e | Give entities potion effect |\n\n### Shimmering Armor\n\nDoes crazy stuff with invisibility. You'll have to try it to discover for yourself.\n\n### Crafting\n\n#### Shimmering Cloth\n\n\u003cimg src=\"https://i.imgur.com/2Ks9raj.png\"\u003e\n\n#### Shimmering Armor\n\n\u003cimg src=\"https://i.imgur.com/SsZeZAM.png\"\u003e\n\n#### Force Controller\n\n\u003cimg src=\"https://i.imgur.com/sRToGX3.png\"\u003e\n\n#### Force Modifier\n\n\u003cimg src=\"https://i.imgur.com/IFTHSUd.png\"\u003e\n\n#### Advanced Force Modifier\n\n\u003cimg src=\"https://i.imgur.com/KDfPjml.png\"\u003e\n\n#### Force Tubes\n\n\u003cimg src=\"https://i.imgur.com/9ZACpmm.png\"\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechno-sam%2Fadvancedforcefields","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechno-sam%2Fadvancedforcefields","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechno-sam%2Fadvancedforcefields/lists"}