-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
46 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...m/cuisines/BingShanMaoYuDongNingItem.java → .../beverages/BingShanMaoYuDongNingItem.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
package org.hiedacamellia.mystiasizakaya.content.common.item.cuisines; | ||
package org.hiedacamellia.mystiasizakaya.content.common.item.beverages; | ||
|
||
import net.minecraft.world.item.Rarity; | ||
import org.hiedacamellia.mystiasizakaya.content.common.item.items.Beverages; | ||
import org.hiedacamellia.mystiasizakaya.content.common.item.items.Cuisines; | ||
|
||
public class BingShanMaoYuDongNingItem extends Cuisines { | ||
public class BingShanMaoYuDongNingItem extends Beverages { | ||
public BingShanMaoYuDongNingItem() { | ||
super(4, 1.2f, Rarity.COMMON, "bing_shan_mao_yu_dong_ning", | ||
new String[]{"no_alcohol", "chillable", "soda", "stimulating", "fruity", "neat", "sweet"}, | ||
new String[]{},0); | ||
new String[]{"no_alcohol", "chillable", "soda", "stimulating", "fruity", "neat", "sweet"}); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...ava/org/hiedacamellia/mystiasizakaya/content/common/item/beverages/HongYouGuoZhiItem.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package org.hiedacamellia.mystiasizakaya.content.common.item.beverages; | ||
|
||
import net.minecraft.world.item.Rarity; | ||
import org.hiedacamellia.mystiasizakaya.content.common.item.items.Beverages; | ||
import org.hiedacamellia.mystiasizakaya.content.common.item.items.Cuisines; | ||
|
||
public class HongYouGuoZhiItem extends Beverages { | ||
public HongYouGuoZhiItem() { | ||
super(3, 0.8f, Rarity.COMMON, "hong_you_guo_zhi", | ||
new String[]{"no_alcohol", "fruity"}); | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...in/java/org/hiedacamellia/mystiasizakaya/content/common/item/beverages/HuoShuQiuItem.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package org.hiedacamellia.mystiasizakaya.content.common.item.beverages; | ||
|
||
import net.minecraft.world.item.Rarity; | ||
import org.hiedacamellia.mystiasizakaya.content.common.item.items.Beverages; | ||
import org.hiedacamellia.mystiasizakaya.content.common.item.items.Cuisines; | ||
|
||
public class HuoShuQiuItem extends Beverages { | ||
public HuoShuQiuItem() { | ||
super(8, 0.8f, Rarity.COMMON, "huo_shu_qiu", | ||
new String[]{"high_alcohol", "heatable", "shochu", "dry"}); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
...java/org/hiedacamellia/mystiasizakaya/content/common/item/cuisines/HongYouGuoZhiItem.java
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...ain/java/org/hiedacamellia/mystiasizakaya/content/common/item/cuisines/HuoShuQiuItem.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters