Skip to content

Commit

Permalink
feat(法術釋放相關):
Browse files Browse the repository at this point in the history
修复了法杖施法逻辑,优化了物品栏管理,并生成了语言和战利品表(方塊自身掉落)数据代碼内生成。
  • Loading branch information
northgreen committed Apr 17, 2024
1 parent 1b9afa1 commit ffb2ab9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// 1.19.2 2024-04-17T20:37:27.0967981 Block Loot Tables
fe57f13449a11436bbede8c37e01bd0d1cd87191 data\the_origin_of_magic\loot_tables\blocks\magic_workbench.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "the_origin_of_magic:magic_workbench"
}
],
"rolls": 1.0
}
]
}

0 comments on commit ffb2ab9

Please sign in to comment.