Upload files to "/"

This commit is contained in:
TheOnlyJoeEnderman 2023-09-18 23:22:31 +00:00
parent ed7f8c2229
commit e0c5ea99ed
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Geodes Library
Register a geode:
```
```lua
geodes_lib:register_geode({
wherein = node in which geodes generate, set to mapgen_stone unless you need it to spawn in a specific place,
y_min = minimum level at which geodes generate,
@ -17,7 +17,7 @@ geodes_lib:register_geode({
})
```
Example:
```
```lua
geodes_lib:register_geode({
wherein = "mapgen_stone",
y_min = -31000,