The Aether

The Aether

32M Downloads

Feature: 1.19 Port

bconlon1 opened this issue ยท 5 comments

commented
  • Skyroot Bucket of Tadpole (lore, texture, programmer art)
  • Skyroot Boat with Chest (lore, texture, programmer art)
  • #convertable_to_mud, add aether_dirt.
  • #sculk_replaceable, add holystone, quicksoil? Look for other blocks as well.
  • #snaps_goat_horn, add Aether logs (create new tag for Aether logs).
  • Investigate #snow_layer_can_survive_on and #snow_layer_cannot_survive_on
  • #chest_boats, add Skyroot Boat with Chest
  • #frog_food add Swets
  • #frog_food add Sentries (they will explode).
  • Aether dimension biome tag (#is_aether)
  • Waterloggable Aether Leaves
  • Investigate fence model in item frame (may be fine if its parented properly).
  • New monster_spawn_block_light_limit and monster_spawn_light_level values for DimensionTypes will need to be specified.
  • Forge patch for using a custom seed for the dimension should no longer be necessary.
  • Update resource pack format.
  • Review predicates for loot/advancements to make sure nothing has broken with them.
  • Replace Random with RandomSource.
  • Make use of changes to DeferredRegister.
  • Investigate new worldgen datagen.
  • Fix world preview system.
  • Fix worldgen/noise settings.
  • Update CircleCI scripts accordingly and reset ANTS.
  • Make 1.19 branch the main branch and lock it.
commented
commented

MinecraftForge/MinecraftForge#8689 is probably also a concern.

commented

Another PR required for us to move forward with finishing datagen fixes: MinecraftForge/MinecraftForge#8761