-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
771 changed files
with
13,341 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/0a9ff5890891c7533ececb9599d0b32183fb2f8b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
// 1.19.2 2024-09-10T13:48:04.3070154 Create: Dreams n' Desires Mechanical Crafting Recipes | ||
// 1.19.2 2024-09-15T20:07:49.4805557 Create: Dreams n' Desires Mechanical Crafting Recipes | ||
24c1b24debb02415c1e9e71d16948381134e3183 data/create_dd/recipes/mechanical_crafting/excavation_drill.json | ||
bd9e26573c5589f68a52be4289dffc0611521673 data/create_dd/recipes/mechanical_crafting/furnace_engine.json | ||
f202d7ab2f317e76047a70e4a729f48c659b1337 data/create_dd/recipes/mechanical_crafting/gilded_rose_axe.json | ||
15fa894cccaab512c6545b4b375723ec58c68b18 data/create_dd/recipes/mechanical_crafting/gilded_rose_hoe.json | ||
d22fd812f21dfa704f43d06601f1b47992d8aa37 data/create_dd/recipes/mechanical_crafting/gilded_rose_pickaxe.json | ||
f27360c7cebfc2597d334ef7254e350138d28ec8 data/create_dd/recipes/mechanical_crafting/gilded_rose_shovel.json | ||
0888979c7de1185744b2a0cd441c7778b3dc1d04 data/create_dd/recipes/mechanical_crafting/gilded_rose_sword.json | ||
9523f2512e76eb9765b08adadc8ea0b979c5f4bf data/create_dd/recipes/mechanical_crafting/handheld_block_zapper.json | ||
ca8a0d0f9377cd5c466611a69bec1ec4f6a2e8fe data/create_dd/recipes/mechanical_crafting/handheld_block_zapper.json | ||
4b8fe1a4dd07347d87a964e328e584b04c095237 data/create_dd/recipes/mechanical_crafting/hydraulic_press.json |
2 changes: 0 additions & 2 deletions
2
src/generated/resources/.cache/5f5ee562b78b1d4bc08bb0c9e37a1b85d476a173
This file was deleted.
Oops, something went wrong.
578 changes: 543 additions & 35 deletions
578
src/generated/resources/.cache/9236c1b9c6a03951599201d1a94da43170753f4b
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/generated/resources/.cache/d6a3eef70444b5a6fa5b5121de66808d75b32961
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// 1.19.2 2024-09-15T20:07:49.4902202 Create: Dreams n' Desires Standard Recipes | ||
10545dd1bdbf1b8b6eff1f44433ef66dc4e86f45 data/create_dd/advancements/recipes/create_dd.palettes/smelting/dolomite.json | ||
eaf5aa493cdbc2cc81178eeabde2cca09f637f28 data/create_dd/advancements/recipes/create_dd.palettes/smelting/gabbro.json | ||
3d6621fcf5ea7d5c90c9189a8102cdf0fa6e4200 data/create_dd/recipes/smelting/dolomite.json | ||
17aa6689ed5e0b26fce769d0255577bb06f2b9ec data/create_dd/recipes/smelting/gabbro.json |
18 changes: 18 additions & 0 deletions
18
src/generated/resources/assets/create_dd/blockstates/breccia.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"variants": { | ||
"": [ | ||
{ | ||
"model": "create_dd:block/breccia_natural_0" | ||
}, | ||
{ | ||
"model": "create_dd:block/breccia_natural_1" | ||
}, | ||
{ | ||
"model": "create_dd:block/breccia_natural_2" | ||
}, | ||
{ | ||
"model": "create_dd:block/breccia_natural_3" | ||
} | ||
] | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/generated/resources/assets/create_dd/blockstates/breccia_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"variants": { | ||
"axis=x": { | ||
"model": "create_dd:block/breccia_pillar_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "create_dd:block/breccia_pillar" | ||
}, | ||
"axis=z": { | ||
"model": "create_dd:block/breccia_pillar_horizontal", | ||
"x": 90 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/create_dd/blockstates/chocolate_milkshake.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "create_dd:block/chocolate_milkshake" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/create_dd/blockstates/cut_breccia.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "create_dd:block/cut_breccia" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/generated/resources/assets/create_dd/blockstates/cut_breccia_brick_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"type=bottom": { | ||
"model": "create_dd:block/cut_breccia_brick_slab" | ||
}, | ||
"type=double": { | ||
"model": "create_dd:block/cut_breccia_bricks" | ||
}, | ||
"type=top": { | ||
"model": "create_dd:block/cut_breccia_brick_slab_top" | ||
} | ||
} | ||
} |
Oops, something went wrong.