Skip to content

Commit f6f6ed0

Browse files
committed
修改了苹果汁图标
1 parent 671d7e1 commit f6f6ed0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/main/java/io/github/mxpea/fadingshadow/FadingShadow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private void commonSetup(FMLCommonSetupEvent event) {
110110
private void addCreative(BuildCreativeModeTabContentsEvent event) {
111111
if (event.getTabKey() == CreativeModeTabs.INGREDIENTS) {
112112
event.accept(ModItem.reality_fabric);
113-
event.accept(ModItem.apple_juice);
113+
event.accept(ModItem.apple_juice); //but do you know?apple juice is yellow instead of red,hahaha
114114
}
115115
}
116116

src/main/resources/assets/fadingshadow/models/item/apple_juice.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"textures": {
44
"layer0": "fadingshadow:item/apple_juice"
55
}
6-
}
6+
}
116 Bytes
Loading

0 commit comments

Comments
 (0)