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
/
state
/
RubberLogResinState.js
7 lines
(6 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
var
RubberLogResinState
; (
function
(
RubberLogResinState
) {
RubberLogResinState
[
"Full"
] =
"full"
;
RubberLogResinState
[
"Empty"
] =
"empty"
;
RubberLogResinState
[
"None"
] =
"none"
; })(
RubberLogResinState
|| (
RubberLogResinState
= {}));