UNPKG
@ic2/data
Version:
latest (0.4.0-alpha.1.0.0.beta-preview.1)
0.4.0-alpha.1.0.0.beta-preview.1
0.4.0-alpha.1.0.0.beta-preview.0
0.3.0-alpha.1.21.80-preview.27.0
0.2.0-alpha.1.21.80-preview.25.0
0.1.0-alpha.1.21.80-preview.25.1
0.1.0-alpha.1.21.80-preview.25.0
The data of the Industrial Craft 2 bedrock in Minecraft Bedrock Script API
.
@ic2/data
/
dist
/
data
/
index.js
7 lines
(6 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
*
from
'./Ic2ItemTypes'
;
export
*
from
'./Ic2BlockTypes'
;
export
*
from
'./Ic2EntityTypes'
;
export
*
from
'./Ic2NodeTypes'
;
export
*
from
'./Ic2VoltageTiers'
;
export
*
from
'./state'
;