Introduce BCLChunkGenerator class
This commit is contained in:
parent
ab0895d48c
commit
0a5a608b7d
17 changed files with 84 additions and 73 deletions
|
@ -9,4 +9,4 @@ accessible class net/minecraft/world/level/levelgen/SurfaceRules$LazyXZCondition
|
|||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$LazyCondition
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource
|
||||
accessible class net/minecraft/world/level/levelgen/presets/WorldPresets$Bootstrap
|
||||
|
||||
extendable class net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"BlockStateBaseMixin",
|
||||
"BoneMealItemMixin",
|
||||
"ChunkGeneratorMixin",
|
||||
"ChunkGeneratorsMixin",
|
||||
"ComposterBlockAccessor",
|
||||
"CraftingMenuMixin",
|
||||
"DedicatedServerPropertiesMixin",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "bclib",
|
||||
"version": "${version}",
|
||||
"version": "2.0.0",
|
||||
"name": "BCLib",
|
||||
"description": "A library for BetterX team mods",
|
||||
"authors": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue