Closed lingyunmo closed 10 months ago
This update introduces a new custom block, the LanthanumRefinerBlock
, along with its associated block entity, the LanthanumRefinerBlockEntity
. These additions aim to enhance the mod by providing a block that can manage inventory, energy, and fluid storage, and supports item crafting based on recipes. The update also includes a minor version increment in the project's configuration.
File Path | Change Summary |
---|---|
gradle.properties |
Updated mod_version from 0.0.23 to 0.0.24 . |
src/.../LanthanumRefinerBlock.java |
Added a new custom block class with properties for shape, placement, rotation, and state management. |
src/.../LanthanumRefinerBlockEntity.java |
Added a new block entity class for inventory, energy, and fluid management, including client-server synchronization and NBT data handling. |
src/.../ModBlocks.java |
Included registration for LANTHANUM_REFINER_BLOCK and added necessary imports. |
🐰✨
In the realm of code, a new block takes its place,
To refine and to craft, with elegance and grace.
Through energy, fluid, and items, it weaves,
A tale of creation, that the coder conceives.
🌟🛠️
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
The first machine is under construction, but there are no models and materials yet. More machines are coming soon.
Summary by CodeRabbit
gradle.properties
from0.0.23
to0.0.24
.