Difference between revisions of "Modpack Development"

From TerraFirmaCraft Plus Wiki
Jump to: navigation, search
Line 6: Line 6:
 
=== Basics of Mod Compatibility and Recipe Modification === <!--T:3-->
 
=== Basics of Mod Compatibility and Recipe Modification === <!--T:3-->
 
<!--T:4-->
 
<!--T:4-->
The recommended way of modifying TFC+ recipes, and for modifying recipes in general, is to use minetweaker3 with the TFC+ compatibility addon written for it. A guide to minetweaker can be found [http://minetweaker3.powerofbytes.com/wiki/Main_Page here]. The TFC+ compatibility is [https://github.com/Awsomekeldeo/TFCPlus-Tweaker here]. Specifically refer to [https://github.com/Awsomekeldeo/TFCPlus-Tweaker/blob/master/scripts/TFC.Tweaker.Instructions.zs the example recipes].
+
The recommended way of modifying TFC+ recipes, and for modifying recipes in general, is to use minetweaker3 with the TFC+ compatibility addon written for it. A guide to minetweaker can be found [http://minetweaker3.powerofbytes.com/wiki/Main_Page here]. The TFC+ compatibility is [https://github.com/Awsomekeldeo/TFCPlus-Tweaker here]. Specifically refer to [https://github.com/Awsomekeldeo/TFCPlus-Tweaker/blob/master/scripts/TFC.Tweaker.Instructions.zs the example recipes] in order to understand how minetweaker fits into TFC. We also recommend checking out [https://github.com/TeloDev/Telomerase/blob/main/scripts/TFCPlus.zs pre-existing modpack scripts] in order to see applied examples with inter-mod compatibility.

Revision as of 13:58, 17 August 2022

Introduction to Modpack Development for TFC+

This guide is written to guide complete beginners in minecraft modpack making to making their own TFC+ modpack. It will teach you everything required (or otherwise lead you to sources). We will assume a basic understanding of Minecraft modding for the client from you (setting up forge, putting mods and their API's into the mods folder, etc.)

Basics of Mod Compatibility and Recipe Modification

The recommended way of modifying TFC+ recipes, and for modifying recipes in general, is to use minetweaker3 with the TFC+ compatibility addon written for it. A guide to minetweaker can be found here. The TFC+ compatibility is here. Specifically refer to the example recipes in order to understand how minetweaker fits into TFC. We also recommend checking out pre-existing modpack scripts in order to see applied examples with inter-mod compatibility.