Skip to content

Commit

Permalink
Merge pull request #38 from Komaru-cats/ver/2.4
Browse files Browse the repository at this point in the history
Sync files from private development repository 2.4
  • Loading branch information
ItzSkyReed authored Oct 19, 2024
2 parents 56df177 + ea79e28 commit 024cf45
Show file tree
Hide file tree
Showing 165 changed files with 2,617 additions and 116 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"display": {
"icon": {
"id": "minecraft:suspicious_stew"
},
"title": {
"translate": "Blind Friend"
},
"description": {
"translate": "Take a blind Fox on a lead",
"color": "#75E1FF"
},
"frame": "goal",
"hidden": false,
"announce_to_chat": true
},
"parent": "blazeandcave:animal/what_does_the_fox_say",
"criteria": {
"trigger": {
"trigger": "minecraft:player_interacted_with_entity",
"conditions": {
"item": {
"items": [
"minecraft:lead"
]
},
"entity": {
"type": "minecraft:fox",
"effects": {
"minecraft:blindness": {}
}
}
}
}
},
"rewards": {
"function": "bc_rewards:animal/blind_friend"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"display": {
"icon": {
"id": "minecraft:netherite_sword"
},
"title": {
"translate": "Extraordinary Duel"
},
"description": {
"translate": "Look at the Fox through a spyglass, killing the Wolf that is attacking the player, while holding a Netherite Sword",
"color": "dark_purple"
},
"frame": "challenge",
"announce_to_chat": true
},
"parent": "bacaped:animal/fox_poses",
"criteria": {
"trigger": {
"trigger": "minecraft:using_item",
"conditions": {
"player": {
"type_specific": {
"type": "minecraft:player",
"looking_at": {
"type": "minecraft:fox",
"equipment": {
"mainhand": {
"items": "minecraft:netherite_sword"
}
},
"targeted_entity": {
"type": "minecraft:wolf",
"targeted_entity": {
"type": "minecraft:player"
}
}
}
}
},
"item": {
"items": "minecraft:spyglass"
}
}
}
},
"rewards": {
"function": "bc_rewards:animal/extraordinary_duel"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"display": {
"icon": {
"id": "minecraft:spyglass",
"components": {
"minecraft:profile": {
"id": [
1671035703,
-250330693,
-1369778158,
-2078722794
],
"properties": [
{
"name": "textures",
"value": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODlhM2E5ZTk0NmIxZGNmODUyNzEwY2VmNjM2MzVjYTJjYjA2ZWI4YTVhYWRkMWJlYjZmOTkwNTQ3NDk2MTc4OCJ9fX0="
}
]
}
}
},
"title": {
"translate": "Fox Poses"
},
"description": {
"translate": "Look at the Fox in all its poses using a spyglass",
"color": "#75E1FF"
},
"frame": "goal",
"announce_to_chat": true
},
"parent": "bacaped:animal/blind_friend",
"criteria": {
"crouching": {
"trigger": "minecraft:using_item",
"conditions": {
"player": {
"type_specific": {
"type": "minecraft:player",
"looking_at": {
"type": "minecraft:fox",
"nbt": "{Crouching:1b}"
}
}
},
"item": {
"items": "minecraft:spyglass"
}
}
},
"sitting": {
"trigger": "minecraft:using_item",
"conditions": {
"player": {
"type_specific": {
"type": "minecraft:player",
"looking_at": {
"type": "minecraft:fox",
"nbt": "{Sitting:1b}"
}
}
},
"item": {
"items": "minecraft:spyglass"
}
}
},
"sleeping": {
"trigger": "minecraft:using_item",
"conditions": {
"player": {
"type_specific": {
"type": "minecraft:player",
"looking_at": {
"type": "minecraft:fox",
"nbt": "{Sleeping:1b}"
}
}
},
"item": {
"items": "minecraft:spyglass"
}
}
}
},
"rewards": {
"function": "bc_rewards:animal/fox_poses"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"display": {
"icon": {
"id": "minecraft:enchanted_book",
"components": {
"minecraft:enchantments": {
"minecraft:thorns": 3
}
}
},
"title": {
"translate": "Furry Fury"
},
"description": {
"translate": "Take Damage from a Fox",
"color": "#75E1FF"
},
"frame": "goal",
"announce_to_chat": true
},
"parent": "blazeandcave:animal/foxy_thievery",
"criteria": {
"trigger": {
"trigger": "minecraft:entity_hurt_player",
"conditions": {
"damage": {
"source_entity": {
"type": "minecraft:fox"
}
}
}
}
},
"rewards": {
"function": "bc_rewards:animal/furry_fury"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"display": {
"icon": {
"id": "minecraft:pumpkin_pie"
},
"title": {
"translate": "Pie-Fox Fest"
},
"description": {
"translate": "Feed a Fox a pumpkin pie",
"color": "green"
},
"frame": "task",
"announce_to_chat": true
},
"parent": "blazeandcave:animal/what_does_the_fox_say",
"criteria": {
"trigger": {
"trigger": "minecraft:thrown_item_picked_up_by_entity",
"conditions": {
"entity": {
"type": "minecraft:fox"
},
"item": {
"items": "minecraft:pumpkin_pie"
}
}
}
},
"rewards": {
"function": "bc_rewards:animal/pie-fox_fest"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"display": {
"icon": {
"id": "minecraft:chorus_fruit"
},
"title": {
"translate": "TeleFoxing"
},
"description": {
"translate": "Feed a Fox a chorus fruit",
"color": "#75E1FF"
},
"frame": "goal",
"announce_to_chat": true
},
"parent": "bacaped:animal/pie-fox_fest",
"criteria": {
"requirement": {
"trigger": "minecraft:thrown_item_picked_up_by_entity",
"conditions": {
"entity": {
"type": "minecraft:fox"
},
"item": {
"items": "minecraft:chorus_fruit"
}
}
}
},
"rewards": {
"function": "bc_rewards:animal/telefoxing"
}
}
Loading

0 comments on commit 024cf45

Please sign in to comment.