Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Looot

Looot

Random item name generators and other loot table utilities

1,680
9
Equipment
Library
Utility

Compatibility

Minecraft: Java Edition

1.20.1

Platforms

Forge
NeoForge

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki

Creators

Commoble
Commoble Owner

Details

Licensed MIT
Published last year
Updated last year
DescriptionGalleryChangelogVersions

Looot 1.2.0.4

by Commoble on Jul 29, 2023
Download

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

Looot 1.2.0.3

by Commoble on Jul 22, 2023
Download

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

Modrinth is open source.

main@bd61f5d

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.