This commit is contained in:
GiantLuigi4 2023-06-07 14:12:20 -04:00
parent 7283da4c87
commit 44a2dd5b37
3 changed files with 5 additions and 28 deletions

View File

@ -230,6 +230,6 @@ public class ScreenBaker implements BakedModel {
} }
//@formatter:off //@formatter:off
public final class IntegerModelProperty extends ModelProperty<Integer> {} public static final class IntegerModelProperty extends ModelProperty<Integer> {}
//@formatter:on //@formatter:on
} }

View File

@ -1,30 +1,7 @@
{ {
"forge_marker": 1,
"uvlock": false,
"variants": { "variants": {
"emitting=true,facing=north,haste=true" : { "model": "webdisplays:block/screen" }, "": {
"emitting=true,facing=south,haste=true" : { "model": "webdisplays:block/screen" }, "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" }
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B