Skip to content

Commit

Permalink
v1.0.1 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JuceInUse committed Nov 22, 2023
1 parent 6a01f5b commit c25a3ee
Show file tree
Hide file tree
Showing 250 changed files with 1,970 additions and 1,903 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Juce's Crafting Overhaul
An extensive crafting datapack made to ENHANCE recipes, not make new ones

Currently, Juce's Crafting Overhaul consists of 470 recipe files! I aim to slowly increase this number as time goes on, making an extremely large set of options for the players. If certain features get more love than others, I may also split certain features into their own datapacks
Currently, Juce's Crafting Overhaul consists of 476 recipe files! I aim to slowly increase this number as time goes on, making an extremely large set of options for the players. If certain features get more love than others, I may also split certain features into their own datapacks

Due to the extensive list of recipes, I have opted instead to list them in the wiki rather than in here! [Check out the wiki]([url](https://github.com/JuceInUse/Juce-s-Crafting-Overhaul/wiki)https://github.com/JuceInUse/Juce-s-Crafting-Overhaul/wiki) for more information!
92 changes: 15 additions & 77 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,88 +1,26 @@
Initial Release
v1.0.1

- Added Anvil Repairing
- Chipped Anvil + [Chipped Anvil/Damaged Anvil] = Anvil
- Chipped Anvil Surrounded by Iron Ingots = Anvil
- Damaged Anvil + Damaged Anvil = Chipped Anvil
- Damaged Anvil Surrounded by Iron Ingots = Chipped Anvil
Technical Changes
• Changed Mod ID to match datapack name
◦ "juces_crafting_overhaul" instead of "juces_recipe_overhaul"

- Added Chainmail Recipes
- Includes Helmet, Chestplate, Leggings, and Boots Made of Chains

- Expanded Horse Armor
- Uses "H" Pattern With Desired Material
- Mimics Leather Horse Armor Recipe
Redid Vanilla Recipes
• Trapdoors now yield 12, matching the conversion rate of slabs
◦ Iron trapdoors produce 8 as to match this rate

- Added Alternate Recipes
- Bow Recipe + Dropper in Center = Dispenser
- Dropper + Bow = Dispenser
- Iron and Redstone in Piston Can be place-Swapped
- Boat Recipe + Chest in Middle = Chest Boat
- Minecart Recipe + Material in Middle = Item Minecart
• Paper recipe is now shapeless, so it no longer requires a crafting table

- Expanded Redying
- Dye + Concrete Powder = Redyed Concrete Powder
- Dye + Glazed Terracotta = Redyed Glazed Terracotta
- Dye + Stained Glass = Restained Glass
- Dye + Banner = Redyed Banner
- Dye + Candle = Redyed Candle
• Redstone torches yield 4, matching the non-redstone counterpart

- Added New Craftables
- Paper + Paper + String in "/" Pattern = Name Tag
- Leather in Top Slots + String in Middle + Iron Nugget in Bottom Middle = Saddle
• Sticks now yield 16, so their conversion rate doesn't match slabs

- Expanded Smelting
- Can Burn Moss Off of Mossy Blocks
- Can Smelt Stairs and Slabs as You Would Full Blocks
• Sticks From Bamboo now yield 4, matching the original recipe for sticks

- Expanded Smoking
- Can Kill Coral And Saplings in Smoker
- Can Smoke Logs
- Can Smoke Cactus

- Expanded Blasting
- Can Blast Raw Blocks
- Can Blast Obsidian Into Crying Obsidian
- Can Blast Blocks into Smooth Blocks
Bug Fixes
• Piston and Flipped Piston recipe are now grouped in the recipe book

- More Output
- 4 Doors Per Craft
- 4 Wood/Hyphae Per Craft
- 4 Hanging Signs Per Craft
- 4 Signs Per Craft
- 4 Fences And Fence Gates Per Craft
- 8 Trapdoors Per Craft
- 8 Pressure Plates Per Craft
- 8 Buttons Per Craft
- 4 Andesite, Diorite, And Granite Per Craft
- 2 Beehives Per Craft
- 12 Walls Per Craft
- 4 Banners Per Craft
- 12 Carpets/Snow Layers Per Craft
- 16 of All Rail Types Per Craft
- 3 Flower Pots Per Craft
- 4 Levers Per Craft
- 8 Cyan Dye Per Pitcher Plant
- 8 Orange Dye Per Torchflower
- 4 Black Dye Per Wither Rose
- 4 Blue Dye Per Lapis
- 8 Arrows Per Craft
- 2 Walls Per Stonecutter
• White Terracotta redying now works the same as the rest of the redying

- More Shapeless Options
- Jack O'Lantern Made Shapeless
- Sticky Piston Made Shapeless
- Shulker Box Made Shapeless

- Redid Vanilla Recipes
- Hanging Sign Uses Planks in Place of Stripped Logs
- Planks and Slabs Swapped on Barrel
- Blue/Packed Ice Uses 4 Instead of 9
- Slime Blocks Use 4 Slime Balls Instead of 9
- Bottom Layer of Stair Recipe Removed
- Terracotta Redying Matches Other Redying
- Glass Pane Redying Matches Other Redying
- Popped Chorus Fruit of End Rods Swapped For Purpur Slabs & Give 8
- Iron Ingot in Crossbow Swapped For Iron Nugget
- Iron Ingot in Chain Swapped For Iron Nugget
- Beetroot Soup Only Requires 2 Beetroots
• Removed old "jams_smp" tag from some recipe groups
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_cobblestone": {
"conditions": {
"items": [
{
"items": [
"minecraft:mossy_cobblestone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "juces_recipe_overhaul:cobblestone_from_smelting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mossy_cobblestone"
]
],
"rewards": {
"recipes": [
"juces_recipe_overhaul:cobblestone_from_smelting"
]
},
"sends_telemetry_event": false
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_cobblestone": {
"conditions": {
"items": [
{
"items": [
"minecraft:mossy_cobblestone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "juces_crafting_overhaul:cobblestone_from_smelting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mossy_cobblestone"
]
],
"rewards": {
"recipes": [
"juces_crafting_overhaul:cobblestone_from_smelting"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_cobblestone_slab": {
"conditions": {
"items": [
{
"items": [
"minecraft:mossy_cobblestone_slab"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "juces_recipe_overhaul:cobblestone_slab_from_smelting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mossy_cobblestone_slab"
]
],
"rewards": {
"recipes": [
"juces_recipe_overhaul:cobblestone_slab_from_smelting"
]
},
"sends_telemetry_event": false
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_cobblestone_slab": {
"conditions": {
"items": [
{
"items": [
"minecraft:mossy_cobblestone_slab"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "juces_crafting_overhaul:cobblestone_slab_from_smelting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mossy_cobblestone_slab"
]
],
"rewards": {
"recipes": [
"juces_crafting_overhaul:cobblestone_slab_from_smelting"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_cobblestone_stairs": {
"conditions": {
"items": [
{
"items": [
"minecraft:mossy_cobblestone_stairs"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "juces_recipe_overhaul:cobblestone_stairs_from_smelting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mossy_cobblestone_stairs"
]
],
"rewards": {
"recipes": [
"juces_recipe_overhaul:cobblestone_stairs_from_smelting"
]
},
"sends_telemetry_event": false
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_cobblestone_stairs": {
"conditions": {
"items": [
{
"items": [
"minecraft:mossy_cobblestone_stairs"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "juces_crafting_overhaul:cobblestone_stairs_from_smelting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mossy_cobblestone_stairs"
]
],
"rewards": {
"recipes": [
"juces_crafting_overhaul:cobblestone_stairs_from_smelting"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "juces_recipe_overhaul:copper_block_from_blasting"
"recipe": "juces_crafting_overhaul:copper_block_from_blasting"
},
"trigger": "minecraft:recipe_unlocked"
}
Expand All @@ -28,7 +28,7 @@
],
"rewards": {
"recipes": [
"juces_recipe_overhaul:copper_block_from_blasting"
"juces_crafting_overhaul:copper_block_from_blasting"
]
},
"sends_telemetry_event": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "juces_recipe_overhaul:gold_block_from_blasting"
"recipe": "juces_crafting_overhaul:gold_block_from_blasting"
},
"trigger": "minecraft:recipe_unlocked"
}
Expand All @@ -28,7 +28,7 @@
],
"rewards": {
"recipes": [
"juces_recipe_overhaul:gold_block_from_blasting"
"juces_crafting_overhaul:gold_block_from_blasting"
]
},
"sends_telemetry_event": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "juces_recipe_overhaul:iron_block_from_blasting"
"recipe": "juces_crafting_overhaul:iron_block_from_blasting"
},
"trigger": "minecraft:recipe_unlocked"
}
Expand All @@ -28,7 +28,7 @@
],
"rewards": {
"recipes": [
"juces_recipe_overhaul:iron_block_from_blasting"
"juces_crafting_overhaul:iron_block_from_blasting"
]
},
"sends_telemetry_event": false
Expand Down
Loading

0 comments on commit c25a3ee

Please sign in to comment.