mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2024-11-13 10:13:57 +01:00
215f8efb69
Tweaks to config.yml to be more cave-y. Entities are set to not despawn. Probabilities of materials and entities can have decimals and be sub 1% if required. For some entities, 1% was too high a rate. Adds a debug setting in config.yml that will enable you to see where entities have been spawned. It can be removed at some point.
25 lines
287 B
Plaintext
25 lines
287 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
/target/
|