Skip to content

Commit 2da747e

Browse files
committed
Make guidebook use vanilla recipes instead of gm4_recipes format
1 parent 6561a56 commit 2da747e

File tree

32 files changed

+225
-946
lines changed

32 files changed

+225
-946
lines changed

beet-dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pipeline:
1212
- beet.contrib.optifine
1313
- beet.contrib.babelbox
1414
- gm4_guidebook.generate_guidebooks.load_page_data
15-
- gm4_guidebook.generate_guidebooks.load_custom_recipes
1615
- gm4.plugins.test.load_tests
1716
pipeline:
1817
- gm4.plugins.write_mcmeta

beet-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ pipeline:
4444
- beet.contrib.optifine
4545
- beet.contrib.babelbox
4646
- gm4_guidebook.generate_guidebooks.load_page_data
47-
- gm4_guidebook.generate_guidebooks.load_custom_recipes
4847
pipeline:
4948
- gm4.plugins.manifest.write_credits
5049
- gm4.plugins.test.strip_tests

beet-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pipeline:
1111
- gm4.plugins.resource_pack
1212
- gm4.plugins.backwards
1313
- gm4_guidebook.generate_guidebooks.load_page_data
14-
- gm4_guidebook.generate_guidebooks.load_custom_recipes
1514
- gm4.plugins.test.load_tests
1615
- gm4.plugins.test.skip_mecha_lint
1716
pipeline:

gm4_block_compressors/data/gm4_block_compressors/gm4_recipes/block_compressor.json

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

gm4_block_compressors/data/gm4_block_compressors/guidebook/block_compressors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"\n",
100100
{
101101
"insert": "recipe",
102-
"recipe": "gm4_block_compressors:block_compressor"
102+
"recipe": "gm4_block_compressors:compressor"
103103
}
104104
]
105105
],

gm4_boots_of_ostara/data/gm4_boots_of_ostara/gm4_recipes/boots_of_ostara.json

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

gm4_boots_of_ostara/data/gm4_boots_of_ostara/loot_table/crafting/boots_of_ostara.json

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

gm4_disassemblers/data/gm4_disassemblers/gm4_recipes/disassembler.json

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

gm4_disassemblers/data/gm4_disassemblers/loot_table/crafting/disassembler.json

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

gm4_ender_hoppers/data/gm4_ender_hoppers/gm4_recipes/ender_hopper.json

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

0 commit comments

Comments
 (0)