-
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
23 changed files
with
281 additions
and
67 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
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/4d80d66209c237eb485b194bd690dcf7e272ba36
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,2 +1,2 @@ | ||
// 1.21 2024-09-03T23:08:01.8919636 Languages: zh_cn for mod: mystias_izakaya | ||
5531b58ced64a027efef04bacae322a4c6d56cb4 assets/mystias_izakaya/lang/zh_cn.json | ||
// 1.21 2024-09-06T21:17:50.8570258 Languages: zh_cn for mod: mystias_izakaya | ||
fd29b5966bc5b85ab15935276be72f549f3eaa3a assets/mystias_izakaya/lang/zh_cn.json |
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/51e7974fc121251e1ad37761566173ab4e2c1b25
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,2 +1,2 @@ | ||
// 1.21 2024-09-03T23:08:01.892963 Languages: en_us for mod: mystias_izakaya | ||
2c6023acc129d79c40c68d3d0d276508361b0fe7 assets/mystias_izakaya/lang/en_us.json | ||
// 1.21 2024-09-06T21:17:50.8590255 Languages: en_us for mod: mystias_izakaya | ||
421f5570905649e79dcfa370b77bed8756d6edd0 assets/mystias_izakaya/lang/en_us.json |
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
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/mystias_izakaya/advancement/recipes/misc/ledger.json
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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_book": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "minecraft:book" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "mystias_izakaya:ledger" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_book" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"mystias_izakaya:ledger" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/mystias_izakaya/advancement/recipes/misc/table.json
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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_planks": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#minecraft:planks" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "mystias_izakaya:table" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_planks" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"mystias_izakaya:table" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/mystias_izakaya/advancement/recipes/misc/telephone.json
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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_ender_pearl": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "minecraft:ender_pearl" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "mystias_izakaya:telephone" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_ender_pearl" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"mystias_izakaya:telephone" | ||
] | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/generated/resources/data/mystias_izakaya/recipe/ledger.json
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,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "misc", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:book" | ||
}, | ||
{ | ||
"item": "minecraft:paper" | ||
}, | ||
{ | ||
"item": "minecraft:paper" | ||
} | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "mystias_izakaya:ledger" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/data/mystias_izakaya/recipe/table.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"#": { | ||
"tag": "minecraft:wooden_slabs" | ||
}, | ||
"X": { | ||
"tag": "minecraft:wooden_fences" | ||
} | ||
}, | ||
"pattern": [ | ||
"#", | ||
"X" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "mystias_izakaya:table" | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
src/generated/resources/data/mystias_izakaya/recipe/telephone.json
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,23 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"#": { | ||
"tag": "minecraft:planks" | ||
}, | ||
"S": { | ||
"item": "minecraft:iron_ingot" | ||
}, | ||
"X": { | ||
"item": "minecraft:ender_pearl" | ||
} | ||
}, | ||
"pattern": [ | ||
"SXS", | ||
"###" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "mystias_izakaya:telephone" | ||
} | ||
} |
45 changes: 0 additions & 45 deletions
45
src/main/java/org/hiedacamellia/mystiasizakaya/Config.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
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
14 changes: 14 additions & 0 deletions
14
src/main/java/org/hiedacamellia/mystiasizakaya/core/config/ClientConfig.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,14 @@ | ||
package org.hiedacamellia.mystiasizakaya.core.config; | ||
|
||
import net.neoforged.neoforge.common.ModConfigSpec; | ||
|
||
public class ClientConfig { | ||
private static final ModConfigSpec.Builder BUILDER = new ModConfigSpec.Builder(); | ||
|
||
public static final ModConfigSpec.BooleanValue SHOW_BALANCE = BUILDER | ||
.comment("Set to true to display balance in the hud") | ||
.comment("设置为true以在hud中显示余额") | ||
.define("show_balance", false); | ||
|
||
public static final ModConfigSpec SPEC = BUILDER.build(); | ||
} |
Oops, something went wrong.