Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
All versions
1.2.0.4
Release
Looot 1.2.0.43 years ago 2,828
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Changes
1.20.1-1.2.0.4
- Fix infinite loop in add_table loot modifier
- Fix #forge:weapons tag to refer to vanilla #swords tag instead of no-longer-existing #forge:tools/swords
1.20.1-1.2.0.3
- Fixed TagLoader error on server start due to forge:tools/polearms tag referencing forge:tools/axes and forge:tools/hoes tags, which no longer exist. Polearms tag now references minecraft:axes and minecraft:hoes tags.
1.20.1-1.2.0.2
- Updated to Minecraft 1.20.1
1.19.2-1.2.0.1
- Fixed crash on server start due to MergeableCodecDataManager referring to missing ImmutableMap class
1.19.2-1.2.0.0
- Updated to 1.19.2. Now requires forge 43.1.0 or higher.
- Added "looot:add_table" global loot modifier, which rolls loot from a specified secondary loot table and adds the result to the target loot. Example loot modifier json that adds loot to pillager outpost chests:
{
"type": "looot:add_table",
"conditions":
[
{
"condition": "forge:loot_table_id",
"loot_table_id": "minecraft:chests/pillager_outpost"
}
],
"table": "workshopsofdoom:subtables/extra_pillager_outpost_loot"
}
- Removed the following tags as forge now provides equivalent or similar tags:
- forge:armor -> superceded by the forge:armors tag included with forge
- forge:axes -> forge:tools/axes
- forge:boots -> forge:armors/boots
- forge:bows -> forge:tools/bows
- forge:chestplates -> forge:armors/chestplates
- forge:crossbows -> forge:tools/crossbows
- forge:helmets -> forge:armors/helmets
- forge:hoes -> forge:tools/hoes
- forge:leggings -> forge:armors/leggings
- forge:pickaxes -> forge:tools/pickaxes
- forge:rods/fishing -> forge:tools/fishing_rods
- forge:shovels -> forge:tools/shovels
- forge:swords -> forge:tools/swords
- forge:tools -> forge:tools (be aware that forge's version of this tag includes swords, bows, crossbows, and tridents, but lacks flint and steel and shears)
- forge:tridents -> forge:tools/tridents
- Renamed the following tags:
- forge:armor/chainmail -> forge:armors/chainmail
- forge:armor/diamond -> forge:armors/diamond
- forge:armor/golden -> forge:armors/golden
- forge:armor/iron -> forge:armors/iron
- forge:armor/leather -> forge:armors/leather
- forge:armor/netherite -> forge:armors/netherite
- forge:boots_and_leggings -> forge:armors/boots_and_leggings
- forge:chestplates_and_helmets -> forge:armors/chestplates_and_helmets
- forge:missile_weapons -> forge:tools/missile_weapons
- forge:polearms -> forge:tools/polearms
1.18.2-1.1.1.0
- Updated to 1.18.2. Now requires forge 40.1.0 or higher. Be aware that previous versions of looot will not work on 1.18.2, and looot 1.1.1.0 will not work on minecraft 1.18.1 or older.
1.18-1.1.0.0
- Updated to 1.18
- Random generated names are no longer italic
1.16.4-1.0.0.3
- Fixed a stack overflow crash that could occur if the epic name generator chose the same word twice
1.16.4-1.0.0.2
- Added minecraft:power to nameable enchantments
1.16.4-1.0.0.1
- Added fishing rods to forge:rods/fishing item tag so the name generator generates fishing-rod-specific names for fishing rods
1.16.4-1.0.0.0
- Made exist
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:jv34cmK0:16J6uqYI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jv34cmK0:16J6uqYI"
}

