{"id":7227,"date":"2026-07-24T14:54:00","date_gmt":"2026-07-24T14:54:00","guid":{"rendered":"https:\/\/www.g-portal.com\/wiki\/?p=7227"},"modified":"2026-07-28T07:33:04","modified_gmt":"2026-07-28T07:33:04","slug":"minecraft-forge","status":"publish","type":"post","link":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/","title":{"rendered":"Minecraft Forge"},"content":{"rendered":"\n<p>Minecraft <em>Forge<\/em> is the original modding tool for <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-java-vs-bedrock-2026\/\">Java Edition<\/a>: a combination of mod loader and developer API, often abbreviated <em>FML<\/em> (<em>Forge<\/em> Mod Loader). As the original Minecraft <em>Forge<\/em> mod loader, first released for Minecraft 1.1 back in 2011, it became the default foundation for nearly every big <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-mods-work-in-minecraft\/\">modpack<\/a> for over a decade. That changed slightly in July 2023, when a large part of the original <em>Forge<\/em> team split off to found <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-neoforge\/\"><em>NeoForge<\/em><\/a>, a modernized fork built on the same codebase. As a result, <em>Forge<\/em> today still receives builds for current Minecraft versions, but most brand-new content mods and big modpacks now target <em>NeoForge<\/em> instead, while a lightweight alternative like <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-fabric\/\"><em>Fabric<\/em><\/a> covers a different niche entirely.<\/p>\n\n\n\n<div class='hint hint--brand'><p>Overview Minecraft <em>Forge<\/em>:<\/p>\n\n\n\n<ul>\n<li><a href=\"#what-is-minecraft-forge-\">What Is Minecraft <em>Forge<\/em>?<\/a><\/li>\n\n\n\n<li><a href=\"#how-to-install-minecraft-forge\">How to Install Minecraft <em>Forge<\/em><\/a><\/li>\n\n\n\n<li><a href=\"#how-to-download-mods-for-forge\">How to Download Mods for <em>Forge<\/em><\/a><\/li>\n\n\n\n<li><a href=\"#which-forge-version-should-i-use-\">Which <em>Forge<\/em> Version Should I Use?<\/a><\/li>\n\n\n\n<li><a href=\"#forge-vs-fabric\"><em>Forge<\/em> vs. <em>Fabric<\/em><\/a><\/li>\n\n\n\n<li><a href=\"#best-forge-mods\">Best <em>Forge<\/em> Mods<\/a><\/li>\n\n\n\n<li><a href=\"#faq\">FAQ<\/a><\/li>\n\n\n\n<li><a href=\"#minecraft-forge-ahead-with-your-modded-world\">Wrap-Up<\/a><\/li>\n<\/ul>\n\n\n\n<p><\/p><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">What Is Minecraft <em>Forge<\/em>?<\/h2>\n\n\n\n<p>So what is Minecraft <em>Forge<\/em> exactly? At its core, the Minecraft <em>Forge<\/em> mod loader sits between the <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/vanilla-minecraft\/\">vanilla<\/a> game and your mods, exposing hooks that let hundreds of mods run side by side without directly editing the game&#8217;s source code. It&#8217;s also a development framework: mod authors build against <em>Forge<\/em>&#8216;s API instead of decompiling Minecraft themselves, which is why nearly every legacy mod still lists <em>Forge<\/em> as a requirement. If a mod or modpack was published before mid-2023, there&#8217;s a good chance it&#8217;s built on <em>Forge<\/em> rather than its younger sibling, <em>NeoForge<\/em>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Install Minecraft <em>Forge<\/em><\/h2>\n\n\n\n<p>Downloading Minecraft <em>Forge<\/em> only takes a few minutes, but the exact steps differ slightly by platform and by whether you&#8217;re setting up a client or a server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Installing <em>Forge<\/em> on Windows &amp; Linux (Client)<\/h3>\n\n\n\n<ol>\n<li>Go to <a href=\"https:\/\/files.minecraftforge.net\/\" target=\"_blank\" rel=\"noreferrer noopener\">files.minecraftforge.net<\/a> and pick your target Minecraft version.<\/li>\n\n\n\n<li>Download the <em>Forge<\/em> installer (the \u2018recommended\u2019 build for stability, or \u2018latest\u2019 if you need a very recent fix).<\/li>\n\n\n\n<li>Run the downloaded <em>.jar<\/em> file, select <em>Install Client<\/em>, and confirm it points at your <em>.minecraft<\/em> folder.<\/li>\n\n\n\n<li>Open the <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-i-join-my-minecraft-server-via-minecraft-launcher\/\">Minecraft launcher<\/a>: a new <em>forge<\/em> profile is ready to go.<\/li>\n\n\n\n<li>Launch it once so the <em>mods<\/em> folder is created automatically inside <em>.minecraft<\/em>.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Installing <em>Forge<\/em> on Mac<\/h3>\n\n\n\n<p>Installing <em>Forge<\/em> on Mac uses the same installer as Windows, but macOS doesn&#8217;t bundle a standalone Java runtime the way the Minecraft Launcher does for the game itself, so Java needs to go on first:<\/p>\n\n\n\n<ol>\n<li>Install Java, either via Homebrew (<em>brew install openjdk<\/em>) or an Eclipse Adoptium build matching the version your target Minecraft release needs.<\/li>\n\n\n\n<li>Download the <em>Forge<\/em> installer <em>.jar<\/em> for your Minecraft version from <a href=\"https:\/\/files.minecraftforge.net\/\" target=\"_blank\" rel=\"noreferrer noopener\">files.minecraftforge.net<\/a>.<\/li>\n\n\n\n<li>Double-click the <em>.jar<\/em> to open the installer. If that doesn&#8217;t launch it, run <em>java -jar forge-installer.jar<\/em> from terminal instead.<\/li>\n\n\n\n<li>Select <em>Install Client<\/em> and confirm the path to your <em>.minecraft<\/em> folder, exactly as on Windows.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Installing <em>Forge<\/em> on a Server<\/h3>\n\n\n\n<p>Setting up <em>Forge<\/em> on a server uses the same installer, just with a different flag:<\/p>\n\n\n\n<ol>\n<li>Download the installer for your target version from <a href=\"https:\/\/files.minecraftforge.net\/\" target=\"_blank\" rel=\"noreferrer noopener\">files.minecraftforge.net<\/a>.<\/li>\n\n\n\n<li>Run <em>java -jar forge-installer.jar &#8211;installServer<\/em> in the folder where you want your server files.<\/li>\n\n\n\n<li>Accept the Minecraft EULA in <em>eula.txt<\/em>, then start the generated <em>run<\/em> script (or <em>run.bat<\/em> on Windows).<\/li>\n\n\n\n<li>To add mods to a <em>Forge<\/em> server afterward, drop the same content-mod <em>.jar<\/em> files used on the client into the server&#8217;s <em>mods<\/em> folder. Content <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-mods-work-in-minecraft\/\">mods<\/a> need to match on both ends, while purely client-side mods can stay local.<\/li>\n<\/ol>\n\n\n\n<p>Renting a <a href=\"https:\/\/www.g-portal.com\/en\/gameserver\/minecraft-server-hosting\">Minecraft server from GPORTAL<\/a> skips steps 1-3 entirely:<\/p>\n\n\n\n<ol>\n<li>Pick <em>Forge<\/em> as the pre-installed server type.<\/li>\n\n\n\n<li>Jump straight to uploading mods.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">How to Download Mods for <em>Forge<\/em><\/h2>\n\n\n\n<p>Once <em>Forge<\/em> is installed, downloading mods for it is straightforward: grab the <em>.jar<\/em> file from <a href=\"https:\/\/www.curseforge.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">CurseForge<\/a> or <a href=\"https:\/\/modrinth.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Modrinth<\/a>, matching both your Minecraft version and your <em>Forge<\/em> build, then drop it into the <em>mods<\/em> folder.<\/p>\n\n\n\n<div class='hint hint--brand'><p><strong>CurseForge vs. Forge:<\/strong>It isn&#8217;t really an either\/or choice. <em>Forge<\/em> is the mod loader that runs the game; the CurseForge app is an optional launcher that automates version matching, one-click installs, and modpack setup on top of it. Manually downloading from <a href=\"https:\/\/files.minecraftforge.net\/\" target=\"_blank\" rel=\"noreferrer noopener\">files.minecraftforge.net<\/a> and dragging <em>.jars<\/em> into your <em>mods<\/em> folder works just as well. The CurseForge app is simply more convenient for managing large mod lists.<\/p><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Which <em>Forge<\/em> Version Should I Use?<\/h2>\n\n\n\n<p>Minecraft <em>Forge<\/em> publishes a \u2018recommended\u2019 and a \u2018latest\u2019 build for every supported Minecraft version. Pick \u2018recommended\u2019 unless you specifically need a very recent fix. Here&#8217;s what&#8217;s behind three of the most-searched Minecraft <em>Forge<\/em> versions right now:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong><a href=\"https:\/\/www.g-portal.com\/en\/blog\/minecraft-update-overview\">Minecraft Version<\/a><\/strong><\/td><td><strong>Recommended <em>Forge<\/em> Build<\/strong><\/td><td><strong>Required <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-java-vs-bedrock-2026\/\">Java<\/a><\/strong><\/td><\/tr><tr><td>1.12.2<\/td><td>14.23.5.2859<\/td><td>Java 8<\/td><\/tr><tr><td>1.19.2<\/td><td>43.5.0<\/td><td>Java 17<\/td><\/tr><tr><td>1.20.1<\/td><td>47.4.10<\/td><td>Java 17<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>1.12.2 <em>Forge<\/em> remains one of the most-downloaded builds ever, largely thanks to long-running <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-mods-work-in-minecraft\/\">modpacks<\/a> that never migrated off it. For Minecraft 1.20.2 and newer, most of the active modding community has shifted toward <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-neoforge\/\"><em>NeoForge<\/em><\/a> instead. It&#8217;s built on the same codebase but receives faster updates and covers virtually every modern content mod.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><em>Forge<\/em> vs. <em>Fabric<\/em><\/h2>\n\n\n\n<p><em>Forge<\/em> and <em>Fabric<\/em> solve the same core problem in different ways, and picking between them mostly comes down to what you want to run:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><\/td><td><strong><em>Forge<\/em><\/strong><\/td><td><strong><a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-fabric\/\"><em>Fabric<\/em><\/a><\/strong><\/td><\/tr><tr><td>best for<\/td><td>large kitchen-sink modpacks, deepest legacy library<\/td><td>performance mods, lightweight &amp; fast-updating setups<\/td><\/tr><tr><td>update speed<\/td><td>slower after a new Minecraft release<\/td><td>often ready within days<\/td><\/tr><tr><td><a href=\"https:\/\/www.g-portal.com\/wiki\/en\/how-much-ram-do-i-need-for-my-modded-minecraft-server\/\">RAM<\/a> usage<\/td><td>higher<\/td><td>lower<\/td><\/tr><tr><td>mod library<\/td><td><em>JEI, Applied Energistics 2, Immersive Engineering<\/em><\/td><td><em>Sodium, Lithium, Iris<\/em><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>If the modpack or mod you want is built for <em>Forge<\/em> (and most large, established ones still are) that decision is already made for you. If you&#8217;re building a lightweight, performance-focused setup from scratch instead, <em>Fabric<\/em> is usually the faster, leaner option. Note that <em>OptiFine<\/em> has fallen behind both loaders, and <em>Sodium<\/em> itself is <em>Fabric<\/em>\/<em>NeoForge<\/em>-only, so Minecraft <em>Forge<\/em> users on 1.20.1 and older reach for its port, <em>Embeddium<\/em>, instead.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Best <em>Forge<\/em> Mods<\/h2>\n\n\n\n<p>Minecraft <em>Forge<\/em>&#8216;s biggest advantage is its sheer depth of available <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-mods-work-in-minecraft\/\">mods<\/a>, built up over more than a decade. A handful cover what most players are searching for:<\/p>\n\n\n\n<ul>\n<li><strong><em>JEI<\/em> (Just Enough Items)<\/strong> \u2013 browse every <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/the-minecraft-recipe-book\/\">recipe<\/a> and item use in-game, a near-mandatory quality-of-life mod<\/li>\n\n\n\n<li><strong><em>Applied Energistics 2<\/em><\/strong> \u2013 digital item storage and auto-<a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-crafting\/\">crafting<\/a> for any base that&#8217;s outgrown <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-chest\/\">chests<\/a><\/li>\n\n\n\n<li><strong><em>Create<\/em><\/strong> \u2013 kinematic machines, gears, and conveyor belts for players who like automation you can actually see<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-immersive-engineering\/\"><em>Immersive Engineering<\/em><\/a><\/strong> \u2013 realistic power generation and multiblock factories with a retro-industrial look<\/li>\n\n\n\n<li><strong><em>Embeddium<\/em><\/strong> \u2013 a <em>Sodium<\/em>-style performance boost for Minecraft <em>Forge<\/em> on 1.20.1 and older<\/li>\n\n\n\n<li><strong><em>Xaero&#8217;s Minimap<\/em><\/strong> \u2013 a compact, customizable minimap and waypoint system<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1783340717850\"><strong class=\"schema-faq-question\"><strong>What is Minecraft <em>Forge<\/em>?<\/strong><\/strong> <p class=\"schema-faq-answer\">Minecraft <em>Forge<\/em> is a mod loader and developer API for Minecraft: <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-java-vs-bedrock-2026\/\">Java Edition<\/a>. It lets mods hook into the game without editing its source code directly, and has been the standard foundation for Minecraft modding since 2011.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1783340733632\"><strong class=\"schema-faq-question\"><strong>How do I install <em>Forge<\/em> on Mac?<\/strong><\/strong> <p class=\"schema-faq-answer\">Install Java first (via Homebrew or Eclipse Adoptium), then download the same <em>Forge<\/em> installer used on Windows from <a href=\"https:\/\/files.minecraftforge.net\/\" target=\"_blank\" rel=\"noreferrer noopener\">files.minecraftforge.net<\/a> and run it with <em>Install Client<\/em> selected.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1783340748215\"><strong class=\"schema-faq-question\"><strong>How do I add mods to a <em>Forge<\/em> server?<\/strong><\/strong> <p class=\"schema-faq-answer\">Install <em>Forge<\/em> on the server using the <em>&#8211;installServer<\/em> flag, then place the same content-mod <em>.jar<\/em> files used on your client into the server&#8217;s <em>mods<\/em> folder. A <a href=\"https:\/\/www.g-portal.com\/en\/gameserver\/minecraft-server-hosting\">GPORTAL Minecraft server with <em>Forge<\/em> pre-installed<\/a> skips the manual setup.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1783340761498\"><strong class=\"schema-faq-question\"><strong>CurseForge vs. <em>Forge<\/em>, what&#8217;s the difference?<\/strong><\/strong> <p class=\"schema-faq-answer\">Minecraft <em>Forge<\/em> is the mod loader itself; the CurseForge app is an optional launcher that automates downloading, version matching, and modpack installation on top of <em>Forge<\/em>. You don&#8217;t need CurseForge to use <em>Forge<\/em>, but it makes managing large mod lists easier.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1783340774903\"><strong class=\"schema-faq-question\"><strong>Is <em>Forge<\/em> 1.12.2 still worth using?<\/strong><\/strong> <p class=\"schema-faq-answer\">Yes, for many players. Minecraft <em>Forge<\/em> 1.12.2 (recommended build 14.23.5.2859, Java 8) still has one of the largest legacy mod libraries around, and several long-running modpacks have never moved past it.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1783340788347\"><strong class=\"schema-faq-question\"><strong><em>Forge<\/em> vs. <em>Fabric<\/em>: which should I choose?<\/strong><\/strong> <p class=\"schema-faq-answer\">Choose <em>Forge<\/em> if the modpack or mod you want targets it. Most large, established packs do. Choose <em>Fabric<\/em> if you&#8217;re building a lightweight, performance-focused setup with mods like <em>Sodium<\/em> and <em>Lithium<\/em> from scratch.<\/p> <\/div> <\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Minecraft <em>Forge<\/em> Ahead With Your Modded World<\/strong><\/h2>\n\n\n\n<p>Between the installer, the right version, and a first batch of mods, you&#8217;ve now got everything Minecraft <em>Forge<\/em> needs to get a modded world running. Want something lighter instead? Our <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-fabric\/\"><em>Fabric<\/em><\/a> guide walks through that loader, and <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-neoforge\/\"><em>NeoForge<\/em><\/a> covers where most new content mods are heading next. Ready to play? Rent a <a href=\"https:\/\/www.g-portal.com\/en\/gameserver\/minecraft-server-hosting\">Minecraft server from GPORTAL<\/a>, select <em>Forge<\/em> as your pre-installed server type, and skip the manual setup entirely!<\/p>\n\n\n\n<div class=\"wp-block-button button-margin-top\"><a class=\"wp-block-button__link has-text-color has-background\" href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft\/\" style=\"background-color:#50fcea;color:#1e1e1e;border-radius:5px\"><strong>MORE ABOUT MINECRAFT<\/strong><\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Minecraft Forge is the original modding tool for Java Edition: a combination of mod loader and developer API, often abbreviated FML (Forge Mod Loader). As the original Minecraft Forge mod loader, first released for Minecraft 1.1 back in 2011, it became the default foundation for nearly every big modpack for over a decade. That changed slightly in July 2023, when a large part of the original Forge team split off to found NeoForge, a modernized fork built on the same codebase. As a result, Forge today still receives builds for current Minecraft versions, but most brand-new content mods and big modpacks now target NeoForge instead, while a lightweight alternative like Fabric covers a different niche entirely. What Is Minecraft Forge? So what is Minecraft Forge exactly? At its core, the Minecraft Forge mod loader sits between the vanilla game and your mods, exposing hooks that let hundreds of mods run side by side without directly editing the game&#8217;s source code. It&#8217;s also a development framework: mod authors build against Forge&#8216;s API instead of decompiling Minecraft themselves, which is why nearly every legacy mod still lists Forge as a requirement. If a mod or modpack was published before mid-2023, there&#8217;s a good chance it&#8217;s built on Forge rather than its younger sibling, NeoForge. How to Install Minecraft Forge Downloading Minecraft Forge only takes a few minutes, but the exact steps differ slightly by platform and by whether you&#8217;re setting up a client or a server. Installing Forge on Windows &amp; Linux (Client) Installing Forge on Mac Installing Forge on Mac uses the same installer as Windows, but macOS doesn&#8217;t bundle a standalone Java runtime the way the Minecraft Launcher does for the game itself, so Java needs to go on first: Installing Forge on a Server Setting up Forge on a server uses the same installer, just with a different flag: Renting a Minecraft server from GPORTAL skips steps 1-3 entirely: How to Download Mods for Forge Once Forge is installed, downloading mods for it is straightforward: grab the .jar file from CurseForge or Modrinth, matching both your Minecraft version and your Forge build, then drop it into the mods folder. Which Forge Version Should I Use? Minecraft Forge publishes a \u2018recommended\u2019 and a \u2018latest\u2019 build for every supported Minecraft version. Pick \u2018recommended\u2019 unless you specifically need a very recent fix. Here&#8217;s what&#8217;s behind three of the most-searched Minecraft Forge versions right now: Minecraft Version Recommended Forge Build Required Java 1.12.2 14.23.5.2859 Java 8 1.19.2 43.5.0 Java 17 1.20.1 47.4.10 Java 17 1.12.2 Forge remains one of the most-downloaded builds ever, largely thanks to long-running modpacks that never migrated off it. For Minecraft 1.20.2 and newer, most of the active modding community has shifted toward NeoForge instead. It&#8217;s built on the same codebase but receives faster updates and covers virtually every modern content mod. Forge vs. Fabric Forge and Fabric solve the same core problem in different ways, and picking between them mostly comes down to what you want to run: Forge Fabric best for large kitchen-sink modpacks, deepest legacy library performance mods, lightweight &amp; fast-updating setups update speed slower after a new Minecraft release often ready within days RAM usage higher lower mod library JEI, Applied Energistics 2, Immersive Engineering Sodium, Lithium, Iris If the modpack or mod you want is built for Forge (and most large, established ones still are) that decision is already made for you. If you&#8217;re building a lightweight, performance-focused setup from scratch instead, Fabric is usually the faster, leaner option. Note that OptiFine has fallen behind both loaders, and Sodium itself is Fabric\/NeoForge-only, so Minecraft Forge users on 1.20.1 and older reach for its port, Embeddium, instead. Best Forge Mods Minecraft Forge&#8216;s biggest advantage is its sheer depth of available mods, built up over more than a decade. A handful cover what most players are searching for: FAQ Minecraft Forge Ahead With Your Modded World Between the installer, the right version, and a first batch of mods, you&#8217;ve now got everything Minecraft Forge needs to get a modded world running. Want something lighter instead? Our Fabric guide walks through that loader, and NeoForge covers where most new content mods are heading next. Ready to play? Rent a Minecraft server from GPORTAL, select Forge as your pre-installed server type, and skip the manual setup entirely!<\/p>\n","protected":false},"author":6,"featured_media":12077,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"post-blog-template.php","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22,49],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Minecraft Forge \u2013 Old but Gold || GPORTAL Wiki<\/title>\n<meta name=\"description\" content=\"What is Minecraft Forge? \u2713the Forge mod loader \u2713install \u2713versions \u2713Forge vs. Fabric \u2713best Forge mods &amp; more. Read it now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Minecraft Forge \u2013 Old but Gold || GPORTAL Wiki\" \/>\n<meta property=\"og:description\" content=\"What is Minecraft Forge? \u2713the Forge mod loader \u2713install \u2713versions \u2713Forge vs. Fabric \u2713best Forge mods &amp; more. Read it now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/\" \/>\n<meta property=\"og:site_name\" content=\"GPORTAL Wiki\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-24T14:54:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-28T07:33:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Mods.png\" \/>\n\t<meta property=\"og:image:width\" content=\"31\" \/>\n\t<meta property=\"og:image:height\" content=\"27\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"David Martin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Martin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/\",\"name\":\"Minecraft Forge \u2013 Old but Gold || GPORTAL Wiki\",\"isPartOf\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Mods.png\",\"datePublished\":\"2026-07-24T14:54:00+00:00\",\"dateModified\":\"2026-07-28T07:33:04+00:00\",\"author\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/58b2d6a505f9d534cd1400d66c526728\"},\"description\":\"What is Minecraft Forge? \u2713the Forge mod loader \u2713install \u2713versions \u2713Forge vs. Fabric \u2713best Forge mods & more. Read it now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340717850\"},{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340733632\"},{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340748215\"},{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340761498\"},{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340774903\"},{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340788347\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#primaryimage\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Mods.png\",\"contentUrl\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Mods.png\",\"width\":31,\"height\":27},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.g-portal.com\/wiki\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Minecraft Forge\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#website\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/\",\"name\":\"GPORTAL Wiki\",\"description\":\"GPORTAL Wiki\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.g-portal.com\/wiki\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/58b2d6a505f9d534cd1400d66c526728\",\"name\":\"David Martin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/501478c8264287235ed4eab002807fbb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/501478c8264287235ed4eab002807fbb?s=96&d=mm&r=g\",\"caption\":\"David Martin\"},\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/author\/david\/\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340717850\",\"position\":1,\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340717850\",\"name\":\"What is Minecraft Forge?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Minecraft <em>Forge<\/em> is a mod loader and developer API for Minecraft: <a href=\\\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-java-vs-bedrock-2026\/\\\">Java Edition<\/a>. It lets mods hook into the game without editing its source code directly, and has been the standard foundation for Minecraft modding since 2011.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340733632\",\"position\":2,\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340733632\",\"name\":\"How do I install Forge on Mac?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Install Java first (via Homebrew or Eclipse Adoptium), then download the same <em>Forge<\/em> installer used on Windows from <a href=\\\"https:\/\/files.minecraftforge.net\/\\\" target=\\\"_blank\\\" rel=\\\"noreferrer noopener\\\">files.minecraftforge.net<\/a> and run it with <em>Install Client<\/em> selected.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340748215\",\"position\":3,\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340748215\",\"name\":\"How do I add mods to a Forge server?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Install <em>Forge<\/em> on the server using the <em>--installServer<\/em> flag, then place the same content-mod <em>.jar<\/em> files used on your client into the server's <em>mods<\/em> folder. A <a href=\\\"https:\/\/www.g-portal.com\/en\/gameserver\/minecraft-server-hosting\\\">GPORTAL Minecraft server with <em>Forge<\/em> pre-installed<\/a> skips the manual setup.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340761498\",\"position\":4,\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340761498\",\"name\":\"CurseForge vs. Forge, what's the difference?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Minecraft <em>Forge<\/em> is the mod loader itself; the CurseForge app is an optional launcher that automates downloading, version matching, and modpack installation on top of <em>Forge<\/em>. You don't need CurseForge to use <em>Forge<\/em>, but it makes managing large mod lists easier.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340774903\",\"position\":5,\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340774903\",\"name\":\"Is Forge 1.12.2 still worth using?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, for many players. Minecraft <em>Forge<\/em> 1.12.2 (recommended build 14.23.5.2859, Java 8) still has one of the largest legacy mod libraries around, and several long-running modpacks have never moved past it.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340788347\",\"position\":6,\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340788347\",\"name\":\"Forge vs. Fabric: which should I choose?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Choose <em>Forge<\/em> if the modpack or mod you want targets it. Most large, established packs do. Choose <em>Fabric<\/em> if you're building a lightweight, performance-focused setup with mods like <em>Sodium<\/em> and <em>Lithium<\/em> from scratch.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Minecraft Forge \u2013 Old but Gold || GPORTAL Wiki","description":"What is Minecraft Forge? \u2713the Forge mod loader \u2713install \u2713versions \u2713Forge vs. Fabric \u2713best Forge mods & more. Read it now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/","og_locale":"en_US","og_type":"article","og_title":"Minecraft Forge \u2013 Old but Gold || GPORTAL Wiki","og_description":"What is Minecraft Forge? \u2713the Forge mod loader \u2713install \u2713versions \u2713Forge vs. Fabric \u2713best Forge mods & more. Read it now!","og_url":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/","og_site_name":"GPORTAL Wiki","article_published_time":"2026-07-24T14:54:00+00:00","article_modified_time":"2026-07-28T07:33:04+00:00","og_image":[{"width":31,"height":27,"url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Mods.png","type":"image\/png"}],"author":"David Martin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Martin","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["WebPage","FAQPage"],"@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/","url":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/","name":"Minecraft Forge \u2013 Old but Gold || GPORTAL Wiki","isPartOf":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#primaryimage"},"image":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#primaryimage"},"thumbnailUrl":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Mods.png","datePublished":"2026-07-24T14:54:00+00:00","dateModified":"2026-07-28T07:33:04+00:00","author":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/58b2d6a505f9d534cd1400d66c526728"},"description":"What is Minecraft Forge? \u2713the Forge mod loader \u2713install \u2713versions \u2713Forge vs. Fabric \u2713best Forge mods & more. Read it now!","breadcrumb":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340717850"},{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340733632"},{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340748215"},{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340761498"},{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340774903"},{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340788347"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#primaryimage","url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Mods.png","contentUrl":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Mods.png","width":31,"height":27},{"@type":"BreadcrumbList","@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.g-portal.com\/wiki\/en\/"},{"@type":"ListItem","position":2,"name":"Minecraft Forge"}]},{"@type":"WebSite","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#website","url":"https:\/\/www.g-portal.com\/wiki\/en\/","name":"GPORTAL Wiki","description":"GPORTAL Wiki","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.g-portal.com\/wiki\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/58b2d6a505f9d534cd1400d66c526728","name":"David Martin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/501478c8264287235ed4eab002807fbb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/501478c8264287235ed4eab002807fbb?s=96&d=mm&r=g","caption":"David Martin"},"url":"https:\/\/www.g-portal.com\/wiki\/en\/author\/david\/"},{"@type":"Question","@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340717850","position":1,"url":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340717850","name":"What is Minecraft Forge?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Minecraft <em>Forge<\/em> is a mod loader and developer API for Minecraft: <a href=\"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-java-vs-bedrock-2026\/\">Java Edition<\/a>. It lets mods hook into the game without editing its source code directly, and has been the standard foundation for Minecraft modding since 2011.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340733632","position":2,"url":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340733632","name":"How do I install Forge on Mac?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Install Java first (via Homebrew or Eclipse Adoptium), then download the same <em>Forge<\/em> installer used on Windows from <a href=\"https:\/\/files.minecraftforge.net\/\" target=\"_blank\" rel=\"noreferrer noopener\">files.minecraftforge.net<\/a> and run it with <em>Install Client<\/em> selected.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340748215","position":3,"url":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340748215","name":"How do I add mods to a Forge server?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Install <em>Forge<\/em> on the server using the <em>--installServer<\/em> flag, then place the same content-mod <em>.jar<\/em> files used on your client into the server's <em>mods<\/em> folder. A <a href=\"https:\/\/www.g-portal.com\/en\/gameserver\/minecraft-server-hosting\">GPORTAL Minecraft server with <em>Forge<\/em> pre-installed<\/a> skips the manual setup.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340761498","position":4,"url":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340761498","name":"CurseForge vs. Forge, what's the difference?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Minecraft <em>Forge<\/em> is the mod loader itself; the CurseForge app is an optional launcher that automates downloading, version matching, and modpack installation on top of <em>Forge<\/em>. You don't need CurseForge to use <em>Forge<\/em>, but it makes managing large mod lists easier.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340774903","position":5,"url":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340774903","name":"Is Forge 1.12.2 still worth using?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes, for many players. Minecraft <em>Forge<\/em> 1.12.2 (recommended build 14.23.5.2859, Java 8) still has one of the largest legacy mod libraries around, and several long-running modpacks have never moved past it.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340788347","position":6,"url":"https:\/\/www.g-portal.com\/wiki\/en\/minecraft-forge\/#faq-question-1783340788347","name":"Forge vs. Fabric: which should I choose?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Choose <em>Forge<\/em> if the modpack or mod you want targets it. Most large, established packs do. Choose <em>Fabric<\/em> if you're building a lightweight, performance-focused setup with mods like <em>Sodium<\/em> and <em>Lithium<\/em> from scratch.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"jetpack_featured_media_url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Mods.png","_links":{"self":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/7227"}],"collection":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/comments?post=7227"}],"version-history":[{"count":14,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/7227\/revisions"}],"predecessor-version":[{"id":29892,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/7227\/revisions\/29892"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/media\/12077"}],"wp:attachment":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/media?parent=7227"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/categories?post=7227"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/tags?post=7227"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}