Commit graph

73 commits

Author SHA1 Message Date
Frank
b322453889 Added more Registries to DataGen pass 2022-11-30 20:23:29 +01:00
Frank
7b726d958d [Changes] Build for 1.19.3-pre3 2022-11-30 01:40:42 +01:00
Frank
0dcb7809b8 Merge branch '1.19' into 1.19.3
# Conflicts:
#	gradle.properties
#	src/main/java/org/betterx/bclib/BCLib.java
#	src/main/java/org/betterx/bclib/api/v2/generator/BCLChunkGenerator.java
#	src/main/java/org/betterx/worlds/together/mixin/common/WorldPresetsBootstrapMixin.java
#	src/main/java/org/betterx/worlds/together/worldPreset/WorldPresets.java
#	src/main/resources/bclib.accesswidener
2022-11-29 09:41:10 +01:00
Frank
42be3dd2c7 [Feature] New WorldTypes for BetterX + Large Biomes (bclib:large)Overworld or Amplified (bclib:amplified) Overworld (#53) 2022-11-16 10:09:21 +01:00
Frank
5ef56a7dcb
Merge pull request #55 from agnor99/fix/54
Fix #54
2022-11-15 19:57:47 +01:00
Frank
5faf0ef134 More updates to new BoneMealAPI 2022-11-15 16:30:34 +01:00
Frank
5b99e0be53 [Feature] New Bonemeal API 2022-11-12 15:15:38 +01:00
Frank
daa4a2b4af Migrated some API calls 2022-11-12 12:10:59 +01:00
agnor99
b9bc3d9c2b Update TagManager.java 2022-10-31 19:57:36 +01:00
Frank
be21b40cff Moved Datagen 2022-10-29 20:59:28 +02:00
Frank
e608bf21fe Adopted new Fabric API 2022-10-28 17:41:24 +02:00
Frank
e8d8461e1d Removed unused functions 2022-10-28 16:08:20 +02:00
Frank
1ccb1af517 Removed WorldPreset Preload 2022-10-28 16:01:35 +02:00
Frank
b4f9fdf95f Streamlined WorldBootstrap 2022-10-28 15:58:46 +02:00
Frank
e826dbc623 Repaired world loading with Datapacks an bclib world preset 2022-10-26 19:20:51 +02:00
Frank
416ff1644e Create/Load of Worlds with WorldPreset appears to work 2022-10-26 17:01:26 +02:00
Frank
409534e6f1 Cleanups 2022-10-26 00:06:06 +02:00
Frank
9fcec2b033 Fixed For emissive texture loading 2022-10-25 23:57:27 +02:00
Frank
95ea99e44d Fixed Registry handling 2022-10-25 22:45:42 +02:00
Frank
73687e3401 Fixed Mixin and Frozen Registry Errors 2022-10-25 17:46:08 +02:00
Frank
f8bcba4d3a Compiling version (some features are currently disabled and need a rewrite) 2022-10-25 17:19:22 +02:00
Frank
b1f4173ce4 [Change] Support for 22w42a 2022-10-21 09:43:02 +02:00
Frank
0aca2f986d Do not deserialize Datapack Dimensions when still using the global Registry (#44) 2022-10-08 12:13:36 +02:00
Frank
05d332863f Catch on dimension loading code and return default. (#44) 2022-10-08 11:14:31 +02:00
Frank
87d0c8b07e Added config for verbose logging )on by default, #41) 2022-10-08 11:00:46 +02:00
Frank
fefb39cbd8 Fixes for JavaDoc 2022-08-16 22:32:16 +02:00
Frank
5fb1835ecc Fixed Tag-Name 2022-08-16 22:08:15 +02:00
Frank
34993a81d0 [Feature] Vanilla Water Bottles do return empty bottle when consumed in recipes (quiqueck/BetterEnd#21) 2022-08-02 15:32:49 +02:00
Frank
22ae922439 Removed deprecated Methods/Classes 2022-08-01 01:13:55 +02:00
Frank
fde244965c Add correct Mining-Level tags and introduce custom one for Netherite 2022-07-30 11:45:00 +02:00
Frank
47a744cf23 Add Composters as Farmer Workstations 2022-07-29 13:21:01 +02:00
Frank
42fa776320 Changes to sopport proper Block-Tags for Workstations (#39) 2022-07-26 18:22:57 +02:00
Frank
dca9817c17 [Feature] Updater Icons from Entrypoints 2022-07-22 18:41:06 +02:00
Frank
1628ac9a86 [Feature] Add Tag to Fisherman Workstation POI (quiqueck/BetterNether#39) 2022-07-21 12:12:50 +02:00
Frank
399a2c8a4e [Fix] WorldPresets are not decoded right 2022-07-16 10:21:28 +02:00
Frank
eda6ea6d67 [Fix] Adding world specific data to global registry 2022-07-12 16:20:01 +02:00
Frank
1200a6daaf [Fix] WorldsTogether data was not properly initialized 2022-07-12 12:27:04 +02:00
Frank
8f9c33e378 Better logging 2022-07-10 00:26:07 +02:00
Frank
9f36264090 Disabled extra vanilla override code 2022-07-09 23:37:57 +02:00
Frank
c56c15fc02 Handling for Datapack overrides (#20) 2022-07-09 04:38:57 +02:00
Frank
72e8d8ff0f [Fix] Make sure WorldPresets are loaded with corresponding Mod-Data (#20) 2022-07-09 04:22:25 +02:00
Frank
e7df54bb5b [Fix] Default World-Type on World creation screen does not include modded dimension data (#20) 2022-07-09 00:17:17 +02:00
Frank
13acf48894 [Fix] Modded WorldGenSettings are not properly loaded for new Worlds (#20) 2022-07-08 23:23:51 +02:00
Frank
5fd087d8b7 Fixed crash with assume abstract BiomeSources 2022-07-08 17:02:39 +02:00
Frank
32e7ffec69 [Change] BCLBiome Data is managed in a Datapack-Aware registry now 2022-07-07 18:53:08 +02:00
Frank
85e1d35496 Strict separation of worldpreset code from rest of bclib 2022-07-05 17:42:56 +02:00
Frank
a73bd23ddf [Fix] DataPack Biomes from other mods are loaded after the WorldStem was first built. Our Biomes-Sources would not recognize that change (#16) 2022-07-04 00:54:41 +02:00
Frank
44a008bcf0 Some renaming 2022-07-03 22:15:54 +02:00
Frank
7d3ef6c756 Make sure default level-type in server-properties is betterx 2022-07-03 19:52:00 +02:00
Frank
e670fea21a Allow server to disable the forced preset override 2022-07-03 19:51:18 +02:00