Difference between revisions of "Modpack Development"

From TerraFirmaCraft Plus Wiki
Jump to: navigation, search
(Making a new page to preserve modpack making so we don't have to bother face all the time)
 
Line 5: Line 5:
  
 
=== Basics of Mod Compatibility and Recipe Modification === <!--T:3-->
 
=== Basics of Mod Compatibility and Recipe Modification === <!--T:3-->
 +
<!--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].

Revision as of 13:55, 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.