oops
This commit is contained in:
parent
7283da4c87
commit
44a2dd5b37
|
|
@ -230,6 +230,6 @@ public class ScreenBaker implements BakedModel {
|
|||
}
|
||||
|
||||
//@formatter:off
|
||||
public final class IntegerModelProperty extends ModelProperty<Integer> {}
|
||||
public static final class IntegerModelProperty extends ModelProperty<Integer> {}
|
||||
//@formatter:on
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,30 +1,7 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"uvlock": false,
|
||||
"variants": {
|
||||
"emitting=true,facing=north,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=true,facing=south,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=true,facing=east,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=true,facing=west,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=true,facing=up,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=true,facing=down,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=north,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=south,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=east,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=west,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=up,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=down,haste=true" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=true,facing=north,haste=false" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=true,facing=south,haste=false" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=true,facing=east,haste=false" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=true,facing=west,haste=false" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=true,facing=up,haste=false" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=true,facing=down,haste=false" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=north,haste=false" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=south,haste=false" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=east,haste=false" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=west,haste=false" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=up,haste=false" : { "model": "webdisplays:block/screen" },
|
||||
"emitting=false,facing=down,haste=false" : { "model": "webdisplays:block/screen" }
|
||||
"": {
|
||||
"model": "webdisplays:block/screen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 258 B |
Loading…
Reference in New Issue
Block a user