Skip to content

Commit

Permalink
Revert "Use Bookshelf Library For Tip Conditions"
Browse files Browse the repository at this point in the history
This reverts commit e3856f4.
  • Loading branch information
Fyoncle committed Nov 26, 2024
1 parent 6b86528 commit c431584
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 70 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:mod_loaded",
"mods": ["betterthanmending"]
}
],
"title": {
"text": "Tip",
"underlined": true,
Expand All @@ -13,5 +7,11 @@
"text": {
"text": "You can sneak and right-click to repair tools that have Mending using your exp.",
"color": "white"
}
},
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": ["betterthanmending"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:mod_loaded",
"mods": ["supplementaries"]
}
],
"title": {
"text": "Tip",
"underlined": true,
Expand All @@ -13,5 +7,11 @@
"text": {
"text": "You can cage fireflies!",
"color": "white"
}
},
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": ["supplementaries"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:mod_loaded",
"mods": ["distractingtrims"]
}
],
"title": {
"text": "Tip",
"underlined": true,
Expand All @@ -13,5 +7,11 @@
"text": {
"text": "When you wear any gold-trimmed armor, piglins won’t become hostile towards you anymore!",
"color": "white"
}
},
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": ["distractingtrims"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:mod_loaded",
"mods": ["kaffees_dual_ride"]
}
],
"title": {
"text": "Tip",
"underlined": true,
Expand All @@ -13,5 +7,11 @@
"text": {
"text": "Now your friends can sit together on the same horse as you!",
"color": "white"
}
},
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": ["kaffees_dual_ride"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:mod_loaded",
"mods": ["elytratrims"]
}
],
"title": {
"text": "Tip",
"underlined": true,
Expand All @@ -13,5 +7,11 @@
"text": {
"text": "You can now also trim elytras!",
"color": "white"
}
},
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": ["elytratrims"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:mod_loaded",
"mods": ["horseinboat"]
}
],
"title": {
"text": "Tip",
"underlined": true,
Expand All @@ -13,5 +7,11 @@
"text": {
"text": "Horses can now sit in boats to travel with you!",
"color": "white"
}
},
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": ["horseinboat"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:mod_loaded",
"mods": ["calmdowndog"]
}
],
"title": {
"text": "Tip",
"underlined": true,
Expand All @@ -13,5 +7,11 @@
"text": {
"text": "You can sneak and right-click to pat your wolf and calm them!",
"color": "white"
}
},
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": ["calmdowndog"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:mod_loaded",
"mods": ["rightclickharvest"]
}
],
"title": {
"text": "Tip",
"underlined": true,
Expand All @@ -13,5 +7,11 @@
"text": {
"text": "You can now right-click crops to harvest and automatically replant them, and using hoes allows you to harvest larger areas!",
"color": "white"
}
},
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": ["rightclickharvest"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:mod_loaded",
"mods": ["sit"]
}
],
"title": {
"text": "Tip",
"underlined": true,
Expand All @@ -13,5 +7,11 @@
"text": {
"text": "You can now sit on stairs and slabs!",
"color": "white"
}
},
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": ["sit"]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:mod_loaded",
"mods": ["deeperdarker"]
}
],
"title": {
"text": "Tip",
"underlined": true,
Expand All @@ -13,5 +7,11 @@
"text": {
"text": "You can tame sculk snappers!",
"color": "white"
}
},
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": ["deeperdarker"]
}
]
}

0 comments on commit c431584

Please sign in to comment.