forked from Project-StarryNight/StarryNight_Pray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
122a5fb
commit bd4a8b6
Showing
36 changed files
with
40,619 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"craft": { | ||
"inventory": 0b, | ||
"amount": "", | ||
"recents": [] | ||
}, | ||
"player": {"recipes": {}}, | ||
"math": { | ||
"current": "", | ||
"last": "0", | ||
"operator": 0, | ||
"state": 0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<Asteroids> | ||
<asteroid name="Small Asteroid" distance="10" mass="200" massVariability="0.5" minLevel="0" probability="20" richness="0.3" richnessVariability="0.5"> | ||
<ore itemStack="minecraft:iron_ore" chance="15" /> | ||
<ore itemStack="minecraft:gold_ore" chance="10" /> | ||
<ore itemStack="minecraft:redstone_ore" chance="10" /> | ||
</asteroid> | ||
<asteroid name="Light Asteroid" distance="60" mass="200" massVariability="0.5" minLevel="0" probability="15" richness="0.2" richnessVariability="0.5"> | ||
<ore itemStack="libvulpes:ore0;9" chance="20" /> | ||
<ore itemStack="libvulpes:ore0;8" chance="10" /> | ||
<ore itemStack="minecraft:quartz_block" chance="5" /> | ||
</asteroid> | ||
<asteroid name="Iridium Enriched asteroid" distance="100" mass="75" massVariability="0.5" minLevel="0" probability="2" richness="0.2" richnessVariability="0.3"> | ||
<ore itemStack="minecraft:iron_ore" chance="25" /> | ||
<ore itemStack="libvulpes:ore0 10" chance="5" /> | ||
</asteroid> | ||
<asteroid name="Strange Asteroid" distance="120" mass="50" massVariability="0.5" minLevel="0" probability="1" richness="0.2" richnessVariability="0.5"> | ||
<ore itemStack="libvulpes:ore0;0" chance="20" /> | ||
<ore itemStack="minecraft:emerald_ore" chance="5" /> | ||
</asteroid> | ||
</Asteroids> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<OreConfig> | ||
</OreConfig> |
Oops, something went wrong.