added berserker
This commit is contained in:
parent
e3b5b34017
commit
143fdab6fa
11 changed files with 62 additions and 8 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"primitive_creatures:iloger_6",
|
||||
"primitive_creatures:musselwarden",
|
||||
"primitive_creatures:piloger_9",
|
||||
"primitive_creatures:iloger_10",
|
||||
"primitive_creatures:viloger_10",
|
||||
"primitive_creatures:wiloger"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"type": "forge:none"
|
||||
}
|
||||
|
|
@ -377,7 +377,7 @@
|
|||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "species:music_disc_dial",
|
||||
"weight": 5
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
|
|
|
|||
|
|
@ -591,6 +591,11 @@
|
|||
"type": "minecraft:item",
|
||||
"name": "chalk:light_gray_chalk",
|
||||
"weight": 70
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "species:music_disc_lapidarian",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
|
|
|
|||
|
|
@ -342,6 +342,11 @@
|
|||
"type": "minecraft:item",
|
||||
"name": "minecraft:coast_armor_trim_smithing_template",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "alekiships:music_disc_pirate_crafting",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
|
|
|
|||
BIN
kubejs/data/tfg/structures/illager_generic/mobs/berserker.nbt
Normal file
BIN
kubejs/data/tfg/structures/illager_generic/mobs/berserker.nbt
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "tfg:illagers/mob_berserker",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 100,
|
||||
"element": {
|
||||
"location": "tfg:illager_generic/mobs/berserker",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -28,6 +28,15 @@
|
|||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 80,
|
||||
"element": {
|
||||
"location": "tfg:illager_generic/mobs/berserker",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -210,6 +210,22 @@ function registerPrimitiveCreaturesLoots(event) {
|
|||
Item.of('tfc_textile:panther_pants'),
|
||||
Item.of('tfc_textile:panther_boots')])
|
||||
|
||||
// berserker - guy with celtic blue face paint
|
||||
event.addEntityLootModifier('primitive_creatures:iloger_10')
|
||||
.removeLoot(ItemFilter.ALWAYS_TRUE)
|
||||
.addWeightedLoot([
|
||||
LootEntry.of('gtceu:cobalt_brass_sword').damage([0.85, 1]),
|
||||
LootEntry.of('sns:burlap_sack'),
|
||||
LootEntry.of('sns:seed_pouch'),
|
||||
LootEntry.of('sns:ore_sack')])
|
||||
event.addEntityLootModifier('primitive_creatures:iloger_10')
|
||||
.randomChance(CLOTHING_DROP_RATE)
|
||||
.addWeightedLoot([
|
||||
Item.of('tfc_textile:sabertooth_hat'),
|
||||
Item.of('tfc_textile:sabertooth_shirt'),
|
||||
Item.of('tfc_textile:sabertooth_pants'),
|
||||
Item.of('tfc_textile:sabertooth_boots')])
|
||||
|
||||
// mistah beeeaaaasssstt
|
||||
event.addEntityLootModifier('primitive_creatures:beast')
|
||||
.removeLoot(ItemFilter.ALWAYS_TRUE)
|
||||
|
|
|
|||
|
|
@ -10833,7 +10833,7 @@
|
|||
},
|
||||
{
|
||||
"type": "curseforge",
|
||||
"file_name": "primitive creatures V2.0.4 1.20.1.jar",
|
||||
"file_name": "primitive creatures V2.2 1.20.1 .jar",
|
||||
"mc_versions": [
|
||||
"1.20.1"
|
||||
],
|
||||
|
|
@ -10841,18 +10841,18 @@
|
|||
"forge"
|
||||
],
|
||||
"release_type": "release",
|
||||
"url": "https://edge.forgecdn.net/files/6916/123/primitive creatures V2.0.4 1.20.1.jar",
|
||||
"id": "6916123",
|
||||
"url": "https://edge.forgecdn.net/files/7000/784/primitive creatures V2.2 1.20.1 .jar",
|
||||
"id": "7000784",
|
||||
"parent_id": "1218288",
|
||||
"hashes": {
|
||||
"sha1": "939d37037cc19b15aa8581afa513a724268858b1",
|
||||
"md5": "9baf3e79f190339e9df0f86bb87bf523"
|
||||
"sha1": "f76bde1ecf37c7111859ebb02cdef978ec370191",
|
||||
"md5": "9cc3392503d06d05fe2d5fe22a64e6cf"
|
||||
},
|
||||
"required_dependencies": [
|
||||
"388172"
|
||||
],
|
||||
"size": 501549,
|
||||
"date_published": "2025-08-22T19:27:59.940Z"
|
||||
"size": 525102,
|
||||
"date_published": "2025-09-15T19:44:19.663Z"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue