{"id":113924,"date":"2026-06-06T20:07:18","date_gmt":"2026-06-06T17:07:18","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/"},"modified":"2026-06-06T20:07:18","modified_gmt":"2026-06-06T17:07:18","slug":"notenoughminecraft","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/","title":{"rendered":"NotEnoughMinecraft"},"content":{"rendered":"<p># NotEnoughMinecraft<br \/>\nDid you ever want to play Minecraft inside of Minecraft without installing any mods on the client? NO??? Anyways, now you can!<\/p>\n<p>![](https:\/\/cdn.modrinth.com\/data\/sbnEegTp\/images\/bcef27b3d1402377ed81f971e20723e57a6218bb.png)<\/p>\n<p>## Setup<br \/>\n1. Install fabric-api and polymer.<br \/>\n2. This mod requires a server resource pack. The easiest way to host this is by enabling polymers autohost<br \/>\n3. Give yourself a computer `\/give @s not-enough-minecraft:computer` and place it down.<br \/>\n4. Right-click on a computer to start playing<\/p>\n<p>## Controls<br \/>\n&#8211; The input for movement, jumping and sprinting is the same as your default inputs<br \/>\n&#8211; Breaking, placing, dropping and picking blocks also use your default inputs<br \/>\n&#8211; Use the scroll wheel or number keys to navigate the hotbar<br \/>\n&#8211; You can right-click *(to start)* using an item. *You can right-click again to finish using the item.*<br \/>\n&#8211; You can sneak to stop playing and exit the computer<br \/>\n&#8211; You can press your inventory key to toggle a fps counter<\/p>\n<p>*Because this is a serverside-only mod, it is limited to inputs the client sends to it!*<\/p>\n<p>## How it works<br \/>\nWhen playing, a fake player is created and added to the server. Each tick an image is rendered using a server-side<br \/>\nraycasting renderer from tomalbrc.<br \/>\nThe rendered image is then displayed to the client using a custom screen item, where each pixel can be colored<br \/>\nusing custom model data colors.<\/p>\n<p>## Config<br \/>\nThe config is located at `config\/not-enough-minecraft.json`.<\/p>\n<p>&#8220;`json5<br \/>\n{<br \/>\n  \/\/ Render distance in blocks<br \/>\n  &#8220;renderDistance&#8221;: 64,<br \/>\n  \/\/ Flag for experimental entity rendering<br \/>\n  &#8220;renderEntities&#8221;: false,<br \/>\n  \/\/ Amount of entities to render when entity rendering is enabled<br \/>\n  &#8220;renderEntitiesAmount&#8221;: 20,<br \/>\n  \/\/ Flag wether light levels should be ignored, rendering everything with the highest light level.<br \/>\n  &#8220;fullbright&#8221;: false,<br \/>\n  \/\/ Field of View, functions the same way the vanilla client FOV works, minimum value is 30, maximum 110 (Quake Pro).<br \/>\n  &#8220;fov&#8221;: 70,<br \/>\n  \/\/ Biome blend value<br \/>\n  &#8220;biomeBlend&#8221;: 1,<br \/>\n  \/\/ How many threads should be render all instances. This can be used to increase or reduce the amount of CPU usage on<br \/>\n  \/\/ the server and has a direct impact on FPS count<br \/>\n  &#8220;renderThreadCount&#8221;: 4,<br \/>\n  \/\/ A list of commands that get executed when a fake player entity is spawned<br \/>\n  \/\/ This can for example be used to give custom items or move to specific locations<br \/>\n  &#8220;spawnCommands&#8221;: [<br \/>\n    &#8220;item replace entity @s hotbar.0 with minecraft:grass_block&#8221;,<br \/>\n    &#8220;item replace entity @s hotbar.1 with minecraft:dirt&#8221;,<br \/>\n    &#8220;item replace entity @s hotbar.2 with minecraft:stone&#8221;,<br \/>\n    &#8220;item replace entity @s hotbar.3 with minecraft:cobblestone&#8221;,<br \/>\n    &#8220;item replace entity @s hotbar.4 with minecraft:oak_planks&#8221;,<br \/>\n    &#8220;item replace entity @s hotbar.5 with minecraft:oak_log&#8221;,<br \/>\n    &#8220;item replace entity @s hotbar.6 with minecraft:glass&#8221;,<br \/>\n    &#8220;item replace entity @s hotbar.7 with minecraft:oak_door&#8221;,<br \/>\n    &#8220;item replace entity @s hotbar.8 with minecraft:oak_stairs&#8221;<br \/>\n  ],<br \/>\n  \/\/ Should fake player be allowed to place blocks<br \/>\n  &#8220;allowPlacing&#8221;: true,<br \/>\n  \/\/ Should fake player be allowed to break blocks<br \/>\n  &#8220;allowBreaking&#8221;: true,<br \/>\n  \/\/ Should fake player be allowed to use items<br \/>\n  &#8220;allowItemUsage&#8221;: true,<br \/>\n  \/\/ Should fake player be allowed to drop items<br \/>\n  &#8220;allowDropping&#8221;: false,<br \/>\n  \/\/ Should fake player be allowed to pick items from block<br \/>\n  &#8220;allowPicking&#8221;: true<br \/>\n}<\/p>\n<p>&#8220;`<\/p>\n<p>## Licenses<br \/>\nThis mod uses the rendering code from https:\/\/github.com\/tomalbrc\/camera-obscura. All code in the<br \/>\n`de.tomalbrc.cameraobscura` package is licensed under LGPL-3.0-only.<br \/>\nThe idea of using a custom screen item to display the rendered image is taken from https:\/\/github.com\/tomalbrc\/BlockBoy-Arcade,<br \/>\nwhich is licensed under MIT<\/p>\n<p>## Limitations<br \/>\n*This is a quite cursed\/hacky weekend project.* <\/p>\n<p>Rendering on the server like this is quite inefficient and will increase CPU usage significantly, which can cause<br \/>\nissues on lower end setups.<\/p>\n<p>We don&#8217;t have any way to compress or optimize the screen data for sending it over the network, so we have to send the<br \/>\nraw pixels each frame. This can lead to an increased network load when viewing computer screens.<br \/>\nYou can expect 300-400 KiB\/s increase per screen with default minecraft network compression.<\/p>\n<p>Fake players will behave like regular players in almost all aspects, such as world interactions, commands,<br \/>\nplayer list, player data and more.<br \/>\nEach player gets their own unique fake player companion, which has the same UUID, but with the lowest bit increase by one.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Did you ever want to play Minecraft inside of Minecraft without installing any mods on the client? NO??? Anyways, now you can!<\/p>\n","protected":false},"featured_media":113925,"template":"","meta":{"_minecraft_slug":"notenoughminecraft","_minecraft_project_id":"sbnEegTp","_minecraft_author":"DrexHD","_minecraft_license":"MIT","_minecraft_downloads":6156,"_minecraft_follows":32,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"notenoughminecraft.zip","_minecraft_size_bytes":5943044,"_minecraft_version_count":12,"_minecraft_updated_at":"2026-05-16T23:23:13.608782Z","_minecraft_date_created":"2025-08-18T10:53:31.090804Z","_minecraft_date_modified":"2025-10-10T08:16:52.126545Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/notenoughminecraft","_minecraft_icon_attachment_id":113925,"_minecraft_imported_at":"2026-06-06T17:07:20+00:00","_minecraft_import_hash":"7bf73aa5487eac205e15378857d978ce","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,43,156,97,866,98,867],"mod_loader":[99,100],"minecraft_version":[40,81],"class_list":["post-113924","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-cursed","mod_category-decoration","mod_category-fabric","mod_category-minigame","mod_category-quilt","mod_category-social","mod_loader-fabric","mod_loader-quilt","minecraft_version-1-21-10","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>NotEnoughMinecraft - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NotEnoughMinecraft - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Did you ever want to play Minecraft inside of Minecraft without installing any mods on the client? NO??? Anyways, now you can!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notenoughminecraft\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notenoughminecraft\\\/\",\"name\":\"NotEnoughMinecraft - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notenoughminecraft\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notenoughminecraft\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/notenoughminecraft-icon-2ee592590d49ad36e1f25b87b769f5a3d8e5e747_96.webp\",\"datePublished\":\"2026-06-06T17:07:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notenoughminecraft\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notenoughminecraft\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notenoughminecraft\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/notenoughminecraft-icon-2ee592590d49ad36e1f25b87b769f5a3d8e5e747_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/notenoughminecraft-icon-2ee592590d49ad36e1f25b87b769f5a3d8e5e747_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/notenoughminecraft\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"NotEnoughMinecraft\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"NotEnoughMinecraft - Minecraft","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:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/","og_locale":"en_US","og_type":"article","og_title":"NotEnoughMinecraft - Minecraft","og_description":"Did you ever want to play Minecraft inside of Minecraft without installing any mods on the client? NO??? Anyways, now you can!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/","name":"NotEnoughMinecraft - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/notenoughminecraft-icon-2ee592590d49ad36e1f25b87b769f5a3d8e5e747_96.webp","datePublished":"2026-06-06T17:07:18+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/notenoughminecraft-icon-2ee592590d49ad36e1f25b87b769f5a3d8e5e747_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/notenoughminecraft-icon-2ee592590d49ad36e1f25b87b769f5a3d8e5e747_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/notenoughminecraft\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"NotEnoughMinecraft"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/113924","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/113925"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=113924"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=113924"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=113924"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=113924"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}