XEliteZ Official Wiki
Advertisement
Frost Enforcer

Frost Enforcer

Default ID(pre-MC:1.7) 2201
Data Value 4
Blast Resistance 12.5
Tool Grid Stone Pickaxe
Stackable yes (64)
CFU Capacity 1200 CFU
CFU Intake 5 CFU/s
"A Frost Enforcer enforces certain tools to become more efficient and durable."

The Frost Enforcer is a machine that's mainly used for "upgrading" certain tools and weapons. It can enforce all of the vanilla tools/swords (and modded ones if certain requirements are met) using its full capacity of CFU(1200 CFU). This process will take that same amount of time in ticks, so 1200 ticks(=60 seconds). By enforcing vanilla tools the tools become 10-20% more efficient and have a flat +400 durability. This makes certain less dureable kinds of tools(like gold tools) more worth using.

How it works[]

In the mod's code it determines which items will be enforceable by just a certain set of numbers. By default it can create up to 25 diferent kinds of enforced tools/swords(Set in configuration file). This requires the tool to extend ItemSword, ItemHoe or ItemTool. It will detirmine which items will be enforceable ID wise (or just in listing order in 1.7.2) this meanes that the items with the lowest ID will be set to be able to enforced first, normally these tools will be the vanilla tools and swords.

Recipes[]

Frost Enforcer

Crafting GUI

Iron Ingot

CFU Handler

Iron Ingot

Frost Sprayer

Compressor

Furnace

Iron Ingot

CFU Storage Handler

Iron Ingot

Frost Enforcer


//TODO: put enforcing recipes here

Advertisement