forked from GL33P-0R4NG3/oreganized
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
advancements & updated electrum textures
- Loading branch information
1 parent
d79ec51
commit fc35c1d
Showing
29 changed files
with
508 additions
and
200 deletions.
There are no files selected for viewing
34 changes: 22 additions & 12 deletions
34
src/generated/resources/assets/oreganized/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
src/generated/resources/data/oreganized/advancements/adventure/demoted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"parent": "minecraft:adventure/whos_the_pillager_now", | ||
"criteria": { | ||
"see_gargoyle_gargle": { | ||
"conditions": {}, | ||
"trigger": "oreganized:knocked_banner_off" | ||
} | ||
}, | ||
"display": { | ||
"announce_to_chat": true, | ||
"description": { | ||
"translate": "advancements.oreganized.demoted.description" | ||
}, | ||
"frame": "challenge", | ||
"hidden": false, | ||
"icon": { | ||
"item": "minecraft:crossbow", | ||
"nbt": "{Damage:0}" | ||
}, | ||
"show_toast": true, | ||
"title": { | ||
"translate": "advancements.oreganized.demoted.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"see_gargoyle_gargle" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/oreganized/advancements/adventure/garglin_water.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parent": "oreganized:adventure/weeping_devil", | ||
"criteria": { | ||
"see_gargoyle_gargle": { | ||
"conditions": {}, | ||
"trigger": "oreganized:see_gargoyle_gargle" | ||
} | ||
}, | ||
"display": { | ||
"announce_to_chat": true, | ||
"description": { | ||
"translate": "advancements.oreganized.garglin_water.description" | ||
}, | ||
"frame": "task", | ||
"hidden": false, | ||
"icon": { | ||
"item": "minecraft:water_bucket" | ||
}, | ||
"show_toast": true, | ||
"title": { | ||
"translate": "advancements.oreganized.garglin_water.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"see_gargoyle_gargle" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
src/generated/resources/data/oreganized/advancements/adventure/weeping_devil.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"parent": "minecraft:adventure/root", | ||
"criteria": { | ||
"activated_gargoyle": { | ||
"conditions": { | ||
"location": [ | ||
{ | ||
"condition": "minecraft:location_check", | ||
"predicate": { | ||
"block": { | ||
"blocks": [ | ||
"oreganized:gargoyle" | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"tag": "forge:ingots/silver" | ||
} | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:item_used_on_block" | ||
} | ||
}, | ||
"display": { | ||
"announce_to_chat": true, | ||
"description": { | ||
"translate": "advancements.oreganized.weeping_devil.description" | ||
}, | ||
"frame": "task", | ||
"hidden": false, | ||
"icon": { | ||
"item": "oreganized:gargoyle" | ||
}, | ||
"show_toast": true, | ||
"title": { | ||
"translate": "advancements.oreganized.weeping_devil.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"activated_gargoyle" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
49 changes: 49 additions & 0 deletions
49
src/generated/resources/data/oreganized/advancements/husbandry/groovy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"parent": "minecraft:husbandry/root", | ||
"criteria": { | ||
"use_scribe_on_ice": { | ||
"conditions": { | ||
"location": [ | ||
{ | ||
"condition": "minecraft:location_check", | ||
"predicate": { | ||
"block": { | ||
"tag": "minecraft:ice" | ||
} | ||
} | ||
}, | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"items": [ | ||
"oreganized:scribe" | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:item_used_on_block" | ||
} | ||
}, | ||
"display": { | ||
"announce_to_chat": true, | ||
"description": { | ||
"translate": "advancements.oreganized.groovy.description" | ||
}, | ||
"frame": "task", | ||
"hidden": false, | ||
"icon": { | ||
"item": "oreganized:grooved_ice" | ||
}, | ||
"show_toast": true, | ||
"title": { | ||
"translate": "advancements.oreganized.groovy.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"use_scribe_on_ice" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
src/generated/resources/data/oreganized/advancements/story/profound_brain_damage.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"parent": "oreganized:story/like_the_romans", | ||
"criteria": { | ||
"stunned": { | ||
"conditions": { | ||
"effects": { | ||
"oreganized:stunning": { | ||
"amplifier": { | ||
"max": 4 | ||
} | ||
} | ||
} | ||
}, | ||
"trigger": "minecraft:effects_changed" | ||
} | ||
}, | ||
"display": { | ||
"announce_to_chat": true, | ||
"description": { | ||
"translate": "advancements.oreganized.profound_brain_damage.description" | ||
}, | ||
"frame": "task", | ||
"hidden": false, | ||
"icon": { | ||
"item": "oreganized:molten_lead_bucket" | ||
}, | ||
"show_toast": true, | ||
"title": { | ||
"translate": "advancements.oreganized.profound_brain_damage.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"stunned" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
Oops, something went wrong.