Frank
|
a8fd496a8b
|
Change order of instance check
|
2022-02-05 14:18:42 +01:00 |
|
Frank
|
b2ce0c155e
|
Version update
|
2022-02-05 14:16:11 +01:00 |
|
Frank
|
0ed7fa9dcc
|
Fixed crash for custom Noise Generators (#85)
|
2022-02-04 17:29:14 +01:00 |
|
Frank
|
513fea6968
|
Changed method name to make intent clear
|
2022-02-04 16:32:05 +01:00 |
|
Frank
|
c0ce7f6e35
|
Make sure Dimensions without BiomeModifications still get Features
|
2022-02-04 16:28:41 +01:00 |
|
Frank
|
aef34d30da
|
Removed redundant code
|
2022-02-04 14:31:07 +01:00 |
|
Frank
|
009028624e
|
Don't close file systems (otherwise game will crash)
|
2022-01-29 17:59:01 +01:00 |
|
Frank
|
89516870c9
|
Removed Debug output
|
2022-01-28 17:39:30 +01:00 |
|
Frank
|
96820cff84
|
Improved Thread Safety in BlocksHelper
|
2022-01-28 17:31:15 +01:00 |
|
Frank
|
0a438ae0e4
|
Removed debug code
|
2022-01-28 16:38:09 +01:00 |
|
Frank
|
7ce674b1f6
|
Improved Version handling for mod info exchange
|
2022-01-28 16:28:42 +01:00 |
|
Frank
|
a43c885db6
|
Dependency Updates
|
2022-01-27 16:00:14 +01:00 |
|
Frank
|
88dc5e5746
|
Moved class back to correct location
|
2022-01-27 15:04:37 +01:00 |
|
Frank
|
b3fba685b7
|
Merge branch 'main' of github.com-quiqueck:paulevsGitch/BCLib
|
2022-01-27 14:54:36 +01:00 |
|
Frank
|
726a73bfad
|
Make sure we disable our custom rules if there are none
|
2022-01-27 14:54:26 +01:00 |
|
Frank
|
41260267c6
|
Added static method for leave drops
|
2022-01-27 14:54:14 +01:00 |
|
paulevsGitch
|
d802de90f9
|
Liquid fog fix (#81), Nether fog config
|
2022-01-27 14:49:07 +03:00 |
|
paulevsGitch
|
ebba0dde6c
|
Allow enchantment table mixins skip target
|
2022-01-27 14:05:37 +03:00 |
|
Frank
|
89c5cd215b
|
Merge branch 'main' of github.com-quiqueck:paulevsGitch/BCLib
|
2022-01-26 17:56:59 +01:00 |
|
Frank
|
baf1e0f4b1
|
Cleanup and Speed Improvement of SurfaceRules/Structures (paulevsGitch/BetterNether#485, paulevsGitch/BetterEnd#420)
|
2022-01-26 17:56:54 +01:00 |
|
paulevsGitch
|
23df13bde8
|
Small shader changes
|
2022-01-24 10:24:37 +03:00 |
|
Frank
|
01f728c282
|
Removed missing MixIn
|
2022-01-23 22:30:57 +01:00 |
|
Frank
|
c3e2c74283
|
Added missing Tags
|
2022-01-23 22:28:29 +01:00 |
|
Frank
|
14fcb93e3b
|
Refactored Tag Constants (Pt II)
|
2022-01-23 21:35:48 +01:00 |
|
Frank
|
fffbc6acc2
|
Merge branch 'main' of github.com-quiqueck:paulevsGitch/BCLib
|
2022-01-23 21:34:45 +01:00 |
|
Frank
|
acfeee7b9b
|
Refactored Tag Constants
|
2022-01-23 21:34:35 +01:00 |
|
paulevsGitch
|
d5bc2de350
|
Merge pull request #79 from Sushomeister/patch-2
Create uk_ua.json
|
2022-01-22 17:01:49 +03:00 |
|
Sushomeister
|
db3ed18399
|
Create uk_ua.json
|
2022-01-22 15:49:34 +02:00 |
|
paulevsGitch
|
0ff7799785
|
Shovel API
|
2022-01-21 18:31:58 +03:00 |
|
Frank
|
ba89751ea8
|
Added convenience Function
|
2022-01-21 13:48:46 +01:00 |
|
paulevsGitch
|
db082ef1be
|
Updated Tag API and tag constants
|
2022-01-21 14:56:37 +03:00 |
|
Frank
|
7ab5377a03
|
DataFixer Screen did no show up when experimental warning was disabled
|
2022-01-21 10:05:33 +01:00 |
|
Frank
|
fe5dd3e32e
|
Make Codec IDs local (paulevsGitch/BetterNether#503)
|
2022-01-20 19:37:29 +01:00 |
|
Frank
|
b53ed9842d
|
Mor work on Codecs for Surface Rules (paulevsGitch/BetterNether#503)
|
2022-01-20 18:10:15 +01:00 |
|
Frank
|
44517e0749
|
More Codecs
|
2022-01-20 03:36:39 +01:00 |
|
Frank
|
7b789ba57a
|
Adding Codecs to Custom SurfaceRules (paulevsGitch/BetterNether#503)
|
2022-01-20 03:20:01 +01:00 |
|
Frank
|
d78319802d
|
Merge pull request #73 from quiqueck/feature/TagAPITypeSafety
Type Safety for `TagAPI`
|
2022-01-17 22:16:15 +01:00 |
|
Frank
|
03635584d6
|
Use Datapack Loot tables for BaseOrBlock s (paulevsGitch/BetterNether#486)
|
2022-01-17 22:14:31 +01:00 |
|
Frank
|
75338586ab
|
Merge remote-tracking branch 'upstream/main' into feature/TagAPITypeSafety
|
2022-01-17 21:52:57 +01:00 |
|
Frank
|
611fb4d50c
|
Ensure that step-features in a BiomeSource are in Sync with our Biome Modifications (paulevsGitch/BetterNether#489)
|
2022-01-17 21:19:46 +01:00 |
|
Frank
|
5aa06315d4
|
Fixed sapling drops for base leaves (paulevsGitch/BetterNether#496)
|
2022-01-17 19:36:38 +01:00 |
|
Frank
|
be3876f8a6
|
Check Shear Tags in MatchRules (paulevsGitch/BetterNether#497)
|
2022-01-17 14:47:00 +01:00 |
|
Frank
|
05ed11978d
|
Refactored Biome Config handling (#63)
|
2022-01-17 14:06:28 +01:00 |
|
Frank
|
b0f6dd6bff
|
Refactored Biome Config handling (#63)
|
2022-01-17 14:06:22 +01:00 |
|
Frank
|
11985395ae
|
Type Safety for TagAPI
|
2022-01-17 11:11:08 +01:00 |
|
Frank
|
3584432a96
|
Added more named vanilla Tags
|
2022-01-17 10:01:01 +01:00 |
|
Frank
|
a62e3a5980
|
Added convenience Methods to TagAPI
|
2022-01-17 09:53:36 +01:00 |
|
Frank
|
49a47de5f8
|
Change StructureFeatures in WorldData
|
2022-01-17 00:30:34 +01:00 |
|
paulevsGitch
|
0594b9f420
|
More enhancements
|
2022-01-16 16:56:08 +03:00 |
|
paulevsGitch
|
7b96cfee10
|
Merge remote-tracking branch 'origin/main'
|
2022-01-16 16:35:48 +03:00 |
|