your current location:首页 > news>TFC DRYING RACK Minecraft

TFC DRYING RACK Minecraft

2024-12-15 02:15:24|Myriagame |source:minecraft skins

The drying rack is a legend for Qunluan: the simple tool used in the next generation.

You only need to make a drying rack, right -click to place the items you want to handle on it, and then wait for a period of time. There is a certain probability of success

There are the following settings by default:

Dry vegetables to get their seeds; (15%probability)

Dry the flowers to make dyes; (instead of using stone mill)

The use of liquid dyes for compulsory; (solid dye is just powder) here, the author should emphasize authenticity

Dry the nitrogen powder to get salt; what kind of ghost!Can eat dead people!I just said that the author emphasizes authenticity

Dry the leaves to get thatch.

Crafttweaker's API usage:

// Import module

Import Mods.tfcdryingrack.rack;

// Add new formula

Rack.addrecipe (String RegistryName, IINGREDIENT Input, Itemstack Output, Int National, Float Chance);

// Remove the formula through the name

Rack.removeRecipe (String registryname);

// Remove the formula of a certain thing

Rack.removeRecipe (ingredient input);

Minecraft images

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.