diff --git a/src/main/java/net/montoyo/wd/client/renderers/ScreenBaker.java b/src/main/java/net/montoyo/wd/client/renderers/ScreenBaker.java index 25ba926..7830388 100644 --- a/src/main/java/net/montoyo/wd/client/renderers/ScreenBaker.java +++ b/src/main/java/net/montoyo/wd/client/renderers/ScreenBaker.java @@ -230,6 +230,6 @@ public class ScreenBaker implements BakedModel { } //@formatter:off - public final class IntegerModelProperty extends ModelProperty {} + public static final class IntegerModelProperty extends ModelProperty {} //@formatter:on } diff --git a/src/main/resources/assets/webdisplays/blockstates/screen.json b/src/main/resources/assets/webdisplays/blockstates/screen.json index 728f0bc..3fc9907 100644 --- a/src/main/resources/assets/webdisplays/blockstates/screen.json +++ b/src/main/resources/assets/webdisplays/blockstates/screen.json @@ -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" + } } -} +} \ No newline at end of file diff --git a/src/main/resources/assets/webdisplays/textures/models/minepad.png b/src/main/resources/assets/webdisplays/textures/models/minepad.png new file mode 100644 index 0000000..d77de82 Binary files /dev/null and b/src/main/resources/assets/webdisplays/textures/models/minepad.png differ