We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb8423d + 1dfe613 commit 671d7e1Copy full SHA for 671d7e1
README.md
@@ -1,4 +1,20 @@
1
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
18
Installation information
19
=======
20
src/main/java/io/github/mxpea/fadingshadow/FadingShadow.java
@@ -110,6 +110,7 @@ private void commonSetup(FMLCommonSetupEvent event) {
110
private void addCreative(BuildCreativeModeTabContentsEvent event) {
111
if (event.getTabKey() == CreativeModeTabs.INGREDIENTS) {
112
event.accept(ModItem.reality_fabric);
113
+ event.accept(ModItem.apple_juice);
114
}
115
116
0 commit comments