ViesCraft Tweaker: Customize Airship Recipes and Fuel
ViesCraft Tweaker: Customize Airship Recipes and Fuel is a specialized utility mod built for players who want precise control over the airship mechanics in their Minecraft world. While the base ViesCraft mod introduces drivable airships and planes, its default crafting and fuel behavior often clashes with the balance of complex modpacks. This add-on bridges that gap by providing deep integration with CraftTweaker, allowing you to rewrite how the airship workbench functions without touching the rest of your game.
Core Functionality
The primary purpose of this tweaker is to expose all airship workbench operations to the CraftTweaker scripting environment. Instead of being locked into the mod's preset recipes, you gain the ability to add, remove, and modify every single craft involving your flying machines. This makes it an essential tool for modpack authors who want to gate airships behind specific progression paths.
What You Can Control
- Full recipe management for the airship workbench via the mods.vctweaker namespace.
- Custom fuel item lists, letting you power your airships with anything from blaze rods to glowstone dust.
- A replacement for the standard JEI plugin, offering cleaner and more detailed recipe display without visual conflicts.
- Fixes for minor interface bugs that could appear when ViesCraft runs alongside other mods.
Installation and Version Compatibility
This mod is strictly designed for Minecraft 1.11.2. The developer intentionally limited support to this version because the later 1.12 update of ViesCraft shifted to standard vanilla crafting recipes, making a separate tweaker unnecessary. If you are maintaining a legacy modpack or a custom server on 1.11.2, this is the definitive solution for customizing your air fleet.
To install, you will need both CraftTweaker and JEI (Just Enough Items) as dependencies. The mod itself does not require a separate loader beyond the standard Forge version for 1.11.2. For those looking to streamline the process, you can easily download ViesCraft Tweaker: Customize Airship Recipes and Fuel through a launcher that supports direct mod management, which simplifies the setup and lets you switch between multiple experimental profiles without manual file copying.
How to Install
If you prefer a manual approach, follow these steps:
- Ensure you have Minecraft Forge for 1.11.2 installed and running at least once.
- Download the ViesCraft Tweaker jar file and place it into your mods folder.
- Confirm that CraftTweaker and JEI are present in the same folder.
- Launch the game. The mod will generate default scripts and configuration files in your scripts directory.
For a more automated experience, using a launcher with built-in mod repositories is recommended. This method allows you to add the mod to your profile in a couple of clicks, which is especially useful when testing multiple recipe configurations.
Scripting Syntax and Examples
Writing scripts for ViesCraft Tweaker: Customize Airship Recipes and Fuel follows the familiar CraftTweaker syntax, with one key difference: you replace recipes with mods.vctweaker. Here are the basic commands you will use:
- Remove a recipe:
mods.vctweaker.remove(<vc:airship_workbench>); - Add a shaped recipe:
mods.vctweaker.addShaped(<minecraft:stick> * 4, [[<minecraft:planks>, null], [null, <minecraft:planks>]]); - Add a shapeless recipe:
mods.vctweaker.addShapeless(<minecraft:stick> * 4, [<ore:plankWood>, <ore:plankWood>]);
Note that these commands only affect the airship workbench, leaving your standard crafting table untouched. This separation allows for precise balancing without unintended side effects.
Customizing Fuel for Your Air Fleet
One of the most powerful features is the ability to redefine what your airships burn. For example, you can remove coal and wood from the default fuel list and replace them with glowstone dust or diamonds. This creates a unique progression where flight becomes a reward for mastering magical mods. Simply write a script that removes the standard fuel recipes and adds your desired items through the mods.vctweaker namespace. The exact syntax may vary slightly depending on your ViesCraft version, but the principle remains consistent.
Modpack Integration and Permissions
The author explicitly allows free use of this mod in any public or private modpack. Because it does not alter global game mechanics, it coexists peacefully with dozens of other modifications, including core libraries like JEI and CraftTweaker. When writing scripts, remember that removing the airship workbench recipe entirely will prevent its creation, so always provide an alternative crafting path if you intend to replace it. This ensures your pack remains playable and balanced.
Final Thoughts
ViesCraft Tweaker: Customize Airship Recipes and Fuel is a niche but incredibly valuable tool for anyone still playing on Minecraft 1.11.2. It transforms the airship system from a static feature into a fully customizable gameplay element. With a low learning curve for CraftTweaker veterans and a straightforward configuration process, it closes all the gaps left by the base mod. If your current build lacks flexibility in airship mechanics, this add-on is the definitive fix.