GDTweaker — Minecraft Mods — MetaMods

GDTweaker

Active

Downloads

0

Last update

2 years ago

Versions

1.12.2 — 1.16.5
Client and server
Forge
Utils

GDTweaker

Utilize the power of CraftTweaker to fully customize recipes from the Gaia Dimension mod! This utility resource allows you to finely tune purification and transformation processes, opening limitless possibilities for creating your own unique recipes.

Practical Usage Examples

For Minecraft 1.12.2 Version

import mods.GDTweaker.GDTweaker;

// Add a new purification recipe
GDTweaker.addPurifyRecipe(<minecraft:diamond>, <minecraft:stone>, <minecraft:dirt>, 1);

// Create a glitter transformation recipe
GDTweaker.addGlitterRecipe(<minecraft:diamond_block>, <minecraft:nether_star>, <minecraft:iron_ingot>, 1);

// Remove existing recipes
GDTweaker.removePurifyRecipe(<gaiadimension:corrupt_grass>);
GDTweaker.removeGlitterRecipe(<gaiadimension:green_opal>);

For Minecraft 1.16.5 Version

// Add custom purification recipes
<recipetype:gaiadimension:purifying>.addRecipe("test", <item:minecraft:diamond>, <item:minecraft:coal>, <item:minecraft:charcoal>, 1f, 10);

// Remove standard recipes
<recipetype:gaiadimension:purifying>.removeRecipeByName("gaiadimension:purifying/pink_agate_wood");

// Configure restructuring processes
<recipetype:gaiadimension:restructuring>.addRecipe("test1", <item:minecraft:enchanted_golden_apple>, <item:minecraft:gold_ingot>, <item:minecraft:golden_apple>, 1f, 10);

// Remove unnecessary transformations
<recipetype:gaiadimension:restructuring>.removeRecipeByName("gaiadimension:restructuring/proustite");

System Requirements

For proper GDTweaker functionality, you need to install:

  • CraftTweaker
  • Gaia Dimension
Project members
BiggestXuan

BiggestXuan

Developer

Created: 1 Jan 2023

ID: 10719