Commit graph

2195 commits

Author SHA1 Message Date
Frank
2d365daae6 added import 2023-01-28 14:00:14 +01:00
Frank
ffe3c6d320 [Fix] Eternal Portal generates above ground 2022-12-11 16:17:40 +01:00
Frank
01f9148c5c [Changes] Use POIs to find portal in other dimension (#60) 2022-12-11 11:58:54 +01:00
Frank
01d4d0851a [Fix] useFogDensity is no longer used (#119) 2022-12-10 17:47:55 +01:00
Frank
02c146f575 [Fix] BlockFixer does not recognize budding smaragdant (#123) 2022-12-10 17:34:22 +01:00
Frank
3e81eae747
Merge pull request #2 from Shazuli/1.19
Lossless assets compression
2022-12-10 17:03:18 +01:00
Frank
1c0bf30f08
Update BUG_REPORT.yml 2022-12-10 16:22:27 +01:00
Frank
7977a33cf2 Version Bump 2022-11-25 15:29:54 +01:00
Frank
c89900938b Version Bump and Curseforge upload 2022-11-25 15:29:20 +01:00
Frank
bb7b8e6064 Version Bump 2022-11-25 15:23:07 +01:00
Frank
64fd48d0b5 Modrinth Download URL 2022-11-25 13:47:17 +01:00
Frank
4715ea0df8 [Feature] Allow nbt-Tag for Input Slot in Infusion Recipe .json-Files (#83) 2022-11-18 21:29:30 +01:00
Frank
0ef3b7e11e [Changes] SilkMoths will follow Blossom Berry. Breeding Food for SilkMoth is also Blossom Berry now. 2022-11-18 20:15:58 +01:00
Frank
bacc61bb7e Version Update 2022-11-18 20:06:05 +01:00
Frank
b228491cbf Added missing import 2022-11-18 20:00:31 +01:00
Frank
7e805db403 Added missing import 2022-11-18 20:00:25 +01:00
Frank
daece9a38d Merge remote-tracking branch 'origin/1.19' into 1.19 2022-11-18 19:56:35 +01:00
Frank
748f6130d6
[Changes] Improve moth breeding (by OpenBagTwo)
Merge pull request #109 from OpenBagTwo/breedable-moths
2022-11-18 19:55:43 +01:00
Frank
ad609a21af
Merge branch '1.19' into breedable-moths 2022-11-18 19:55:10 +01:00
Frank
70cbb70b61 [Feature] Craft Tinted Glass from Smaragdant crystal shard 2022-11-18 19:47:51 +01:00
Frank
94d5b6b3e4 Use PR Merges in Cahngelog 2022-11-18 19:47:23 +01:00
Frank
d15d2e86ae
[Fixes] Disabling end entities result in crashes (by Necrontyrr)
Merge pull request #112 from Necrontyrr/disable-spawn
2022-11-18 19:24:59 +01:00
Frank
170c8edd14
[Fixes] Krypton infusion pedestal can cause endless recursion (by Necrontyrr)
Merge pull request #108 from Necrontyrr/krypton-infusion-fix
2022-11-18 19:23:46 +01:00
Frank
f599c221c8
[Feature] End fishing loot tables (by Necrontyrr)
Merge pull request #99 from Necrontyrr/end-fishing
2022-11-18 19:22:51 +01:00
Frank
503c55549d
[Feature] Renewable smaragdant
Merge pull request #97 from Necrontyrr/budding-smaragdant
2022-11-18 19:21:47 +01:00
Frank
7a1e4d637b Merge remote-tracking branch 'origin/1.19' into 1.19 2022-11-18 18:33:19 +01:00
Frank
308065dee1 [Changes] Use vanilla rules to spread flowers/grass when bonemealing end blocks 2022-11-18 18:33:09 +01:00
Frank
ba2bd1490c [Changes] Use vanilla rules to spread end terrain on endstone using bonemeal 2022-11-18 18:32:49 +01:00
Necrontyr
2218be75a9 Disabling end entities fix. 2022-11-02 01:40:09 +01:00
OpenBagTwo
d82069ef22 Nugget alert 2022-10-30 17:39:18 -04:00
OpenBagTwo
f8b3873ba1 Change silk moth breeding food
... from wheat!
2022-10-30 13:07:46 -04:00
OpenBagTwo
2bd52a3320 download BCLib from modrinth if not using local lib 2022-10-30 10:50:20 -04:00
Necrontyr
75838ff923 Rename recipe 2022-10-27 13:23:08 +02:00
Necrontyr
a417d42a9e Added Smaragdant Crystal recipe 2022-10-27 03:55:37 +02:00
Necrontyr
d1572b4a77 Replaced aeternium items with terminite. Added Hydralux petal. 2022-10-27 03:30:33 +02:00
Necrontyr
105f8cd862 Krypton infusion pedestal fix 2022-10-27 02:38:05 +02:00
Frank
a5bfe04ed1
Merge pull request #94 from Necrontyrr/1.19
Fix endCityFailChance config. Fix slime variant.
2022-10-26 00:16:02 +02:00
Frank
7586c57279 Modrinth Builds 2022-10-21 09:16:41 +02:00
Necrontyr
e72d87e645 Don't reset vanilla fishing tables to default 2022-10-20 04:33:40 +02:00
Necrontyr
70eb633083 Avoid star import 2022-10-19 00:00:49 +02:00
Necrontyr
64993b395e Remove unused imports 2022-10-18 23:58:10 +02:00
Necrontyr
83e92df64c [Feature] End fishing loot tables. Fixes quiqueck/BetterEnd#79 2022-10-18 23:56:21 +02:00
Necrontyr
bff1d42469 endCityFailChance fix (final approach) 2022-10-16 00:19:36 +02:00
Necrontyr
1992fbd988 endCityFailChance fix (another approach) 2022-10-15 20:33:49 +02:00
Necrontyr
486d5b5acf Tweaked some values 2022-10-14 23:58:33 +02:00
Necrontyr
6221600775 [Feature] Renewable smaragdant 2022-10-14 23:14:19 +02:00
Necrontyr
54f1100e22 Use BCLBiome equals comparison instead of instance comparison. Fixes quiqueck/BetterEnd#88 2022-10-13 05:38:13 +02:00
Necrontyr
01a4bdbe8e Don't ignore endCityFailChance config value. Fixes quiqueck/BetterEnd#92 2022-10-12 08:50:36 +02:00
Frank
ac96841372 Version and Dependency Bump 2022-10-11 23:28:44 +02:00
Frank
a7d00094d5 [Fix] Pos calculation for Sky Filalux Feature (#86) 2022-10-09 01:09:26 +02:00