Initial commit
This commit is contained in:
commit
30f633c7ff
1281 changed files with 265821 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
##
|
||||
# main.mcfunction
|
||||
# sculk-trade
|
||||
#
|
||||
# Created by Aca_.
|
||||
##
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
##
|
||||
# reset.mcfunction
|
||||
# sculk-trade
|
||||
#
|
||||
# Created by Aca_.
|
||||
##
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"display": {
|
||||
"title": "Installed Datapacks",
|
||||
"description": "",
|
||||
"icon": {
|
||||
"item": "minecraft:knowledge_book"
|
||||
},
|
||||
"background": "minecraft:textures/block/gray_concrete.png",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"criteria": {
|
||||
"trigger": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"display": {
|
||||
"title": "sculk-sensor-trade",
|
||||
"description": "Sculk Sensor trade from Wandering trader",
|
||||
"icon": {
|
||||
"item": "minecraft:player_head",
|
||||
"nbt": "{SkullOwner: 'Aca_'}"
|
||||
},
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "global:root",
|
||||
"criteria": {
|
||||
"trigger": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"aca_:sculk-trade/reset"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"aca_:sculk-trade/main"
|
||||
]
|
||||
}
|
||||
6
datapacks/sculk-sensor-trade/pack.mcmeta
Normal file
6
datapacks/sculk-sensor-trade/pack.mcmeta
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"pack": {
|
||||
"pack_format": 5,
|
||||
"description": "Sculk Sensor trade from Wandering trader"
|
||||
}
|
||||
}
|
||||
Reference in a new issue