Skip to content

Commit

Permalink
basic cnfigs for spawning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeathlyCow committed Dec 27, 2024
1 parent 6f08d04 commit 9b2538b
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "frostiful:castle_key"
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "frostiful:glacial_heart"
}
],
"rolls": 1
}
],
"random_sequence": "frostiful:spawners/frostologer_castle/regular/boss"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "frostiful:castle_key"
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "frostiful:glacial_heart"
}
],
"rolls": 1
}
],
"random_sequence": "frostiful:spawners/frostologer_castle/regular/boss"
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 9b2538b

Please sign in to comment.