-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 修正与 Retro Damage Indicators 模组的渲染冲突 - 修正与 L_Ender's Cataclysm 导致的类加载问题 - 为仆人铃添加音效 - 修正攻击村民的问题 - 为妖怪名单添加合成表
- Loading branch information
1 parent
4015ecf
commit ba7b453
Showing
4 changed files
with
48 additions
and
3 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
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
33 changes: 33 additions & 0 deletions
33
src/main/resources/data/touhou_little_maid/recipes/altar/monster_list.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,33 @@ | ||
{ | ||
"type": "touhou_little_maid:altar_crafting", | ||
"output": { | ||
"type": "minecraft:item", | ||
"nbt": { | ||
"Item": { | ||
"id": "touhou_little_maid:monster_list", | ||
"Count": 1 | ||
} | ||
} | ||
}, | ||
"power": 0.2, | ||
"ingredients": [ | ||
{ | ||
"tag": "forge:dusts/redstone" | ||
}, | ||
{ | ||
"tag": "forge:dusts/redstone" | ||
}, | ||
{ | ||
"tag": "forge:nuggets/gold" | ||
}, | ||
{ | ||
"tag": "forge:nuggets/gold" | ||
}, | ||
{ | ||
"item": "minecraft:book" | ||
}, | ||
{ | ||
"item": "minecraft:book" | ||
} | ||
] | ||
} |