Looot 是为 Minecraft Forge 开发的库模组,为其他模组和数据包添加了额外的战利品表实用工具。
这个模组并不直接向游戏中添加任何内容!
除其他功能外,它还添加了一个战利品表函数,用于随机生成附魔物品的名称。有关技术细节,请参阅Wiki链接。
截图:
来自Modrinth
Looot 1.2.0.4
looot-1.20.1-1.2.0.4.jar下载1.2.0.4#Release
## 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
* 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
展开
版本: 1.2.0.4
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 1,580
Looot 1.2.0.3
looot-1.20.1-1.2.0.3.jar下载1.2.0.3#Release
## 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
* 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
展开
版本: 1.2.0.3
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 103
收录