Skip to content

Commit

Permalink
emissive nematocyst model
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Feb 18, 2025
1 parent aef3bcc commit 93966f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ public final class WWBlocks {
.hasPostProcess(Blocks::always)
.pushReaction(PushReaction.DESTROY)
);

public static final HugePaleMushroomBlock PALE_MUSHROOM_BLOCK = register("pale_mushroom_block",
HugePaleMushroomBlock::new,
BlockBehaviour.Properties.of()
Expand Down Expand Up @@ -1856,8 +1856,6 @@ public static Properties nematocystProperties(@NotNull MapColor mapColor) {
.mapColor(mapColor)
.noCollission()
.noOcclusion()
.emissiveRendering(Blocks::always)
.lightLevel(state -> 4)
.sound(WWSoundTypes.NEMATOCYST)
.pushReaction(PushReaction.DESTROY);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"from": [8, 2, 0],
"to": [8, 14, 12],
"rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 0]},
"light_emission": 15,
"faces": {
"east": {"uv": [2, 4, 14, 16], "rotation": 270, "texture": "#inside"},
"west": {"uv": [2, 4, 14, 16], "rotation": 90, "texture": "#inside"}
Expand All @@ -19,6 +20,7 @@
"from": [9, 2, 0],
"to": [9, 14, 10],
"rotation": {"angle": 22.5, "axis": "y", "origin": [9, 7, 0], "rescale": true},
"light_emission": 15,
"faces": {
"east": {"uv": [14, 6, 2, 16], "rotation": 270, "texture": "#fan"},
"west": {"uv": [2, 6, 14, 16], "rotation": 90, "texture": "#fan"}
Expand All @@ -29,6 +31,7 @@
"from": [7, 2, 0],
"to": [7, 14, 10],
"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 9, 0], "rescale": true},
"light_emission": 15,
"faces": {
"east": {"uv": [14, 6, 2, 16], "rotation": 270, "texture": "#fan"},
"west": {"uv": [2, 6, 14, 16], "rotation": 90, "texture": "#fan"}
Expand Down

0 comments on commit 93966f5

Please sign in to comment.