Initial Commit

This commit is contained in:
2026-04-08 13:39:58 +01:00
parent 4633e9fa47
commit a7d3285efb
46 changed files with 691 additions and 0 deletions

BIN
data/minecraft/.DS_Store vendored Normal file

Binary file not shown.

BIN
data/minecraft/loot_table/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,33 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:copy_components",
"include": [
"minecraft:profile",
"minecraft:note_block_sound",
"minecraft:custom_name",
"minecraft:item_name",
"minecraft:lore",
"minecraft:custom_data",
"minecraft:attribute_modifiers",
"minecraft:equippable",
"minecraft:tooltip_display"
],
"source": "block_entity"
}
],
"name": "minecraft:player_head"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:blocks/player_head"
}

BIN
data/minecraft/tags/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,5 @@
{
"values": [
"serenitydeco:_load"
]
}