{"id":150905,"date":"2026-06-09T05:21:01","date_gmt":"2026-06-09T02:21:01","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/"},"modified":"2026-06-09T05:21:01","modified_gmt":"2026-06-09T02:21:01","slug":"suspicious-shapes","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/","title":{"rendered":"Suspicious Shapes"},"content":{"rendered":"<p># glTF models for everything<\/p>\n<p>Using frapi (the fabric-rendering API), this mod intercepts requests for block models, and if they refer to glTF files, provides them as static models that get baked into the chunk geometry as normal. Entirely clientside, this mod can be used to power &#8220;cursed&#8221; resource packs that replace existing blocks with non-cuboid shapes that vanilla can&#8217;t make.<\/p>\n<p>It can also be used as an &#8220;included&#8221; mod to power non-cuboid blocks in your mods.<\/p>\n<p># The Details<\/p>\n<p>The easiest way to create a compatible model is in Blockbench.<\/p>\n<p>&#8211; From the app, select &#8220;New -> Low Poly \/ Generic Model&#8221; and hit the &#8220;Create new model&#8221; button.<br \/>\n&#8211; Any identifier, UV mode, or other settings are fine.<br \/>\n&#8211; When you&#8217;re satisfied with your model, hit &#8220;File -> Export -> Export glTF Model&#8221;.<br \/>\n&#8211; Blockbench ignores most of these settings, and the defaults are perfectly fine.<br \/>\n&#8211; Find the file you exported and put it where you would normally put a json blockmodel (e.g. `assets\/minecraft\/models\/block`)<br \/>\n&#8211; make a child model which refers to the gltf model as a parent, with a root key-value pair of `&#8221;loader&#8221;: &#8220;suspicious_shapes:gltf&#8221;`. You can fill-in texture references and set color indices here too.<br \/>\n&#8211; Edit the text of the glTF model to replace the texture&#8217;s data URL with a texture reference.<\/p>\n<p>The last part there is the hard part. In the file you&#8217;ll see something like,<br \/>\n&#8220;`json<br \/>\n&#8220;images&#8221;:[{&#8220;mimeType&#8221;:&#8221;image\/png&#8221;,&#8221;uri&#8221;:&#8221;data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8\/9hAAAAr0lEQVQ4y6WTMQrCQBBFt0xtk0YQL+QR0mpnYyk5QbDObTc84YVB0NnFgSGTyf7\/5w+bUpJ4LMdaeuI6jzWC5\/Vcm0kAAyAleE6Hd00vkn8Fq0oCJv32up9yEg6REPGEQDLemyYR6DS3y7ATp3tQTTCEWqH3U50DcQccRl0b9lKSuAvV0wXG+AQyRTOYiDughkB76bXVgiDr5gkEeYEAu8iuf0L\/WiD\/Iii94diZ+gZo3N9oOnqLFAAAAABJRU5ErkJggg==&#8221;}]<br \/>\n&#8220;`<\/p>\n<p>This is a base-64 encoded image of the texture you used. Since block models can&#8217;t use random textures that aren&#8217;t in the atlas, we&#8217;ll have to fix that. Replace each of the unreadable strings marked &#8220;uri&#8221; with a minecraft texture reference, like this<\/p>\n<p>&#8220;`json<br \/>\n&#8220;images&#8221;:[{&#8220;mimeType&#8221;:&#8221;image\/png&#8221;,&#8221;uri&#8221;:&#8221;minecraft:blocks\/stone&#8221;}]<br \/>\n&#8220;`<\/p>\n<p>Or, if you&#8217;re making several models with this shape, you can use it as a parent with a texture up-reference like normal:<\/p>\n<p>&#8220;`json<br \/>\n&#8220;images&#8221;:[{&#8220;mimeType&#8221;:&#8221;image\/png&#8221;,&#8221;uri&#8221;:&#8221;#all&#8221;}]<br \/>\n&#8220;`<\/p>\n<p>Your child model can look something like this:<br \/>\n&#8220;`json<br \/>\n{<br \/>\n  &#8220;parent&#8221;: &#8220;minecraft:block\/sphere_all.gltf&#8221;,<br \/>\n  &#8220;loader&#8221;: &#8220;suspicious_shapes:gltf&#8221;,<br \/>\n  &#8220;textures&#8221;: {<br \/>\n    &#8220;all&#8221;: &#8220;minecraft:block\/acacia_leaves&#8221;<br \/>\n  },<br \/>\n  &#8220;colorIndexes&#8221;: [ 0 ]<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>And that&#8217;s it! Load up minecraft or reload resource packs and you should see your model!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Use glTF models in resource packs and mods!<\/p>\n","protected":false},"featured_media":150906,"template":"","meta":{"_minecraft_slug":"suspicious-shapes","_minecraft_project_id":"TVftNsgD","_minecraft_author":"falkreon","_minecraft_license":"MIT","_minecraft_downloads":3539,"_minecraft_follows":19,"_minecraft_client_side":"required","_minecraft_server_side":"unsupported","_minecraft_storage_type":"zip","_minecraft_archive_name":"suspicious-shapes.zip","_minecraft_size_bytes":590808,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-17T00:33:03.637069Z","_minecraft_date_created":"2023-06-19T00:46:14.849232Z","_minecraft_date_modified":"2025-01-21T13:35:55.876168Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/suspicious-shapes","_minecraft_icon_attachment_id":150906,"_minecraft_imported_at":"2026-06-09T02:21:02+00:00","_minecraft_import_hash":"f94d82facb988bd4d3b71c25285ebf55","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[156,97,873,98,92],"mod_loader":[99,100],"minecraft_version":[59,36,94,37,73,74,38],"class_list":["post-150905","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-decoration","mod_category-fabric","mod_category-library","mod_category-quilt","mod_category-utility","mod_loader-fabric","mod_loader-quilt","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-4","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Suspicious Shapes - 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\/suspicious-shapes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Suspicious Shapes - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Use glTF models in resource packs and mods!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/suspicious-shapes\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/suspicious-shapes\\\/\",\"name\":\"Suspicious Shapes - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/suspicious-shapes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/suspicious-shapes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/suspicious-shapes-icon-21d8f06a8474d7196e0303a8a4ebb19d32cf98d1_96.webp\",\"datePublished\":\"2026-06-09T02:21:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/suspicious-shapes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/suspicious-shapes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/suspicious-shapes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/suspicious-shapes-icon-21d8f06a8474d7196e0303a8a4ebb19d32cf98d1_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/suspicious-shapes-icon-21d8f06a8474d7196e0303a8a4ebb19d32cf98d1_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/suspicious-shapes\\\/#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\":\"Suspicious Shapes\"}]},{\"@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":"Suspicious Shapes - 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\/suspicious-shapes\/","og_locale":"en_US","og_type":"article","og_title":"Suspicious Shapes - Minecraft","og_description":"Use glTF models in resource packs and mods!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/","name":"Suspicious Shapes - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/suspicious-shapes-icon-21d8f06a8474d7196e0303a8a4ebb19d32cf98d1_96.webp","datePublished":"2026-06-09T02:21:01+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/suspicious-shapes-icon-21d8f06a8474d7196e0303a8a4ebb19d32cf98d1_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/suspicious-shapes-icon-21d8f06a8474d7196e0303a8a4ebb19d32cf98d1_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/suspicious-shapes\/#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":"Suspicious Shapes"}]},{"@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\/150905","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\/150906"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=150905"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=150905"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=150905"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=150905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}