remove version/mc version from sub src

This commit is contained in:
Arthur Lu
2024-12-21 01:19:35 +00:00
parent 844cc2ce6d
commit 7983dfbfa8
190 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"display": {
"icon": {
"id": "minecraft:shulker_shell"
},
"title": "Double Shulker Shells",
"description": "All shulkers drop 2 shells.",
"show_toast": false,
"announce_to_chat": false
},
"parent": "minecraft:root",
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
},
"requirements": [
[
"tick"
]
]
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:entity",
"pools": [
{
"rolls": 2,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:shulker_shell"
}
]
}
],
"random_sequence": "minecraft:entities/shulker"
}

View File

@@ -0,0 +1,7 @@
{
"pack": {
"pack_format": 48,
"supported_formats": {"min_inclusive": 48, "max_inclusive": 48},
"description": [{"text":"Double Shulker Shells","color":"gold"}]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB