Commit Graph

176 Commits

Author SHA1 Message Date
gitlocalize-app[bot]
710243c420
Translate lv.yml via GitLocalize (#72) 2022-01-09 11:30:59 -08:00
gitlocalize-app[bot]
ca625a5971
Translate es.yml via GitLocalize (#74)
Co-authored-by: zuhir <ventola.tomas@gmail.com>
2022-01-01 18:47:29 -08:00
gitlocalize-app[bot]
138c8f9cfb
Russian translation (#73)
* Translate ru.yml via GitLocalize

* Translate ru.yml via GitLocalize

Co-authored-by: DraimCiDo <danilaorlov4@gmail.com>
Co-authored-by: mt-gitlocalize <mt@gitlocalize.com>
2022-01-01 18:47:14 -08:00
tastybento
3889975319 JavaDoc fixes 2021-12-21 09:00:28 -08:00
tastybento
4702ad1b96 Overrides need NonNull annotations 2021-12-21 08:59:42 -08:00
tastybento
cdc0d10914 Fix typos, grammar. 2021-12-21 08:59:22 -08:00
tastybento
c5d29eb1c9 Ignore IntelliJ 2021-12-21 08:58:07 -08:00
tastybento
57e71ca20d Compile to 1.18.1 2021-12-21 08:42:53 -08:00
tastybento
6d21deaa1e Fix biome compatibility 2021-12-21 08:42:40 -08:00
tastybento
124b4e8c0c Remove use own generator option as it isn't used. 2021-12-21 08:40:04 -08:00
Huynh Tien
4a2e08c228
block populators & respect world depth setting (#71) 2021-12-20 22:14:33 -08:00
tastybento
03a5f9bc6c
New world gen (#70)
* Uses the new 1.17.1 ChunkGenerator options

* More work on the ores

* Make CaveBlock a Pladdon

* WWIP - added nether and end ores.

* Improved generation

* Support 1.18 new caves
2021-12-20 12:22:28 -08:00
Huynh Tien
7824c7bf71
Optional Generators (#67)
* old generators in new api

* add NewMaterialPopulator

* forgot to prevent physics loop

* I see... the new generator creates caves

* apply getMinHeight and getMaxHeight

* getMinHeight and getMaxHeight for populators too

* summarize

* general reformat on populators

* small typos

* comment sections

* small reformat

* warning on config

* apply new API on BlockPopulator p.1

* apply new API on BlockPopulator p.2

* apply new API on BlockPopulator p.3 (final)

* hasAI option
2021-12-13 20:00:54 -08:00
Huynh Tien
30f59d2a31
Add Vietnamese (#65) 2021-10-16 09:51:33 -07:00
gitlocalize-app[bot]
cdbb629760
Polish translation (#64)
* Translate pl.yml via GitLocalize

* Translate pl.yml via GitLocalize

* Translate pl.yml via GitLocalize

Co-authored-by: Repo92 <xrepox@gmail.com>
Co-authored-by: mt-gitlocalize <mt@gitlocalize.com>
Co-authored-by: tastybento <tastybento@wasteofplastic.com>
2021-10-12 17:17:42 -07:00
tastybento
b41a6e2137 Revert "Remove javadoc"
This reverts commit 1fdc07e0a8.
2021-10-11 18:32:31 -07:00
tastybento
1fdc07e0a8 Remove javadoc 2021-10-10 20:31:03 -07:00
tastybento
b71288d151
1.17 world gen (#61)
* Uses the new 1.17.1 ChunkGenerator options

* More work on the ores

* Make CaveBlock a Pladdon

* WWIP - added nether and end ores.

* Improved generation
2021-10-10 17:41:10 -07:00
Katorly
665b68aa2f
Re-translate zh-CN.yml (#63) 2021-10-05 08:50:04 -07:00
tastybento
45955df990 Now with correct CaveBlock reference. 2021-08-15 11:40:40 -07:00
tastybento
08aef3daa4 Add correct properties for SonarCloud 2021-08-15 11:28:25 -07:00
tastybento
4af68cd933 Shift to Github Actions 2021-08-15 11:25:58 -07:00
tastybento
6b18aedf75 Remove unused Sonar profile. 2021-08-15 11:22:32 -07:00
tastybento
c18ff90e5f
Merge branch 'master' into develop 2021-08-15 11:21:50 -07:00
tastybento
8bda6b8849 Fix for mobs in negative coords.
Fixes https://github.com/BentoBoxWorld/CaveBlock/issues/59
2021-08-15 11:19:28 -07:00
BONNe
4ce4f1fc70
Init 1.14.5 version 2021-03-30 18:38:01 +03:00
BONNe
8af21d7401
Release 1.14.4 with exposed options (#57)
* Version 1.14.4

* Implement options for linking nether portals and crating end obsidian platform.

* Implement onRespawnCommands() option from BentoBox 1.14.

* Fixes copy-paste issue

Co-authored-by: tastybento <tastybento@wasteofplastic.com>
2021-03-30 18:37:32 +03:00
BONNe
982725c737 Fixes copy-paste issue 2021-03-15 14:50:19 +02:00
BONNe
c12310a627 Implement onRespawnCommands() option from BentoBox 1.14. 2021-03-15 14:49:16 +02:00
BONNe
9006a5f4d4 Implement options for linking nether portals and crating end obsidian platform. 2021-03-15 14:33:43 +02:00
tastybento
c61a2deaac Version 1.14.4 2021-03-07 13:39:15 -08:00
tastybento
cbc3832a8c Merge remote-tracking branch 'origin/master' into develop 2021-03-07 13:01:36 -08:00
tastybento
d9ca6689e1 Merge branch 'develop' of https://github.com/BentoBoxWorld/CaveBlock.git
into develop

Conflicts:
	pom.xml
2021-03-07 13:01:26 -08:00
tastybento
010f94a571 Version 1.14.3 2021-03-07 13:00:35 -08:00
tastybento
fd7bf1c078 Use release version 2021-03-07 12:57:17 -08:00
tastybento
71371576af
Do not check for blocks when looking for new islands. (#55)
https://github.com/BentoBoxWorld/BentoBox/issues/1694
2021-03-01 10:43:53 -08:00
tastybento
c0c2970168 Fix for nether Biome in end world
https://github.com/BentoBoxWorld/CaveBlock/issues/54
2020-12-22 09:03:21 -08:00
tastybento
5e610f5fd8 Version 1.14.2 2020-12-22 09:03:04 -08:00
tastybento
6d37df1f2d Main block should be stone. 2020-11-27 16:48:44 -08:00
tastybento
4c587d7a74 Merge remote-tracking branch 'origin/develop' 2020-11-27 08:25:32 -08:00
tastybento
1c5ed92b25 Do not set mob spawn rates unless set to >0 in config.yml. 2020-11-27 07:55:25 -08:00
gitlocalize-app[bot]
3c4cabacc2
Add German translation (#51)
* Translate de.yml via GitLocalize

* Translate de.yml via GitLocalize

Co-authored-by: PhoenixmitX <phmitx@gmail.com>
Co-authored-by: mt-gitlocalize <mt@gitlocalize.com>
2020-11-04 10:12:16 +02:00
tastybento
4ecc4c5203 Add spawn limits in config.yml
Enables per-world specification of mob spawning.
2020-09-27 18:12:22 -07:00
gitlocalize-app[bot]
908c2681a4
Translate es.yml via GitLocalize (#50)
Co-authored-by: zuhir <ventola.tomas@gmail.com>
2020-08-03 08:14:44 +03:00
tastybento
cb38e67e36 Improved comments for nether and end sethome 2020-07-18 08:15:30 -07:00
tastybento
ad41651747 Version 1.14.1
https://github.com/BentoBoxWorld/CaveBlock/issues/49
2020-07-10 21:21:14 -07:00
tastybento
aaea6fd6fe Fixes blueprint bundles.
https://github.com/BentoBoxWorld/CaveBlock/issues/49
2020-07-10 21:19:10 -07:00
BONNe
c12ab7eb5a Update version 2020-07-09 21:43:37 +03:00
BONNe
a594f5edd5
CaveBlock 1.14 Release (#48)
* Increment development version.

* Prepare for 1.16.1 release.

- Added nether and the end biome sections in config.

* Add 1.15.2 backward compatibility.
Update to 1.14 api.
2020-07-09 21:42:31 +03:00
BONNe
cf8e29b562 Add 1.15.2 backward compatibility.
Update to 1.14 api.
2020-07-09 21:40:23 +03:00