Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 886368d

Browse files
committed
Added the old 6 sticks for 2 fences recipe.
More version support Bug fixes
1 parent 390c2af commit 886368d

46 files changed

Lines changed: 34 additions & 426 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ yarn_mappings=1.20.5+build.1
99
loader_version=0.15.11
1010

1111
# Mod Properties
12-
mod_version=1.0.1-1.20.5
12+
mod_version=1.1.0-fabric
1313
maven_group=net.herrobriam.nostalgiaitems
1414
archives_base_name=nostalgia-items
1515

src/main/resources/data/minecraft/recipe/enchanted_golden_apple.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
}
1515
},
1616
"result": {
17-
"id": "minecraft:enchanted_golden_apple"
17+
"id": "minecraft:enchanted_golden_apple",
18+
"item": "minecraft:enchanted_golden_apple"
1819
}
1920
}
2021

src/main/resources/data/minecraft/recipe/glass_pane.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/main/resources/data/minecraft/recipe/ladder.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"result": {
1414
"id": "minecraft:ladder",
15+
"item": "minecraft:ladder",
1516
"count": 1
1617
}
1718
}

src/main/resources/data/minecraft/recipe/light_weighted_pressure_plate.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/main/resources/data/minecraft/recipe/nether_brick_fence.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
}
1010
},
1111
"pattern": [
12-
"W#W",
13-
"W#W"
12+
"###",
13+
"###"
1414
],
1515
"result": {
16-
"count": 6,
17-
"item": "minecraft:nether_brick_fence"
16+
"count": 1,
17+
"item": "minecraft:nether_brick_fence",
18+
"id": "minecraft:nether_brick_fence"
1819
}
1920
}

src/main/resources/data/minecraft/recipe/oak_boat.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/main/resources/data/minecraft/recipe/oak_button.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/main/resources/data/minecraft/recipe/oak_chest_boat.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/main/resources/data/minecraft/recipe/oak_door.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"result": {
1515
"id": "minecraft:oak_door",
16+
"item": "minecraft:oak_door",
1617
"count": 1
1718
}
1819
}

0 commit comments

Comments
 (0)