Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

52 lines (46 loc) · 1.57 KB

Changelog

[Unreleased]

Added

  • Patchouli dependencies
  • Jade support
  • DefaultsConstants to make future modifications easier
  • Added utils and constants to make life easier
  • Add DataProviders for ChickenData and FluidEggData
  • Breeding Recipe and Throwing Recipe and its related Serializers and Builder
  • Add DataGenerators for easier dev
  • Add DataGen for vanilla eggs
  • Recipe Provider for standard and breeding recipes
  • Language provider for the English lang
  • Coop to generate drops from spawn eggs
  • Random layTime to ChickenData
  • Special Menu Slots with restrictions
  • TOP Support and JAde Support

Changed

  • Change build to 1.19.2
  • Change mappings to parchment
  • CreativeTab to CreativeModeTab
  • Renamed Liquid Egg to Fluid Egg
  • Moved from ChickenMod to Chickens
  • Moved from Registries to Managers and Records so that we can use data files
  • Updated JEI support NOTE: STILL WIP
  • Moved Proxies
  • Moved Item Registration to DeferredRegistry
  • Updated block and block entity registration
  • Updated ChickenTeachHandler
  • Updated LiquidEggFluidWrapper to FluidEggWrapper
  • Updated Entity registration
  • MenuUtils is not able to do offsets
  • Rename TranslateUtils to TranslationUtils
  • addBiome to addBiomes for biome tags

Deprecated

Removed

  • Unused package-info files
  • Models and BlockStates to be generated by DataGenerators
  • Old Waila support
  • Item Color Handler and IColorSource
  • SpawnType as it is no longer used
  • Unused methods in the Proxies
  • IInventoryGui interface as it is no longer used

Fixed

  • Children being able to inherit stats

Security