Skip to content

Commit

Permalink
Upload all files
Browse files Browse the repository at this point in the history
  • Loading branch information
studiobutter committed Mar 6, 2024
0 parents commit bdcb603
Show file tree
Hide file tree
Showing 13 changed files with 21,792 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Hidden_Item-bev/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"format_version": 2,
"header": {
"description": "Gives Removed Items Obtainable again and craftable",
"name": "Minecraft Hidden Items - Craftable",
"uuid": "1093fc4f-f4a7-437b-9d3d-98bcfc848347",
"version": [2, 0, 0],
"min_engine_version": [1, 14, 0]
},
"modules": [
{
"type": "data",
"uuid": "d1dde05d-75ea-40b5-b636-be0996cfd3ff",
"version": [2, 0, 0]
}
],
"dependencies": [
{
"uuid": "f1e80b90-67af-410b-bda6-bf22d3c52db9",
"version": [2, 0, 0]
}
]
}
Binary file added Hidden_Item-bev/pack_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions Hidden_Item-bev/recipes/end_gateway.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"format_version": "1.14.0",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:end_gateway"
},
"tags": [
"crafting_table"
],
"pattern": [
"###",
"#0#",
"###"
],
"key": {
"#": {
"item": "minecraft:end_portal"
},
"0": {
"item": "minecraft:beacon"
}
},
"result": [
{
"item": "minecraft:end_gateway",
"count": 1
}
]
}
}
33 changes: 33 additions & 0 deletions Hidden_Item-bev/recipes/end_portal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"format_version": "1.14.0",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:end_portal"
},
"tags": [
"crafting_table"
],
"pattern": [
"X#X",
"#0#",
"X#X"
],
"key": {
"#": {
"item": "minecraft:ender_pearl"
},
"X": {
"item": "minecraft:stone"
},
"0": {
"item": "minecraft:ender_eye"
}
},
"result": [
{
"item": "minecraft:end_portal",
"count": 1
}
]
}
}
33 changes: 33 additions & 0 deletions Hidden_Item-bev/recipes/glowingobsidian.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"format_version": "1.14.0",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:glowingobsidian"
},
"tags": [
"crafting_table"
],
"pattern": [
"#X#",
"X0X",
"#X#"
],
"key": {
"#": {
"item": "minecraft:netherrack"
},
"0": {
"item": "minecraft:obsidian"
},
"X": {
"item": "minecraft:glowstone_dust"
}
},
"result": [
{
"item": "minecraft:glowingobsidian",
"count": 1
}
]
}
}
30 changes: 30 additions & 0 deletions Hidden_Item-bev/recipes/netherreactor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"format_version": "1.14.0",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:netherreactor"
},
"tags": [
"crafting_table"
],
"pattern": [
"#0#",
"#0#",
"#0#"
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
},
"0": {
"item": "minecraft:diamond"
}
},
"result": [
{
"item": "minecraft:netherreactor",
"count": 1
}
]
}
}
30 changes: 30 additions & 0 deletions Hidden_Item-bev/recipes/old_stonecutter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"format_version": "1.14.0",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:stonecutter"
},
"tags": [
"crafting_table"
],
"pattern": [
"###",
"#0#",
"###"
],
"key": {
"#": {
"item": "minecraft:stone"
},
"0": {
"item": "minecraft:iron_ingot"
}
},
"result": [
{
"item": "minecraft:stonecutter",
"count": 1
}
]
}
}
33 changes: 33 additions & 0 deletions Hidden_Item-bev/recipes/portal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"format_version": "1.14.0",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:portal"
},
"tags": [
"crafting_table"
],
"pattern": [
"X#X",
"#0#",
"X#X"
],
"key": {
"#": {
"item": "minecraft:obsidian"
},
"X": {
"item": "minecraft:stone"
},
"0": {
"item": "minecraft:fireball"
}
},
"result": [
{
"item": "minecraft:portal",
"count": 1
}
]
}
}
18 changes: 18 additions & 0 deletions Hidden_Item-res/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"format_version": 2,
"header": {
"description": "Gives Removed Items Obtainable again and craftable",
"name": "Minecraft Hidden Items - Craftable",
"uuid": "f1e80b90-67af-410b-bda6-bf22d3c52db9",
"version": [2, 0, 0],
"min_engine_version": [1, 14, 0]
},
"modules": [
{
"description": "Replace Record Sounds with Music",
"type": "resources",
"uuid": "28e753ed-f3b6-4ea7-8d87-23fbb22d7e8c",
"version": [2, 0, 0]
}
]
}
Binary file added Hidden_Item-res/pack_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bdcb603

Please sign in to comment.