GDTweaker

GDTweaker

Mod

Use Crt to modify Gaia Dimension's recipes.

Client and server Utility

724 downloads
0 followers
Createda year ago
Updateda year ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Use CraftTweaker to modify Gaia Dimension's recipes.

Example:

1.12.2

import mods.GDTweaker.GDTweaker;

GDTweaker.addPurifyRecipe(<minecraft:diamond>,<minecraft:stone>,<minecraft:dirt>,1);
GDTweaker.addGlitterRecipe(<minecraft:diamond_block>,<minecraft:nether_star>,<minecraft:iron_ingot>,1);
GDTweaker.removePurifyRecipe(<gaiadimension:corrupt_grass>);
GDTweaker.removeGlitterRecipe(<gaiadimension:green_opal>);

1.16.5

<recipetype:gaiadimension:purifying>.addRecipe("test",<item:minecraft:diamond>,<item:minecraft:coal>,<item:minecraft:charcoal>,1f,10);
<recipetype:gaiadimension:purifying>.removeRecipeByName("gaiadimension:purifying/pink_agate_wood");
<recipetype:gaiadimension:restructuring>.addRecipe("test1",<item:minecraft:enchanted_golden_apple>,<item:minecraft:gold_ingot>,<item:minecraft:golden_apple>,1f,10);
<recipetype:gaiadimension:restructuring>.removeRecipeByName("gaiadimension:restructuring/proustite");

Require CraftTweaker and Gaia Dimension.


Project members

BiggestXuan

Owner


Technical information

License
MIT
Client side
required
Server side
required
Project ID