1
0
Fork 0

Initial commit

This commit is contained in:
Vojtěch Mareš 2023-09-26 21:51:39 +00:00
commit 30f633c7ff
1281 changed files with 265821 additions and 0 deletions

View file

@ -0,0 +1,6 @@
##
# main.mcfunction
# sculk-trade
#
# Created by Aca_.
##

View file

@ -0,0 +1,6 @@
##
# reset.mcfunction
# sculk-trade
#
# Created by Aca_.
##

View file

@ -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"
}
}
}

View file

@ -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"
}
}
}

View file

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"aca_:sculk-trade/reset"
]
}

View file

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"aca_:sculk-trade/main"
]
}