Skip to content

Commit 8065ab2

Browse files
committed
UD-251220.1.新增屎液体,但存在渲染崩溃bug
1 parent 23766c7 commit 8065ab2

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
22
"variants": {
3-
"": [
4-
{
5-
"model": "poopsky:block/poop_liquid"
6-
},
7-
{
8-
"model": "poopsky:block/poop_liquid"
9-
}
10-
]
3+
"": {
4+
"model": "poopsky:block/poop_liquid"
5+
}
116
}
127
}

src/main/java/com/altnoir/poopsky/datagen/PSBlockStateProvider.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ protected void registerStatesAndModels() {
132132
.texture("still", modLoc("block/poop_liquid"))
133133
.texture("flow", modLoc("block/poop_liquid"))
134134
.renderType("translucent");
135-
136-
simpleBlock(PSBlocks.POOP_LIQUID.get(), poopFluid);
137135

138136
// 添加流体方块状态定义
139137
var fluidBuilder = getVariantBuilder(PSBlocks.POOP_LIQUID.get()).partialState();

0 commit comments

Comments
 (0)