LootTweaker

Quick rating

LootTweaker

No reviews yet

A CraftTweaker addon that allows loot tables to be edited with ZenScript

No Theme
No Genre
Mod Addon
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
LootTweaker-0.5.1+MC1.12.2-DLS0.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

LootTweaker

LootTweaker is an addon for CraftTweaker that allows loot tables to be tweaked with ZenScript files. The vanilla loot table system is limited to overriding existing loot tables or creating entirely new ones.
LootTweaker allows you to make small or large tweaks to loot tables, without having to override the table completely.

Documentation

https://loottweaker-docs.readthedocs.io/en/latest/

Mixin

As of 0.4.0, LootTweaker requires Mixin. You must add a Mixin loader such as MixinBootstrap to your mods folder, or Minecraft will crash with Unable to launch java.lang.ClassNotFoundException: org.spongepowered.asm.launch.MixinTweaker as the error.

FAQ

Will there be a 1.13/1.14/1.15/... version?

LootTweaker will be remaining on 1.12.x. The CraftTweaker team has added an excellent API for the post-1.13 loot system to CraftTweaker itself. Therefore, rather than spending a lot of energy on understanding the post-1.13 loot system and creating a useful ZenScript interface to it, I have chosen to continue to improve LootTweaker for 1.12.x.

What should I use instead of LootTweaker in 1.13/1.14/1.15/...?

CraftTweaker versions for Minecraft 1.13 and later have an excellent loot API. It's quite different from LootTweaker's, but much more capable.

Can LootTweaker edit mob/structure/whatever loot?

LootTweaker edits loot tables. If a vanilla mechanic or mod mechanic uses loot tables, LootTweaker can edit those tables. To find out if a mod uses loot tables, check its documentation or ask the author.

Can LootTweaker create new loot tables?

Yes, this feature was implemented in version 0.2.0. See the documentation for the class loottweaker.LootTweaker for details.

Can LootTweaker automatically find and remove all of an item from loot tables?

No, though the feature is being worked on. There is no estimate for when it will be ready.

Can LootTweaker be installed only on the server?

Server-only installation is possible with LootTweaker 0.1.7 or later. However CraftTweaker requires that it is installed on both server and client. Clients without LootTweaker installed will still be able to use LootTweaker commands, but the feedback messages will be untranslated. Note that loot table dumps occur serverside. Client-only installation of LootTweaker is not supported.

Important Notes:

Only LootTweaker for 1.12 is still developed. A Forge version of at least 14.23.5.2779 is required

Want more loot conditions/functions?

Take a look at Loot Overhaul by tmtravlr.

Need help or have a question?

LootTweaker's GitHub has a discussion forum where you can search previous questions and ask your own. The Discord still exists, but I'm experimenting with Github Discussions as it's more easily searched by its own search and search engines such as Google. If you comment on CurseForge, it may be some time before your comment is read.

Have a suggestion?

Create an issue here. If you comment on CurseForge, it may be some time before your comment is read.

LootTweaker

LootTweaker is an addon for CraftTweaker that allows loot tables to be tweaked with ZenScript files. The vanilla loot table system is limited to overriding existing loot tables or creating entirely new ones.
LootTweaker allows you to make small or large tweaks to loot tables, without having to override the table completely.

Documentation

https://loottweaker-docs.readthedocs.io/en/latest/

Mixin

As of 0.4.0, LootTweaker requires Mixin. You must add a Mixin loader such as MixinBootstrap to your mods folder, or Minecraft will crash with Unable to launch java.lang.ClassNotFoundException: org.spongepowered.asm.launch.MixinTweaker as the error.

FAQ

Will there be a 1.13/1.14/1.15/... version?

LootTweaker will be remaining on 1.12.x. The CraftTweaker team has added an excellent API for the post-1.13 loot system to CraftTweaker itself. Therefore, rather than spending a lot of energy on understanding the post-1.13 loot system and creating a useful ZenScript interface to it, I have chosen to continue to improve LootTweaker for 1.12.x.

What should I use instead of LootTweaker in 1.13/1.14/1.15/...?

CraftTweaker versions for Minecraft 1.13 and later have an excellent loot API. It's quite different from LootTweaker's, but much more capable.

Can LootTweaker edit mob/structure/whatever loot?

LootTweaker edits loot tables. If a vanilla mechanic or mod mechanic uses loot tables, LootTweaker can edit those tables. To find out if a mod uses loot tables, check its documentation or ask the author.

Can LootTweaker create new loot tables?

Yes, this feature was implemented in version 0.2.0. See the documentation for the class loottweaker.LootTweaker for details.

Can LootTweaker automatically find and remove all of an item from loot tables?

No, though the feature is being worked on. There is no estimate for when it will be ready.

Can LootTweaker be installed only on the server?

Server-only installation is possible with LootTweaker 0.1.7 or later. However CraftTweaker requires that it is installed on both server and client. Clients without LootTweaker installed will still be able to use LootTweaker commands, but the feedback messages will be untranslated. Note that loot table dumps occur serverside. Client-only installation of LootTweaker is not supported.

Important Notes:

Only LootTweaker for 1.12 is still developed. A Forge version of at least 14.23.5.2779 is required

Want more loot conditions/functions?

Take a look at Loot Overhaul by tmtravlr.

Need help or have a question?

LootTweaker's GitHub has a discussion forum where you can search previous questions and ask your own. The Discord still exists, but I'm experimenting with Github Discussions as it's more easily searched by its own search and search engines such as Google. If you comment on Modrinth, it may be some time before your comment is read.

Have a suggestion?

Create an issue here. If you comment on Modrinth, it may be some time before your comment is read.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

36.2m
Total Downloads
CurseForge
36.2m
Modrinth
~22,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works