Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DEMnetwork authored May 22, 2023
1 parent cdccf15 commit 43649e2
Show file tree
Hide file tree
Showing 19 changed files with 191 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recycling mod/data/crafting/recipes/diamond_boots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:diamond_boots"
}
],
"result": {
"item": "minecraft:diamond",
"count": 4
}
}
12 changes: 12 additions & 0 deletions recycling mod/data/crafting/recipes/diamond_chestplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:diamond_chestplate"
}
],
"result": {
"item": "minecraft:diamond",
"count": 8
}
}
12 changes: 12 additions & 0 deletions recycling mod/data/crafting/recipes/diamond_helmet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:diamond_helmet"
}
],
"result": {
"item": "minecraft:diamond",
"count": 5
}
}
12 changes: 12 additions & 0 deletions recycling mod/data/crafting/recipes/diamond_leggings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:diamond_leggings"
}
],
"result": {
"item": "minecraft:diamond",
"count": 7
}
}
12 changes: 12 additions & 0 deletions recycling mod/data/crafting/recipes/iron_boots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:iron_boots"
}
],
"result": {
"item": "minecraft:iron_ingot",
"count": 4
}
}
12 changes: 12 additions & 0 deletions recycling mod/data/crafting/recipes/iron_chestplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:iron_chestplate"
}
],
"result": {
"item": "minecraft:iron_ingot",
"count": 8
}
}
12 changes: 12 additions & 0 deletions recycling mod/data/crafting/recipes/iron_helmet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:iron_helmet"
}
],
"result": {
"item": "minecraft:iron_ingot",
"count": 5
}
}
12 changes: 12 additions & 0 deletions recycling mod/data/crafting/recipes/iron_leggings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:iron_leggings"
}
],
"result": {
"item": "minecraft:iron_ingot",
"count": 7
}
}
13 changes: 13 additions & 0 deletions recycling mod/data/crafting/recipes/leather_boots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:leather_boots"
}
],
"result": {
"item": "minecraft:leather",
"count": 4
},
"group": "leather"
}
13 changes: 13 additions & 0 deletions recycling mod/data/crafting/recipes/leather_chestplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:leather_chestplate"
}
],
"result": {
"item": "minecraft:leather",
"count": 5
},
"group": "leather"
}
13 changes: 13 additions & 0 deletions recycling mod/data/crafting/recipes/leather_helmet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:leather_helmet"
}
],
"result": {
"item": "minecraft:leather",
"count": 5
},
"group": "leather"
}
13 changes: 13 additions & 0 deletions recycling mod/data/crafting/recipes/leather_leggings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:leather_leggings"
}
],
"result": {
"item": "minecraft:leather",
"count": 7
},
"group": "leather"
}
12 changes: 12 additions & 0 deletions recycling mod/data/crafting/recipes/oak_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:oak_boat"
}
],
"result": {
"item": "minecraft:oak_planks",
"count": 5
}
}
12 changes: 12 additions & 0 deletions recycling mod/data/crafting/recipes/oak_chest_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:oak_chest_boat"
}
],
"result": {
"item": "minecraft:oak_planks",
"count": 13
}
}
12 changes: 12 additions & 0 deletions recycling mod/data/crafting/recipes/spruce_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:spruce_boat"
}
],
"result": {
"item": "minecraft:spruce_planks",
"count": 5
}
}
6 changes: 6 additions & 0 deletions recycling mod/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 12,
"description": "A Mod That Adds Some Recipes To Recycle"
}
}
Binary file added recycling mod/pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions recycling mod/quilt.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"schema_version":1,"quilt_loader":{"group":"com.modrinth","id":"recycling_mr","version":"1-alpha-v0.0.3","metadata":{"name":"Recycling","description":"A Mod That Adds Some Recipes To Recycle","contributors":{"DEMnetwork":"Owner"},"contact":{"homepage":"https://modrinth.com/datapack/recycling","sources":"https://github.com/DEMnetwork/Recycling/tree/main","issues":"https://github.com/DEMnetwork/Recycling/issues"},"icon":"recycling_pack.png"},"intermediate_mappings":"net.fabricmc:intermediary","depends":[{"id":"quilt_resource_loader","versions":"*","unless":"fabric-resource-loader-v0"}]}}
Binary file added recycling mod/recycling_pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43649e2

Please sign in to comment.