Skip to content

Commit

Permalink
Added support for Yung's Cave Biomes
Browse files Browse the repository at this point in the history
  • Loading branch information
vizthex123 committed Oct 6, 2024
1 parent 4673b7b commit 1a9350b
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*
* Copyright (C) 2023 Luke Bemish and contributors
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

{
mod_id: 'yungscavebiomes',
provided_stones: [
{
id: 'ancient_sandstone',
lang: {
en_us: 'Ancient Sandstone',
},
block_id: 'yungscavebiomes:ancient_sandstone',
types: [
'stone',
],
},
{
id: 'layered_ancient_sandstone',
lang: {
en_us: 'Layered Ancient Sandstone',
},
block_id: 'yungscavebiomes:layered_ancient_sandstone',
types: [
'stone',
],
},
],
provided_ores: []
}

0 comments on commit 1a9350b

Please sign in to comment.