{"id":158996,"date":"2026-06-09T17:00:59","date_gmt":"2026-06-09T14:00:59","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/"},"modified":"2026-06-09T17:00:59","modified_gmt":"2026-06-09T14:00:59","slug":"trading-station","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/","title":{"rendered":"Trading station"},"content":{"rendered":"<p># Trading Station<br \/>\n&#8211; Item trading machine.<br \/>\n&#8211; Made for modpacks. __It doesn&#8217;t add any recipe.__<\/p>\n<p>## Dedicated wiki<\/p>\n<p>## 1.21.1-1.x Version Requires Mechanicals Lib<br \/>\n&#8211; Modrinth<\/p>\n<p>## Features<br \/>\n&#8211; Basic station with no power requirements.<br \/>\n&#8211; Powered station with RF power requirements.<br \/>\n&#8211; Custom *Trading recipe*<br \/>\n&#8211; Custom recipe requirements per recipe.<br \/>\n&#8211; Indestructible variant for each station.<br \/>\n&#8211; Configurable consumption &#038; progress.<br \/>\n&#8211; Mechanical (Create Addon) station available with companion mod.Link<\/p>\n<p>## Trading recipe<br \/>\n&#8211; `&#8221;type&#8221;: &#8220;trading_station:trading&#8221;`<br \/>\n&#8211; `result`:Output item. Item `components` allowed.<br \/>\n&#8211; `ingredients`: Required items.<br \/>\n&#8211; `processingTime`: Required time in ticks.<br \/>\n&#8211; `recipeRequirements`: Custom recipe requirements. WIKI<br \/>\n### Example (One ingredient)<br \/>\n&#8220;`json<br \/>\n{<br \/>\n\t&#8220;type&#8221;: &#8220;trading_station:trading&#8221;,<br \/>\n\t&#8220;result&#8221;: {<br \/>\n\t\t&#8220;id&#8221;: &#8220;minecraft:diamond&#8221;,<br \/>\n\t\t&#8220;count&#8221;: 5<br \/>\n\t},<br \/>\n\t&#8220;ingredients&#8221;: [<br \/>\n\t\t{<br \/>\n\t\t\t&#8220;ingredient&#8221;: {<br \/>\n\t\t\t\t&#8220;item&#8221;: &#8220;minecraft:emerald&#8221;<br \/>\n\t\t\t},<br \/>\n\t\t\t&#8220;count&#8221;: 5<br \/>\n\t\t}<br \/>\n\t]<br \/>\n}<br \/>\n&#8220;`<br \/>\n### Example (Two ingredients)<br \/>\n&#8220;`json<br \/>\n{<br \/>\n  &#8220;type&#8221;: &#8220;trading_station:trading&#8221;,<br \/>\n  &#8220;result&#8221;: {<br \/>\n    &#8220;id&#8221;: &#8220;minecraft:gold_block&#8221;,<br \/>\n    &#8220;count&#8221;: 5<br \/>\n  },<br \/>\n  &#8220;ingredients&#8221;: [<br \/>\n    {<br \/>\n      &#8220;ingredient&#8221;: {<br \/>\n        &#8220;item&#8221;: &#8220;minecraft:oak_log&#8221;<br \/>\n      },<br \/>\n      &#8220;count&#8221;: 5<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;ingredient&#8221;: {<br \/>\n        &#8220;item&#8221;: &#8220;minecraft:birch_log&#8221;<br \/>\n      },<br \/>\n      &#8220;count&#8221;: 10<br \/>\n    }<br \/>\n  ],<br \/>\n  &#8220;processingTime&#8221;: 250<br \/>\n}<br \/>\n&#8220;`<br \/>\n### Example (Enchanted book)<br \/>\n&#8220;`json<br \/>\n{<br \/>\n\t&#8220;type&#8221;: &#8220;trading_station:trading&#8221;,<br \/>\n\t&#8220;result&#8221;: {<br \/>\n\t\t&#8220;id&#8221;: &#8220;minecraft:enchanted_book&#8221;,<br \/>\n\t\t&#8220;count&#8221;: 1,<br \/>\n\t\t&#8220;components&#8221;: {<br \/>\n\t\t\t&#8220;minecraft:stored_enchantments&#8221;: {<br \/>\n\t\t\t\t&#8220;levels&#8221;: {<br \/>\n\t\t\t\t\t&#8220;minecraft:density&#8221;: 3<br \/>\n\t\t\t\t}<br \/>\n\t\t\t}<br \/>\n\t\t}<br \/>\n\t},<br \/>\n\t&#8220;ingredients&#8221;: [<br \/>\n\t\t{<br \/>\n\t\t\t&#8220;ingredient&#8221;: {<br \/>\n\t\t\t\t&#8220;item&#8221;: &#8220;minecraft:diamond&#8221;<br \/>\n\t\t\t},<br \/>\n\t\t\t&#8220;count&#8221;: 5<br \/>\n\t\t}<br \/>\n\t],<br \/>\n\t&#8220;processingTime&#8221;: 100<br \/>\n}<br \/>\n&#8220;`<br \/>\n## Example (Machine Requirement)<br \/>\n&#8220;`json<br \/>\n{<br \/>\n\t&#8220;type&#8221;: &#8220;trading_station:trading&#8221;,<br \/>\n\t&#8220;result&#8221;: {<br \/>\n\t\t&#8220;id&#8221;: &#8220;minecraft:emerald_block&#8221;,<br \/>\n\t\t&#8220;count&#8221;: 1<br \/>\n\t},<br \/>\n\t&#8220;ingredients&#8221;: [<br \/>\n\t\t{<br \/>\n\t\t\t&#8220;ingredient&#8221;: {<br \/>\n\t\t\t\t&#8220;item&#8221;: &#8220;minecraft:diamond&#8221;<br \/>\n\t\t\t},<br \/>\n\t\t\t&#8220;count&#8221;: 5<br \/>\n\t\t}<br \/>\n\t],<br \/>\n\t&#8220;processingTime&#8221;: 100,<br \/>\n\t&#8220;requirements&#8221;: [<br \/>\n\t\t{<br \/>\n\t\t\t&#8220;value&#8221;: [<br \/>\n\t\t\t\t&#8220;powered&#8221;,<br \/>\n\t\t\t\t&#8220;mechanical&#8221;<br \/>\n\t\t\t],<br \/>\n\t\t\t&#8220;type&#8221;: &#8220;trading_station:machine_id&#8221;<br \/>\n\t\t}<br \/>\n\t]<br \/>\n}<br \/>\n&#8220;`<br \/>\n## KubeJS<br \/>\n### Some examples<br \/>\n&#8220;`js<br \/>\n\/\/ Processing time<br \/>\nevent.recipes.trading_station.trading(Item.of(&#8216;minecraft:gold_block&#8217;, 5),[Item.of(&#8220;5x minecraft:oak_log&#8221;),Item.of(&#8220;10x minecraft:birch_log&#8221;)]).processingTime(250);<\/p>\n<p>\/\/Enchanted book result<br \/>\nevent.recipes.trading_station.trading(Item.of(&#8216;minecraft:enchanted_book[stored_enchantments={levels:{&#8220;minecraft:unbreaking&#8221;:3}}]&#8217;, 1),[Item.of(&#8220;minecraft:diamond&#8221;, 5)]).processingTime(100);<\/p>\n<p>\/\/With machine requirement<br \/>\nevent.recipes.trading_station.trading(Item.of(&#8216;minecraft:emerald_block&#8217;),[Item.of(&#8220;5x minecraft:diamond&#8221;)]).processingTime(100).requirements(MachineId.of([&#8220;powered&#8221;,&#8221;mechanical&#8221;]));<br \/>\n&#8220;`<br \/>\n### Machine ID (binding)<br \/>\n&#8220;`js<br \/>\nMachineId.of([&#8220;powered&#8221;,&#8221;mechanical&#8221;])<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Item trading machine.<\/p>\n","protected":false},"featured_media":158997,"template":"","meta":{"_minecraft_slug":"trading-station","_minecraft_project_id":"q1tc5eV5","_minecraft_author":"oierbravo","_minecraft_license":"LGPL-3.0-only","_minecraft_downloads":2066,"_minecraft_follows":7,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"trading-station.zip","_minecraft_size_bytes":8829008,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T00:29:40.094684Z","_minecraft_date_created":"2023-08-30T03:22:29.794647Z","_minecraft_date_modified":"2025-06-13T20:35:27.739788Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/trading-station","_minecraft_icon_attachment_id":158997,"_minecraft_imported_at":"2026-06-09T14:00:59+00:00","_minecraft_import_hash":"02500e4487ba55c47568d7078c61abaf","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,104,89,158,123],"mod_loader":[106,160],"minecraft_version":[56,37],"class_list":["post-158996","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-forge","mod_category-game-mechanics","mod_category-neoforge","mod_category-technology","mod_loader-forge","mod_loader-neoforge","minecraft_version-1-19-2","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Trading station - 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\/trading-station\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Trading station - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Item trading machine.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trading-station\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trading-station\\\/\",\"name\":\"Trading station - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trading-station\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trading-station\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/trading-station-icon-60f9c35489bdfadf37a8f1da56c92b11c443067e_96.webp\",\"datePublished\":\"2026-06-09T14:00:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trading-station\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trading-station\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trading-station\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/trading-station-icon-60f9c35489bdfadf37a8f1da56c92b11c443067e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/trading-station-icon-60f9c35489bdfadf37a8f1da56c92b11c443067e_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trading-station\\\/#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\":\"Trading station\"}]},{\"@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":"Trading station - 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\/trading-station\/","og_locale":"en_US","og_type":"article","og_title":"Trading station - Minecraft","og_description":"Item trading machine.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/","name":"Trading station - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/trading-station-icon-60f9c35489bdfadf37a8f1da56c92b11c443067e_96.webp","datePublished":"2026-06-09T14:00:59+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/trading-station-icon-60f9c35489bdfadf37a8f1da56c92b11c443067e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/trading-station-icon-60f9c35489bdfadf37a8f1da56c92b11c443067e_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/trading-station\/#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":"Trading station"}]},{"@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\/158996","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\/158997"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=158996"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=158996"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=158996"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=158996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}