File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
common/src/main/java/com/terraformersmc/cinderscapes/data Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 2929import java .util .concurrent .CompletableFuture ;
3030
3131public class CinderscapesBlockLootTableProvider extends FabricBlockLootTableProvider {
32- private final CompletableFuture <RegistryWrapper .WrapperLookup > registriesFuture ;
33-
3432 protected CinderscapesBlockLootTableProvider (FabricDataOutput output , CompletableFuture <RegistryWrapper .WrapperLookup > registriesFuture ) {
3533 super (output , registriesFuture );
36-
37- this .registriesFuture = registriesFuture ;
3834 }
3935
4036 @ Override
4137 public void generate () {
42- RegistryWrapper .Impl <Enchantment > enchantmentRegistry = registriesFuture .getNow (null )
43- .getWrapperOrThrow (RegistryKeys .ENCHANTMENT );
38+ RegistryWrapper .Impl <Enchantment > enchantmentRegistry = this .registryLookup .getWrapperOrThrow (RegistryKeys .ENCHANTMENT );
4439
4540 // simple blocks
4641 addDrop (CinderscapesBlocks .ASH_BLOCK );
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ fabric.loom.multiProjectOptimisation=true
44maven_group =com.terraformersmc
55archive_name =cinderscapes
66
7- minecraft_version =1.21-pre2
8- yarn_mappings =1.21-pre2 +build.2
7+ minecraft_version =1.21-pre4
8+ yarn_mappings =1.21-pre4 +build.3
99loader_version =0.15.11
10- fabric_version =0.99.4 +1.21
10+ fabric_version =0.100.0 +1.21
1111
1212# Terraform modules
1313terraform_biome_remapper_api_version =11.0.0-alpha.1
@@ -44,7 +44,7 @@ curseforge_optional_dependencies=
4444# Modrinth Metadata
4545modrinth_slug =cinderscapes
4646modrinth_id =QC4wcUXZ
47- modrinth_game_versions =1.21-pre2
47+ modrinth_game_versions =1.21-pre4
4848modrinth_mod_loaders =fabric, quilt
4949# modrinth_embedded_dependencies=biolith
5050
You can’t perform that action at this time.
0 commit comments