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:saddle"
},
"title": "Craftable Saddles",
"description": "Craft saddles using leather, string, and iron.",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
},
"requirements": [
[
"tick"
]
],
"parent": "minecraft:root"
}

View File

@@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_leather": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:leather"
}
]
}
},
"has_string": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:string"
}
]
}
},
"has_iron_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:iron_ingot"
}
]
}
}
},
"requirements": [
[
"has_leather",
"has_string",
"has_iron_ingot"
]
],
"rewards": {
"recipes": [
"minecraft:saddle"
]
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"LLL",
"LSL",
"I I"
],
"key": {
"L": {
"item": "minecraft:leather"
},
"S": {
"item": "minecraft:string"
},
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"id": "minecraft:saddle"
}
}

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B