Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
4gor to update repo after update aaaaaaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
ANightDazingZoroark committed Dec 2, 2021
1 parent 3ee70a1 commit d49e3f4
Show file tree
Hide file tree
Showing 11 changed files with 100 additions and 3 deletions.
2 changes: 1 addition & 1 deletion behaviors/animation_controllers/player stuff.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"noon": {
"transitions": [
{
"mobEvents": "variable.choose_number = (math.floor(math.random(0,16))); return variable.choose_number == 0;"
"mobEvents": "variable.choose_number = (math.floor(math.random(0,4))); return variable.choose_number == 0;"
},
{
"limbo": "variable.choose_number >= 1"
Expand Down
3 changes: 2 additions & 1 deletion behaviors/animation_controllers/staff related stuff.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
}
],
"on_entry": [
"/function cmd.aggravating_horn"
"/function cmd.aggravating_horn",
"/playsound item.aggravating_horn_sounds @a[r=64]"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion behaviors/items/tools/aggravating horn.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"minecraft:use_duration": 6942066669420666,
"minecraft:icon": {
"texture": "placeholder"
"texture": "aggravating horn"
},
"minecraft:display_name": {
"value": "item.rift:aggravating_horn.name"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"format_version": "1.13.0",
"minecraft:recipe_shaped": {
"description": {
"identifier": "rift:aggravating_horn_crafting_crimson"
},
"tags": [
"crafting_table"
],
"pattern": [
"# #",
"#X#",
" # "
],
"key": {
"X": {
"item": "rift:parasaurolophus_horn"
},
"#": {
"item": "minecraft:crimson_slab"
}
},
"result": [
{
"item": "rift:aggravating_horn"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"format_version": "1.13.0",
"minecraft:recipe_shaped": {
"description": {
"identifier": "rift:aggravating_horn_crafting_warped"
},
"tags": [
"crafting_table"
],
"pattern": [
"# #",
"#X#",
" # "
],
"key": {
"X": {
"item": "rift:parasaurolophus_horn"
},
"#": {
"item": "minecraft:warped_slab"
}
},
"result": [
{
"item": "rift:aggravating_horn"
}
]
}
}
29 changes: 29 additions & 0 deletions behaviors/recipes/crafting table/aggravating horn crafting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"format_version": "1.13.0",
"minecraft:recipe_shaped": {
"description": {
"identifier": "rift:aggravating_horn_crafting"
},
"tags": [
"crafting_table"
],
"pattern": [
"# #",
"#X#",
" # "
],
"key": {
"X": {
"item": "rift:parasaurolophus_horn"
},
"#": {
"item": "minecraft:wooden_slab"
}
},
"result": [
{
"item": "rift:aggravating_horn"
}
]
}
}
Empty file removed behaviors/temp
Empty file.
Binary file added resources/sounds/item/aggravating horn sounds.ogg
Binary file not shown.
6 changes: 6 additions & 0 deletions resources/sounds/sound_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,11 @@
"sounds": [
"sounds/block/hammer sounds"
]
},
"item.aggravating_horn_sounds": {
"category": "neutral",
"sounds": [
"sounds/item/aggravating horn sounds"
]
}
}
3 changes: 3 additions & 0 deletions resources/textures/item_texture.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"command console": {
"textures": "textures/items/command console"
},
"aggravating horn": {
"textures": "textures/items/aggravating horn"
},
"wrench": {
"textures": "textures/items/wrench"
},
Expand Down
Binary file added resources/textures/items/aggravating horn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d49e3f4

Please sign in to comment.