[Molden] Stone TFG-fication continued (#1845)
* Fixed some rock type tags * Nether mossy cobbles * nether mossy bricks * mossy bricks * nether brick recipes + deepstate sets + typos * cobble interaction index * reformatting tables * Region delimiters for stone blocks * More shaped sets + deepslate recipes + missing landslide recipes + tables formatting for readability * Other nether shaped blocks + A bit or reorganizing of recipes.rocks.js * Many Space Stone Blocks + Stone Declaration Refactor + Many typo fixes + Moon Stone Recipes + Some Missing tags * Tags Refactor + Missing Blocks * definition fix * remove console debugs * Space stones cutting & Interractions + Breaker Duping Reformat + Missing Dripstone Brick + Missing Red Granite recipes + Misc bugfixes * small fix * Vanilla Stone + Red Sandstone Fix + Duper loop fix * Undo .gitignore changes * Venus sandstone stuff
This commit is contained in:
parent
8329174433
commit
0a8e68e7d0
35 changed files with 2626 additions and 1291 deletions
|
|
@ -14,6 +14,26 @@ function removeMinecraftRecipes(event) {
|
|||
event.remove({ id: 'ae2:entropy/heat/cobblestone_stone' })
|
||||
event.remove({ id: 'gtceu:compressor/stone_from_dust' })
|
||||
event.remove({ id: 'gtceu:rock_breaker/stone' })
|
||||
|
||||
event.remove({ id: 'gtceu:shaped/stone_stair_saw' })
|
||||
event.remove({ id: 'gtceu:shaped/stone_slab_saw' })
|
||||
|
||||
event.remove({ id: 'gtceu:shaped/cobblestone_stair_saw' })
|
||||
event.remove({ id: 'gtceu:shaped/cobblestone_slab_saw' })
|
||||
event.remove({ id: 'gtceu:shaped/cobblestone_slab_wall' })
|
||||
|
||||
event.remove({ id: 'gtceu:shaped/mossy_cobblestone_stair_saw' })
|
||||
event.remove({ id: 'gtceu:shaped/mossy_cobblestone_slab_saw' })
|
||||
event.remove({ id: 'gtceu:shaped/mossy_cobblestone_slab_wall' })
|
||||
|
||||
event.remove({ id: 'gtceu:shaped/red_sandstone_stair_saw' })
|
||||
event.remove({ id: 'gtceu:shaped/red_sandstone_wall_saw' })
|
||||
event.remove({ id: 'gtceu:shaped/red_sandstone_polish_hammer' })
|
||||
|
||||
event.remove({ id: 'gtceu:shaped/smooth_red_sandstone_stair_saw' })
|
||||
event.remove({ id: 'gtceu:shaped/smooth_red_sandstone_slab_saw' })
|
||||
|
||||
event.remove({ id: 'gtceu:shaped/cut_red_sandstone_slab_saw' })
|
||||
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue