Skip to content

Commit

Permalink
I could create a world and then it crashed
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Feb 3, 2025
1 parent 59272bf commit d7480d2
Show file tree
Hide file tree
Showing 166 changed files with 961 additions and 385 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"pages": [
{
"type": "modonomicon:spotlight",
"item": "spectrum:bitter_oils",
"item": {
"item": "spectrum:bitter_oils"
},
"text": "book.spectrum.guidebook.bitter_oils.page0.text"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"pages": [
{
"type": "modonomicon:spotlight",
"item": "spectrum:concealing_oils",
"item": {
"item": "spectrum:concealing_oils"
},
"text": "book.spectrum.guidebook.concealing_oils.page0.text"
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "book.spectrum.guidebook.potion_workshop_brewing.name",
"icon": {
"item": "minecraft:potion",
"item": {
"item": "minecraft:potion"
},
"nbt": {
"CustomPotionColor": 16776960
}
Expand Down
Loading

0 comments on commit d7480d2

Please sign in to comment.