Sample Blocks
{
type = "removestuff"
operation = "removetier"
tier = "stuff"
}
{
type = "moreobsidian"
operation = "changeweight"
item = "minecraft:obsidian"
relative_weight = 3.5
}
{
type = "nobook"
operation = "remove"
item = "Botania:lexicon"
}
{
type = "redheart"
operation = "add"
item = "TConstruct:heartCanister:1"
min_size = 1
max_size = 3
weight = 1.5
}
{
type = "enchantingots"
operation = "changenbt"
item = "minecraft:gold_ingot"
nbt = {
ench = {
0 = {
id = 23
level = 2
}
1 = {
id = 17
level = 1
}
}
}
}
Source Code
The source code for LootTweaks can be found here:
GitHub