Skip to content

Commit

Permalink
Rename the 'Sunken Skeleton' to 'Sunken' (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugman76 authored Apr 6, 2024
2 parents 29d07b9 + 393ceba commit b208444
Show file tree
Hide file tree
Showing 27 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"minecraft:skeleton",
"minecraft:stray",
"minecraft:wither_skeleton",
"promenade:sunken_skeleton"
"promenade:sunken"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"parent": "minecraft:adventure/ol_betsy",
"criteria": {
"kill_sunken_skeleton": {
"kill_sunken": {
"trigger": "minecraft:killed_by_crossbow",
"conditions": {
"player": [
Expand All @@ -31,7 +31,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "promenade:sunken_skeleton",
"type": "promenade:sunken",
"location": {
"fluid": {
"fluids": "#minecraft:water"
Expand All @@ -46,7 +46,7 @@
},
"requirements": [
[
"kill_sunken_skeleton"
"kill_sunken"
]
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"parent": "promenade:adventure/coral_bleacher_sniping",
"criteria": {
"kill_sunken_skeletons": {
"kill_sunkens": {
"trigger": "minecraft:killed_by_crossbow",
"conditions": {
"player": [
Expand All @@ -33,7 +33,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "promenade:sunken_skeleton",
"type": "promenade:sunken",
"nbt": "{Type:bubble}",
"location": {
"fluid": {
Expand All @@ -48,7 +48,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "promenade:sunken_skeleton",
"type": "promenade:sunken",
"nbt": "{Type:fire}",
"location": {
"fluid": {
Expand All @@ -63,7 +63,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "promenade:sunken_skeleton",
"type": "promenade:sunken",
"nbt": "{Type:horn}",
"location": {
"fluid": {
Expand All @@ -79,7 +79,7 @@
},
"requirements": [
[
"kill_sunken_skeletons"
"kill_sunkens"
]
],
"rewards": {
Expand Down

0 comments on commit b208444

Please sign in to comment.