diff --git a/data/tid/functions/custom_mobs/babirusan_scavenger.mcfunction b/data/tid/functions/custom_mobs/babirusan_scavenger.mcfunction index 3497fec5..e0084252 100644 --- a/data/tid/functions/custom_mobs/babirusan_scavenger.mcfunction +++ b/data/tid/functions/custom_mobs/babirusan_scavenger.mcfunction @@ -1 +1 @@ -summon minecraft:piglin_brute ~ ~ ~ {IsImmuneToZombification:1,CannotHunt:1,CustomName:"\"Babirusan Scavenger\"",Health:16,HandItems:[{id:golden_sword,Count:1},{id:flint,tag:{display:{Name:'[{"text":"Babirusan Shiv","italic":false,"color":"dark_red","bold":true}]',Lore:['[{"text":"Costs one Gold Ingot per swing.","italic":false,"color":"red"}]']},AttributeModifiers:[{AttributeName:"generic.attack_damage",Amount:80,Operation:0,UUID:[I;-120713,28944,194251,-57888],Slot:mainhand,Name:"generic.attack_damage"}],super_flint:1b,Enchantments:[{}]},Count:1}],HandDropChances:[0F,0.05F],ArmorItems:[{id:leather_boots,tag:{display:{color:1908001}},Count:1},{id:leather_leggings,tag:{display:{color:1908001}},Count:1},{id:leather_chestplate,tag:{display:{color:1908001}},Count:1},{id:blackstone_stairs,Count:1}],ArmorDropChances:[0.00F,0.00F,0.00F,0.00F],Attributes:[{Name:"generic.movement_speed",Base:0.37F},{Name:"generic.max_health",Base:24F}],Tags:["babirusan_scavenger"]} \ No newline at end of file +summon minecraft:piglin_brute ~ ~ ~ {IsImmuneToZombification:1,CannotHunt:1,CustomName:"\"Babirusan Scavenger\"",Health:36,HandItems:[{id:golden_sword,Count:1}],HandDropChances:[0F,0F],ArmorItems:[{id:leather_boots,tag:{display:{color:1908001}},Count:1},{id:leather_leggings,tag:{display:{color:1908001}},Count:1},{id:leather_chestplate,tag:{display:{color:1908001}},Count:1},{id:blackstone_stairs,Count:1}],ArmorDropChances:[0.00F,0.00F,0.00F,0.00F],Attributes:[{Name:"generic.movement_speed",Base:0.377F},{Name:"generic.max_health",Base:36F}],Tags:["babirusan_scavenger"]} diff --git a/data/tid/functions/gameplay/replace_spawns_infernal.mcfunction b/data/tid/functions/gameplay/replace_spawns_infernal.mcfunction index ef1b2092..e7278b4e 100644 --- a/data/tid/functions/gameplay/replace_spawns_infernal.mcfunction +++ b/data/tid/functions/gameplay/replace_spawns_infernal.mcfunction @@ -10,13 +10,13 @@ execute if predicate tid:random_50 run scoreboard players add temp value 16 execute if score temp value matches 0..7 run function tid:custom_mobs/debris_demon #Babirusan Scavenger -execute if score temp value matches 8..10 run function tid:custom_mobs/babirusan_scavenger +execute if score temp value matches 8..9 run function tid:custom_mobs/babirusan_scavenger #Charged Creeper -execute if score temp value matches 11..14 run summon minecraft:creeper ~ ~ ~ {powered:1} +execute if score temp value matches 10..13 run summon minecraft:creeper ~ ~ ~ {powered:1} #War Pig -execute if score temp value matches 15..28 run function tid:custom_mobs/war_pig_4 +execute if score temp value matches 14..28 run function tid:custom_mobs/war_pig_4 #Dye Zombie execute if score temp value matches 29..30 run summon minecraft:zombie ~ ~ ~ {HandItems:[{id:black_dye,Count:1}],HandDropChances:[2F]} diff --git a/data/tid/loot_tables/chests/jungle_trident.json b/data/tid/loot_tables/chests/jungle_trident.json index 4c05125a..57af37a3 100644 --- a/data/tid/loot_tables/chests/jungle_trident.json +++ b/data/tid/loot_tables/chests/jungle_trident.json @@ -31,7 +31,7 @@ { "type": "item", "weight": 25, - "name": "minecraft:prismarine_shard", + "name": "minecraft:sponge", "functions": [ { "function": "set_count", @@ -45,7 +45,7 @@ { "type": "item", "weight": 25, - "name": "minecraft:prismarine_crystals", + "name": "minecraft:wet_sponge", "functions": [ { "function": "set_count", diff --git a/data/tid/structures/junction/entrance.nbt b/data/tid/structures/junction/entrance.nbt index f6fdb98e..6aacd6b9 100644 Binary files a/data/tid/structures/junction/entrance.nbt and b/data/tid/structures/junction/entrance.nbt differ diff --git a/data/tid/structures/junction/smiles.nbt b/data/tid/structures/junction/smiles.nbt new file mode 100644 index 00000000..03e85bd2 Binary files /dev/null and b/data/tid/structures/junction/smiles.nbt differ