Skip to content

Commit

Permalink
Prefixed stone IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
vizthex123 committed Jul 11, 2024
1 parent 8f56fe3 commit 65025b9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mod_id: 'cavesanddepths',
provided_stones: [
{
id: 'chert',
id: 'deepercaves_chert',
lang: {
en_us: 'Chert',
},
Expand All @@ -17,7 +17,7 @@
],
},
{
id: 'chalkstone',
id: 'deepercaves_chalkstone',
lang: {
en_us: 'Chalkstone',
},
Expand All @@ -27,7 +27,7 @@
],
},
{
id: 'mudstone',
id: 'deepercaves_mudstone',
lang: {
en_us: 'Mudstone',
},
Expand All @@ -37,7 +37,7 @@
],
},
{
id: 'slate',
id: 'deepercaves_slate',
lang: {
en_us: 'Slate',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mod_id: 'galosphere',
provided_stones: [
{
id: 'pastel_pink_salt',
id: 'galosphere_pastel_pink_salt',
lang: {
en_us: 'Pastel Pink Salt',
},
Expand All @@ -17,7 +17,7 @@
],
},
{
id: 'pink_salt',
id: 'galosphere_pink_salt',
lang: {
en_us: 'Pink Salt',
},
Expand All @@ -27,7 +27,7 @@
],
},
{
id: 'rose_pink_salt',
id: 'galosphere_rose_pink_salt',
lang: {
en_us: 'Rose Pink Salt',
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2023 Luke Bemish and contributors
* SPDX-License-Identifier: LGPL-3.0-or-later
*/
*/

{
mod_id: 'minecraft',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mod_id: 'outer_end',
provided_stones: [
{
id: 'ancient_stone',
id: 'outer_end_ancient_stone',
lang: {
en_us: 'Ancient Stone',
},
Expand All @@ -17,7 +17,7 @@
],
},
{
id: 'violite',
id: 'outer_end_violite',
lang: {
en_us: 'Violite',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mod_id: 'regions_unexplored',
provided_stones: [
{
id: 'argillite',
id: 'regions_unexplored_argillite',
lang: {
en_us: 'Argillite',
},
Expand All @@ -17,7 +17,7 @@
],
},
{
id: 'chalk',
id: 'regions_unexplored_chalk',
lang: {
en_us: 'Chalk',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mod_id: 'xycraft_world',
provided_stones: [
{
id: 'kivi',
id: 'xycraft_kivi',
lang: {
en_us: 'Kivi',
},
Expand Down

0 comments on commit 65025b9

Please sign in to comment.