Skip to content

Commit 671d7e1

Browse files
authored
Merge pull request #7 from Mxpea/dev2
添加到创造模式列表
2 parents bb8423d + 1dfe613 commit 671d7e1

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
# FADING SHADOW
3+
4+
你在追寻何物?
5+
6+
when the sky is falling.
7+
when the void crashing.
8+
when the reality breaks.
9+
when ... you realize you can did it.
10+
11+
that time ...
12+
even the deepest shadow will fading away...
13+
14+
15+
16+
17+
218
Installation information
319
=======
420

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +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);
113114
}
114115
}
115116

0 commit comments

Comments
 (0)