-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pref: 更新了多个文件,包括物品、方块、网络傳輸 packets 和向量工具类。优化了代码注释,文檔,并添加了新的魔法物品和实体。
Modified files: - src/main/java/com/ictye/the_origin_of_magic/foundation/Items/Magic/StdMagicItem.java - src/main/java/com/ictye/the_origin_of_magic/foundation/Items/Magic/LimiterItem/StdLimiterItem.java - src/main/java/com/ictye/the_origin_of_magic/utils/Vec3d_Util.java - src/main/java/com/ictye/the_origin_of_magic/foundation/Items/Staff/StdStaff.java - src/main/java/com/ictye/the_origin_of_magic/Contents/AllBlockEntity.java - src/main/java/com/ictye/the_origin_of_magic/foundation/Blocks/MagicWorkstationBlockEntity.java - src/main/java/com/ictye/the_origin_of_magic/the_origin_of_magic_client.java - src/main/java/com/ictye/the_origin_of_magic/infrastructure/netWork/SyncHUDS2CPacket.java - src/main/generated/.cache/dc1d6e7286e7569a79007c10f809d49635ea1c49 - src/main/java/com/ictye/the_origin_of_magic/foundation/Entitys/Magics/PoisonThrownMagic.java
- Loading branch information
1 parent
77181da
commit 18424fb
Showing
36 changed files
with
359 additions
and
132 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/main/generated/.cache/89b86ab0e66f527166d98df92ddbcf5416ed58f6
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.19.2 2024-04-20T13:20:04.2533668 Language | ||
cf9144aa31d03773d984551199f36d4c66351a1f assets\the_origin_of_magic\lang\en_us.json | ||
// 1.19.2 2024-04-20T16:16:43.5788967 Language | ||
e4957a0a0c98975bf4c2d8324cf2ff65b3281ca1 assets\the_origin_of_magic\lang\en_us.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/dc1d6e7286e7569a79007c10f809d49635ea1c49
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.19.2 2024-04-20T13:20:04.2507738 Block Loot Tables | ||
// 1.19.2 2024-04-20T16:16:43.57588 Block Loot Tables | ||
fe57f13449a11436bbede8c37e01bd0d1cd87191 data\the_origin_of_magic\loot_tables\blocks\magic_workbench.json |
7 changes: 4 additions & 3 deletions
7
src/main/generated/.cache/f3798f81c7b6fecad2cbfec741314f8a66c0eca3
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,5 +1,6 @@ | ||
// 1.19.2 2024-04-20T13:20:04.2558702 Models | ||
// 1.19.2 2024-04-20T16:16:43.5723787 Models | ||
50c992db06feb825ceb8fe3bd063a7d5fcc83264 assets\the_origin_of_magic\models\item\explosion_magic.json | ||
ddf4e605ac73f757f76bbfe39d60312b7042e7d9 assets\the_origin_of_magic\models\item\hostile_entity_limiter.json | ||
02d3ff4716d16f7c5a4dd4432d1b98f744a13f02 assets\the_origin_of_magic\models\item\blood_essence.json | ||
b1555a32206034cd8f1b13891371182e88d9d40a assets\the_origin_of_magic\models\item\test_magic.json | ||
681374800d5b4991c2e8d6304781b89089bd379c assets\the_origin_of_magic\models\item\poison_magic.json | ||
03b1f5cc891077d36d38a8d98d2ffe49396f8229 assets\the_origin_of_magic\models\item\water_magic_element.json | ||
a50a32a25dfc8a066cacf0c15ac0420396c0c5fc assets\the_origin_of_magic\models\item\hoglin_entity_limiter.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
6 changes: 0 additions & 6 deletions
6
src/main/generated/assets/the_origin_of_magic/models/item/hoglin_entity_limiter.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...igin_of_magic/models/item/test_magic.json → ...in_of_magic/models/item/poison_magic.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "the_origin_of_magic:item/test_magic" | ||
"layer0": "the_origin_of_magic:item/poison_magic" | ||
} | ||
} |
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
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: 12 additions & 0 deletions
12
...a/com/ictye/the_origin_of_magic/foundation/Entitys/Magics/EffectMagic/StdEffectMagic.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 com.ictye.the_origin_of_magic.foundation.Entitys.Magics.EffectMagic; | ||
|
||
import com.ictye.the_origin_of_magic.foundation.Entitys.Magics.StdMagicInterface; | ||
import net.minecraft.world.World; | ||
|
||
public abstract class StdEffectMagic implements StdMagicInterface { | ||
/** | ||
* 生產魔法特效 | ||
* @param world 世界 | ||
*/ | ||
public abstract void tick(World world); | ||
} |
Oops, something went wrong.