Compare commits
1 commit
main
...
onedotfour
Author | SHA1 | Date | |
---|---|---|---|
031bed7120 |
2 changed files with 21 additions and 2 deletions
|
@ -11,5 +11,24 @@ Chairs:
|
||||||
- QUARTZ_STAIRS
|
- QUARTZ_STAIRS
|
||||||
- ACACIA_STAIRS
|
- ACACIA_STAIRS
|
||||||
- DARK_OAK_STAIRS
|
- DARK_OAK_STAIRS
|
||||||
|
- ANDESITE_STAIRS
|
||||||
|
- DARK_PRISMARINE_STAIRS
|
||||||
|
- DIORITE_STAIRS
|
||||||
|
- END_STONE_BRICK_STAIRS
|
||||||
|
- GRANITE_STAIRS
|
||||||
|
- MOSSY_COBBLESTONE_STAIRS
|
||||||
|
- MOSSY_STONE_BRICK_STAIRS
|
||||||
|
- POLISHED_ANDESITE_STAIRS
|
||||||
|
- POLISHED_DIORITE_STAIRS
|
||||||
|
- POLISHED_GRANITE_STAIRS
|
||||||
|
- PRISMARINE_BRICK_STAIRS
|
||||||
|
- PRISMARINE_STAIRS
|
||||||
|
- PURPUR_STAIRS
|
||||||
|
- QUARTZ_STAIRS
|
||||||
|
- RED_NETHER_BRICK_STAIRS
|
||||||
|
- RED_SANDSTONE_STAIRS
|
||||||
|
- SMOOTH_QUARTZ_STAIRS
|
||||||
|
- SMOOTH_RED_SANDSTONE_STAIRS
|
||||||
|
- SMOOTH_SANDSTONE_STAIRS
|
||||||
UpsideDown: false
|
UpsideDown: false
|
||||||
Range: 0
|
Range: 0
|
||||||
|
|
|
@ -17,7 +17,7 @@ debugging:
|
||||||
database:
|
database:
|
||||||
host: 'localhost'
|
host: 'localhost'
|
||||||
port: 3306
|
port: 3306
|
||||||
dbname: 'chestshop_notifier?useSSL=false'
|
dbname: 'chestshop_notifier'
|
||||||
username: 'chestshop'
|
username: 'chestshop'
|
||||||
password: 'NOPE'
|
password: 'NOPE'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue