1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
azalea/codegen/genitemcomponents.py
mat ef357fdf36
1.21.5 (#198)
* 25w02a

* move item_components codegen to a different module

* remove outdated test

* 25w03a

* start updating to 24w09b

* 1.21.5-pre2

* fix broken packets

* 1.21.5-rc2

* merge main

* delete unused acket_handling

* 1.21.5
2025-03-25 11:17:39 -05:00

6 lines
185 B
Python

import lib.code.item_components
import lib.code.version
if __name__ == '__main__':
version_id = lib.code.version.get_version_id()
lib.code.item_components.generate(version_id)