Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yokinanya committed May 31, 2024
2 parents 21a31bf + 9c54969 commit cbd9c9e
Show file tree
Hide file tree
Showing 36 changed files with 24 additions and 32 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# DGT_Extra_datapack

## 关于数据包参考资料

1. 部分内容(ezcraft) 来源于 [新兵Sinbing](https://space.bilibili.com/1446187/)[LBS_Ez_Craft_datapack](https://github.com/Sinbing/LBS_Ez_Craft_datapack)
2. 附魔金苹果和潜影壳合成使用XeKr的数据包

## 数据包使用说明
1. 选择所需下载的数据包
- 如需使用稳定版,请进入[Release页面](https://github.com/DangoTown/DGT_Extra_datapack/releases)下载
- 如需使用稳定版,请进入[Release页面](https://github.com/DangoTown/DGTExtraDatapack/releases)下载
- 如需调试最新版(可能不稳定),请直接将源码Clone到存档数据包文件夹中

2. 将数据包下载到存档数据包文件夹中
Expand Down Expand Up @@ -87,6 +82,3 @@
![dead_bush](https://s2.loli.net/2023/06/30/3MFDQbx7NIyGvw9.png "支持输入任意树苗(#minecraft:saplings)")

</details>

## 关于数据包参考资料
部分内容(ezcraft) 来源于 [新兵Sinbing](https://space.bilibili.com/1446187/)[LBS_Ez_Craft_datapack](https://github.com/Sinbing/LBS_Ez_Craft_datapack)[XeKr](https://space.bilibili.com/5930630)[XKsmallmap.zip/免跑图合成](https://www.bilibili.com/read/cv12992062)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "ezcraft:recipes/root",
"parent": "dgted:recipes/root",
"criteria": {
"have_bone": {
"trigger": "minecraft:inventory_changed",
Expand All @@ -14,7 +14,7 @@
},
"rewards": {
"recipes": [
"ezcraft:bone_to_bone_block"
"dgted:bone_to_bone_block"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "ezcraft:recipes/root",
"parent": "dgted:recipes/root",
"criteria": {
"have_bone": {
"trigger": "minecraft:inventory_changed",
Expand All @@ -14,7 +14,7 @@
},
"rewards": {
"recipes": [
"ezcraft:bone_to_bone_block2"
"dgted:bone_to_bone_block2"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "ezcraft:recipes/root",
"parent": "dgted:recipes/root",
"criteria": {
"have_bone": {
"trigger": "minecraft:inventory_changed",
Expand All @@ -14,7 +14,7 @@
},
"rewards": {
"recipes": [
"ezcraft:bone_to_bone_block3"
"dgted:bone_to_bone_block3"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "ezcraft:recipes/root",
"parent": "dgted:recipes/root",
"criteria": {
"have_dropper": {
"trigger": "minecraft:inventory_changed",
Expand All @@ -14,7 +14,7 @@
},
"rewards": {
"recipes": [
"ezcraft:ez_dispenser"
"dgted:ez_dispenser"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "ezcraft:recipes/root",
"parent": "dgted:recipes/root",
"criteria": {
"have_dropper": {
"trigger": "minecraft:inventory_changed",
Expand All @@ -14,7 +14,7 @@
},
"rewards": {
"recipes": [
"ezcraft:ez_dispenser2"
"dgted:ez_dispenser2"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "ezcraft:recipes/root",
"parent": "dgted:recipes/root",
"criteria": {
"have_shulker_shell": {
"trigger": "minecraft:inventory_changed",
Expand All @@ -14,7 +14,7 @@
},
"rewards": {
"recipes": [
"ezcraft:ez_shulker_box"
"dgted:ez_shulker_box"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "ezcraft:recipes/root",
"parent": "dgted:recipes/root",
"criteria": {
"has_lots_of_items": {
"trigger": "minecraft:inventory_changed",
Expand All @@ -14,7 +14,7 @@
},
"rewards": {
"recipes": [
"ezcraft:log_to_chest"
"dgted:log_to_chest"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "ezcraft:recipes/root",
"parent": "dgted:recipes/root",
"criteria": {
"have_logs": {
"trigger": "minecraft:inventory_changed",
Expand All @@ -14,7 +14,7 @@
},
"rewards": {
"recipes": [
"ezcraft:log_to_stick"
"dgted:log_to_stick"
]
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions data/dgted/functions/tick.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
execute as @a run function dgted:operate
execute as @a if score @s minecounter_t matches 1.. run scoreboard players operation @s minecounter = @s minecounter_t
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions data/dgtsd/functions/tick.mcfunction

This file was deleted.

2 changes: 1 addition & 1 deletion data/minecraft/tags/functions/load.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"replace": false,
"values": [
"dgtsd:load"
"dgted:load"
]
}
2 changes: 1 addition & 1 deletion data/minecraft/tags/functions/tick.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"replace": false,
"values": [
"dgtsd:tick"
"dgted:tick"
]
}
6 changes: 3 additions & 3 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack": {
"description": "\u00A7e作者Yokina不可以在MCBBS找到",
"pack_format": 15,
"_comment": "Create by yokina"
"description": "\u00A7eDangoTown Extra Datapack made by yokina & RTAkland",
"pack_format": 18,
"_comment": "Create by yokina & RTAkland"
}
}

0 comments on commit cbd9c9e

Please sign in to comment.