Skip to content

Commit

Permalink
Minor rebalances
Browse files Browse the repository at this point in the history
  • Loading branch information
Zungrysoft committed Jun 11, 2021
1 parent 868be83 commit 1ec9631
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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"]}
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"]}
Original file line number Diff line number Diff line change
Expand Up @@ -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]}
Expand Down
4 changes: 2 additions & 2 deletions data/tid/loot_tables/chests/jungle_trident.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"type": "item",
"weight": 25,
"name": "minecraft:prismarine_shard",
"name": "minecraft:sponge",
"functions": [
{
"function": "set_count",
Expand All @@ -45,7 +45,7 @@
{
"type": "item",
"weight": 25,
"name": "minecraft:prismarine_crystals",
"name": "minecraft:wet_sponge",
"functions": [
{
"function": "set_count",
Expand Down
Binary file modified data/tid/structures/junction/entrance.nbt
Binary file not shown.
Binary file added data/tid/structures/junction/smiles.nbt
Binary file not shown.

0 comments on commit 1ec9631

Please sign in to comment.