Skip to content

Commit

Permalink
Set Active Version to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyoncle committed Nov 12, 2024
1 parent e1dd8ce commit ce40a7e
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"color": "green"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "You can sneak and right-click to repair tools that have Mending using your exp.",
"color": "white",
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"color": "yellow"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "You can cage fireflies!",
"color": "white"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"color": "gold"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "When you wear any gold-trimmed armor, piglins won’t become hostile towards you anymore!",
"color": "white"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"color": "yellow"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "Now your friends can sit together on the same horse as you!",
"color": "white"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"color": "white"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "If you want to learn this story, message Fyoncle on discord.",
"bold": true,
"color": "red"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"color": "light_purple"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "You can now also trim elytras!",
"color": "white"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"color": "dark_aqua"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "Horses can now sit in boats to travel with you!",
"color": "white"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"color": "gold"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "On Halloween, mobs have a 22.5% chance to spawn with a pumpkin and a 2.5% chance to spawn with a jack-o'-lantern on their heads.",
"color": "white"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"color": "red"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "You can sneak and right-click to pat your wolf and calm them!",
"color": "white"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"color": "yellow"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "You can now right-click crops to harvest and automatically replant them, and using hoes allows you to harvest larger areas!",
"color": "white"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"color": "dark_green"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "You can now sit on stairs and slabs!",
"color": "white"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"color": "blue"
},
//? if >=1.21.1 {
"text": {
//?} else {
/*"tip": {
*///?}
/*"text": {
*///?} else {
"tip": {
//?}
"text": "You can tame sculk snappers!",
"color": "white"
}
Expand Down
2 changes: 1 addition & 1 deletion stonecutter.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins.apply "dev.kikugie.stonecutter"
stonecutter.active "1.21.1" /* [SC] DO NOT EDIT */
stonecutter.active "1.20.1" /* [SC] DO NOT EDIT */

stonecutter.registerChiseled tasks.register("chiseledBuild", stonecutter.chiseled) {
setGroup "project"
Expand Down

0 comments on commit ce40a7e

Please sign in to comment.