initial commit

This commit is contained in:
eric.rumsey 2025-02-15 18:39:22 -06:00
commit 6fb5ad5f94
9 changed files with 92 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"display": {
"icon": {
"id": "<item-or-block>"
},
"title": "<Data Pack Name>",
"description": [
"",
{
"text": "<description>",
"color": "gold"
}
],
"show_toast": false,
"announce_to_chat": false
},
"parent": "global:root",
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}

View File

@ -0,0 +1,34 @@
{
"display": {
"icon": {
"id": "minecraft:player_head",
"components": {
"minecraft:profile": {
"properties": [
{
"name": "textures",
"value": "<skin-here>"
}
]
}
}
},
"title": "<Put what you want>",
"frame": "challenge",
"description": [
"",
{
"text": "Data Pack Loaded\n",
"color": "gold"
}
],
"background": "minecraft:textures/block/black_concrete.png",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}

View File

@ -0,0 +1,5 @@
{
"values": [
"namespace:load"
]
}

View File

@ -0,0 +1,5 @@
{
"values": [
"namespace:tick"
]
}

View File

@ -0,0 +1,17 @@
{
"display": {
"title": "Data_Pack_Template",
"description": "Data Pack Template",
"icon": {
"item": "minecraft:emerald"
},
"show_toast": false,
"announce_to_chat": false
},
"parent": "global:namespace",
"criteria": {
"trigger": {
"trigger": "minecraft:tick"
}
}
}

View File

@ -0,0 +1 @@
#This function will run on world loading or data pack loading

View File

@ -0,0 +1 @@
#This function runs every tick

6
pack.mcmeta Normal file
View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 61,
"description": "Data Pack Template"
}
}

BIN
pack.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB