|
4 | 4 |
|
5 | 5 | **:sparkles: Features** |
6 | 6 | - Added `System.RegisterClasses` virtual method ([#5](https://git.omni.ms/vintage-story-mods/common-mod/issues/5)) |
7 | | -- Added registry helper methods ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
| 7 | +- Added `System.RegisterEntity<TEntity>` helper method ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
| 8 | +- Added `System.RegisterEntityClass` helper method ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
| 9 | +- Added `System.RegisterEntityBehaviorClass<TEntityBehavior>` helper method ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
| 10 | +- Added `System.RegisterBlockClass<TBlock>` helper method ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
| 11 | +- Added `System.RegisterBlockBehaviorClass<TBlockBehavior>` helper method ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
| 12 | +- Added `System.RegisterBlockEntityClass<TBlockEntity>` helper method ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
| 13 | +- Added `System.RegisterBlockEntityBehaviorClass<TBlockEntityBehavior>` helper method ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
| 14 | +- Added `System.RegisterCropBehavior<TCropBehavior>` helper method ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
| 15 | +- Added `System.RegisterItemClass<TItem>` helper method ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
| 16 | +- Added `System.RegisterCollectibleBehaviorClass<TCollectibleBehavior>` helper method ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
| 17 | +- Added `System.RegisterMountable` helper method ([#2](https://git.omni.ms/vintage-story-mods/common-mod/issues/2)) |
8 | 18 | - Added custom `BlockMultiblock` implementation that respects particle collision boxes ([#3](https://git.omni.ms/vintage-story-mods/common-mod/issues/3)) |
| 19 | +- Added `IBlockAccessor.LoadChunksToCache` extension method ([#9](https://git.omni.ms/vintage-story-mods/common-mod/issues/9)) |
| 20 | +- Added `IWorldAccessor.WalkBlocksCuboid` extension method ([#9](https://git.omni.ms/vintage-story-mods/common-mod/issues/9)) |
| 21 | +- Added `IWorldAccessor.WalkBlocksCube` extension method ([#9](https://git.omni.ms/vintage-story-mods/common-mod/issues/9)) |
| 22 | +- Added `IWorldAccessor.WalkBlocksCylinder` extension method ([#9](https://git.omni.ms/vintage-story-mods/common-mod/issues/9)) |
| 23 | +- Added `IWorldAccessor.WalkBlocksSphere` extension method ([#9](https://git.omni.ms/vintage-story-mods/common-mod/issues/9)) |
9 | 24 |
|
10 | 25 | **:hammer: Refactors** |
11 | 26 | - Cleanup pass ([#1](https://git.omni.ms/vintage-story-mods/common-mod/issues/1)) |
|
0 commit comments