上传第一版自动更新包
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[
|
||||
{"version":2}
|
||||
]
|
||||
@@ -0,0 +1,46 @@
|
||||
Minecraft
|
||||
Amendments
|
||||
Aquaculture 2
|
||||
Aquaculture Delight
|
||||
Aquatic Torches
|
||||
Biomes O' Plenty
|
||||
Butchercraft
|
||||
CBMicroblock
|
||||
Create
|
||||
Create Big Cannons
|
||||
Create Deco
|
||||
Create Diesel Generators
|
||||
Create Encased
|
||||
Create Nuclear
|
||||
Create: Connected
|
||||
Create: Dragons Plus
|
||||
Create: New Age
|
||||
Create: Power Loader
|
||||
Create: Steam 'n' Rails 1.21.1
|
||||
Creeper Overhaul
|
||||
Critters and Companions
|
||||
Dragon Survival
|
||||
Ecologics
|
||||
Ender's Delight
|
||||
Eternal Nether
|
||||
Extra Delight
|
||||
Farmer's Delight
|
||||
Galosphere
|
||||
Guard Villagers
|
||||
Ice And Fire Community Edition
|
||||
Kobolds
|
||||
Modern Companions
|
||||
Mowzie's Mobs
|
||||
Nether Depths Upgrade
|
||||
Ocean's Delight
|
||||
ProjectRed Core
|
||||
ProjectRed Fabrication
|
||||
ProjectRed Illumination
|
||||
ProjectRed Integration
|
||||
ProjectRed Transmission
|
||||
Regions Unexplored
|
||||
Serene Seasons
|
||||
Supplementaries
|
||||
Xaero's Minimap
|
||||
griffin_ds
|
||||
Xaero's World Map
|
||||
@@ -0,0 +1,3 @@
|
||||
net.minecraft.world.item.ItemStack
|
||||
net.minecraft.world.effect.MobEffectInstance
|
||||
net.neoforged.neoforge.fluids.FluidStack
|
||||
@@ -0,0 +1,323 @@
|
||||
[appearance]
|
||||
# 名称:搜索框居中
|
||||
# 描述:将JEI搜索框移动至屏幕底部居中的位置。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
centerSearch = false
|
||||
|
||||
# 名称:配方界面高度
|
||||
# 描述:配方界面的最大高度(单位为像素)。
|
||||
# 有效值:Any integer greater than or equal to 175
|
||||
# 默认值:350
|
||||
recipeGuiHeight = 350
|
||||
|
||||
|
||||
[cheating]
|
||||
# 名称:给予模式
|
||||
# 描述:选择JEI应将原料直接放入物品栏,还是由玩家用鼠标拾取。
|
||||
# 有效值:[INVENTORY, MOUSE_PICKUP]
|
||||
# 默认值:MOUSE_PICKUP
|
||||
giveMode = MOUSE_PICKUP
|
||||
|
||||
# 名称:使用快捷键将物品放入快捷栏
|
||||
# 描述:启用后,可按Shift+数字键将物品放入快捷栏。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
cheatToHotbarUsingHotkeysEnabled = false
|
||||
|
||||
# 名称:显示隐藏的原料
|
||||
# 描述:显示不在创造模式菜单中的原料。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
showHiddenIngredients = false
|
||||
|
||||
# 名称:显示标签配方
|
||||
# 描述:显示配方原料的标签(例如物品标签、方块标签)。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
showTagRecipesEnabled = false
|
||||
|
||||
|
||||
[bookmarks]
|
||||
# 名称:置顶添加书签
|
||||
# 描述:设为true时,将新书签添加到列表顶端。设为false时,将新书签添加到列表末尾。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
addBookmarksToFrontEnabled = false
|
||||
|
||||
# 名称:拖拽以重新排列书签
|
||||
# 描述:启用后,可拖拽书签以重新排列其在列表中顺序。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:true
|
||||
dragToRearrangeBookmarksEnabled = true
|
||||
|
||||
|
||||
[tooltips]
|
||||
# 名称:书签提示框功能
|
||||
# 描述:书签提示框的额外功能。
|
||||
# 有效值:A comma-separated list containing values of:
|
||||
# [PREVIEW, INGREDIENTS]
|
||||
# 默认值:PREVIEW
|
||||
bookmarkTooltipFeatures = PREVIEW
|
||||
|
||||
# 名称:Shift显示书签提示框
|
||||
# 描述:按住Shift以显示书签提示框。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:true
|
||||
holdShiftToShowBookmarkTooltipFeatures = true
|
||||
|
||||
# 名称:显示创造标签页名称
|
||||
# 描述:在原料提示框中显示创造标签页名称。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
showCreativeTabNamesEnabled = false
|
||||
|
||||
# 名称:显示标签内容
|
||||
# 描述:浏览配方原料时,在提示框中显示标签内容。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:true
|
||||
tagContentTooltipEnabled = true
|
||||
|
||||
# 名称:隐藏单一原料的标签内容
|
||||
# 描述:当标签仅对应存在一种原料时,在提示框中隐藏标签内容。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:true
|
||||
hideSingleTagContentTooltipEnabled = true
|
||||
|
||||
# 名称:配方原料总览
|
||||
# 描述:在产物原料的提示框中显示配方所需的原料总览。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
enableRecipesGuiIngredientsSummary = false
|
||||
|
||||
|
||||
[performance]
|
||||
# 名称:低内存搜索
|
||||
# 描述:启用低内存搜索模式(会导致搜索变慢,但减少内存占用)。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
lowMemorySlowSearchEnabled = false
|
||||
|
||||
|
||||
[lookups]
|
||||
# 名称:查找流体内容
|
||||
# 描述:查找装有流体的物品配方时,同时查找其中流体配方。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
lookupFluidContentsEnabled = false
|
||||
|
||||
# 名称:查找物品方块标签
|
||||
# 描述:在搜索物品标签时,同时包括物品所含的默认方块标签。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:true
|
||||
lookupBlockTagsEnabled = true
|
||||
|
||||
|
||||
[lookupHistory]
|
||||
# 名称:已启用
|
||||
# 描述:显示或隐藏查询历史叠加层。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
enabled = false
|
||||
|
||||
# 名称:最大行数
|
||||
# 描述:查询历史叠加层显示的最大行数。
|
||||
# 有效值:An integer in the range [1, 7] (inclusive)
|
||||
# 默认值:2
|
||||
maxRows = 2
|
||||
|
||||
# 名称:最大原料
|
||||
# 描述:查询历史原料保存的最大数量。
|
||||
# 有效值:An integer in the range [10, 1000] (inclusive)
|
||||
# 默认值:100
|
||||
maxIngredients = 100
|
||||
|
||||
# 名称:显示位置
|
||||
# 描述:查询历史叠加层在屏幕上显示的位置。
|
||||
# 有效值:[LEFT, RIGHT]
|
||||
# 默认值:LEFT
|
||||
displaySide = LEFT
|
||||
|
||||
|
||||
[advanced]
|
||||
# 名称:捕获渲染错误
|
||||
# 描述:捕获模组原料引发的渲染错误,并尝试从中恢复,而非直接崩溃。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:true
|
||||
catchRenderErrorsEnabled = true
|
||||
|
||||
|
||||
[input]
|
||||
# 名称:拖拽延迟
|
||||
# 描述:拖拽书签需要长按的时间(毫秒)。
|
||||
# 有效值:An integer in the range [0, 1000] (inclusive)
|
||||
# 默认值:150
|
||||
dragDelayInMilliseconds = 150
|
||||
|
||||
# 名称:平滑滚动速度
|
||||
# 描述:在平滑滚动框中滚动鼠标滚轮时的滚动速度。单位为像素。
|
||||
# 有效值:An integer in the range [1, 50] (inclusive)
|
||||
# 默认值:9
|
||||
smoothScrollRate = 9
|
||||
|
||||
|
||||
[sorting]
|
||||
# 名称:原料排序阶段
|
||||
# 描述:原料列表的排序顺序。
|
||||
# 有效值:A comma-separated list containing values of:
|
||||
# [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY]
|
||||
# 默认值:MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
|
||||
ingredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
|
||||
|
||||
# 名称:配方排序阶段
|
||||
# 描述:配方列表的排序顺序。
|
||||
# 有效值:A comma-separated list containing values of:
|
||||
# [BOOKMARKED, CRAFTABLE]
|
||||
# 默认值:BOOKMARKED, CRAFTABLE
|
||||
recipeSorterStages = BOOKMARKED, CRAFTABLE
|
||||
|
||||
|
||||
[search]
|
||||
# 名称:@模组名称搜索模式
|
||||
# 描述:模组名称的搜索模式(前缀:@)。
|
||||
# 有效值:[ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# 默认值:REQUIRE_PREFIX
|
||||
modNameSearchMode = REQUIRE_PREFIX
|
||||
|
||||
# 名称:#标签搜索模式
|
||||
# 描述:标签的搜索模式(前缀:#)。
|
||||
# 有效值:[ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# 默认值:REQUIRE_PREFIX
|
||||
tagSearchMode = REQUIRE_PREFIX
|
||||
|
||||
# 名称:$提示框搜索模式
|
||||
# 描述:提示框的搜索模式(前缀:$)。
|
||||
# 有效值:[ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# 默认值:ENABLED
|
||||
tooltipSearchMode = ENABLED
|
||||
|
||||
# 名称:^颜色搜索模式
|
||||
# 描述:颜色的搜索模式(前缀:^)。
|
||||
# 有效值:[ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# 默认值:DISABLED
|
||||
colorSearchMode = DISABLED
|
||||
|
||||
# 名称:&资源路径搜索模式
|
||||
# 描述:资源路径的搜索模式(前缀:&)。
|
||||
# 有效值:[ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# 默认值:DISABLED
|
||||
resourceLocationSearchMode = DISABLED
|
||||
|
||||
# 名称:%创造标签页搜索模式
|
||||
# 描述:创造标签页名称的搜索模式(前缀:%)。
|
||||
# 有效值:[ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# 默认值:DISABLED
|
||||
creativeTabSearchMode = DISABLED
|
||||
|
||||
# 名称:搜索高级提示框
|
||||
# 描述:在(F3+H显示的)高级提示框中搜索。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
searchAdvancedTooltips = false
|
||||
|
||||
# 名称:搜索模组ID
|
||||
# 描述:除模组名称外,还搜索模组ID。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:true
|
||||
searchModIds = true
|
||||
|
||||
# 名称:搜索模组别名
|
||||
# 描述:除模组名称外,还搜索由插件添加的模组别名(替代名称)。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:true
|
||||
searchModAliases = true
|
||||
|
||||
# 名称:搜索模组名称缩写
|
||||
# 描述:搜索模组名称的首字母缩写。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
searchShortModNames = false
|
||||
|
||||
# 名称:搜索原料别名
|
||||
# 描述:除原料名称外,还搜索由插件添加的原料别名(替代名称)。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:true
|
||||
searchIngredientAliases = true
|
||||
|
||||
|
||||
[ingredientList]
|
||||
# 名称:最大行数
|
||||
# 描述:显示的最大行数。
|
||||
# 有效值:An integer in the range [1, 100] (inclusive)
|
||||
# 默认值:16
|
||||
maxRows = 16
|
||||
|
||||
# 名称:最大列数
|
||||
# 描述:显示的最大列数。
|
||||
# 有效值:An integer in the range [2, 100] (inclusive)
|
||||
# 默认值:9
|
||||
maxColumns = 9
|
||||
|
||||
# 名称:水平对齐
|
||||
# 描述:原料列表在可用区域内的水平对齐方式。
|
||||
# 有效值:[LEFT, CENTER, RIGHT]
|
||||
# 默认值:RIGHT
|
||||
horizontalAlignment = RIGHT
|
||||
|
||||
# 名称:垂直对齐
|
||||
# 描述:原料列表在可用区域内的垂直对齐方式。
|
||||
# 有效值:[TOP, CENTER, BOTTOM]
|
||||
# 默认值:TOP
|
||||
verticalAlignment = TOP
|
||||
|
||||
# 名称:导航按钮可见性
|
||||
# 描述:顶部翻页按钮的可见性。AUTO_HIDE:仅在存在多页时显示按钮。
|
||||
# 有效值:[ENABLED, AUTO_HIDE, DISABLED]
|
||||
# 默认值:ENABLED
|
||||
buttonNavigationVisibility = ENABLED
|
||||
|
||||
# 名称:绘制界面背景
|
||||
# 描述:启用该项以在原料列表后绘制背景纹理。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
drawBackground = false
|
||||
|
||||
|
||||
[bookmarkList]
|
||||
# 名称:最大行数
|
||||
# 描述:显示的最大行数。
|
||||
# 有效值:An integer in the range [1, 100] (inclusive)
|
||||
# 默认值:16
|
||||
maxRows = 16
|
||||
|
||||
# 名称:最大列数
|
||||
# 描述:显示的最大列数。
|
||||
# 有效值:An integer in the range [2, 100] (inclusive)
|
||||
# 默认值:9
|
||||
maxColumns = 9
|
||||
|
||||
# 名称:水平对齐
|
||||
# 描述:书签列表在可用区域内的水平对齐方式。
|
||||
# 有效值:[LEFT, CENTER, RIGHT]
|
||||
# 默认值:LEFT
|
||||
horizontalAlignment = LEFT
|
||||
|
||||
# 名称:垂直对齐
|
||||
# 描述:书签列表在可用区域内的垂直对齐方式。
|
||||
# 有效值:[TOP, CENTER, BOTTOM]
|
||||
# 默认值:TOP
|
||||
verticalAlignment = TOP
|
||||
|
||||
# 名称:导航按钮可见性
|
||||
# 描述:顶部翻页按钮的可见性。AUTO_HIDE:仅在存在多页时显示按钮。
|
||||
# 有效值:[ENABLED, AUTO_HIDE, DISABLED]
|
||||
# 默认值:ENABLED
|
||||
buttonNavigationVisibility = ENABLED
|
||||
|
||||
# 名称:绘制界面背景
|
||||
# 描述:启用该项以在书签列表后绘制背景纹理。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
drawBackground = false
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[colors]
|
||||
# 名称:搜索颜色
|
||||
# 描述:用于搜索的颜色值。
|
||||
# 有效值:A comma-separated list containing values of:
|
||||
# Any color name and an RGB hex color, separated by a ':'
|
||||
# 默认值:White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
|
||||
searchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
|
||||
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
[debug]
|
||||
# 名称:调试模式
|
||||
# 描述:启用调试模式。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
debugMode = false
|
||||
|
||||
# 名称:调试界面
|
||||
# 描述:启用调试界面模式
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
debugGuis = false
|
||||
|
||||
# 名称:调试输入
|
||||
# 描述:启用调试输入模式
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
debugInputs = false
|
||||
|
||||
# 名称:调试信息提示框
|
||||
# 描述:启用高级提示框时,在原料提示框中添加调试信息。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
debugInfoTooltipsEnabled = false
|
||||
|
||||
# 名称:启用崩溃测试物品
|
||||
# 描述:向JEI添加故意引发崩溃的原料,以帮助调试JEI。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
crashingTestItemsEnabled = false
|
||||
|
||||
# 名称:jei.config.debug.debug.crashingTestRecipesEnabled
|
||||
# 描述:jei.config.debug.debug.crashingTestRecipesEnabled.description
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
crashingTestRecipesEnabled = false
|
||||
|
||||
# 名称:日志搜索树统计信息
|
||||
# 描述:记录用于搜索的后缀树信息,以帮助调试JEI。
|
||||
# 有效值:[true, false]
|
||||
# 默认值:false
|
||||
logSuffixTreeStats = false
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
[modName]
|
||||
# 名称:模组名称格式
|
||||
# 描述:用于JEI界面提示框中模组名称的格式。留空以禁用。
|
||||
# 有效值:A chat formatting string.
|
||||
# Use these formatting colors:
|
||||
# black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white
|
||||
# With these formatting options:
|
||||
# obfuscated bold strikethrough underline italic
|
||||
# 默认值:blue italic
|
||||
modNameFormat = blue italic
|
||||
|
||||
|
||||
@@ -0,0 +1,92 @@
|
||||
minecraft:crafting
|
||||
minecraft:anvil
|
||||
minecraft:blasting
|
||||
minecraft:brewing
|
||||
minecraft:campfire_cooking
|
||||
minecraft:compostable
|
||||
minecraft:firedragonforge
|
||||
minecraft:fuel
|
||||
minecraft:grindstone
|
||||
minecraft:icedragonforge
|
||||
minecraft:lightningdragonforge
|
||||
minecraft:smelting
|
||||
minecraft:smithing
|
||||
minecraft:smoking
|
||||
minecraft:stonecutting
|
||||
butchercraft:butcher_block
|
||||
butchercraft:grinder
|
||||
butchercraft:hook
|
||||
create:automatic_brewing
|
||||
create:automatic_packing
|
||||
create:automatic_shaped
|
||||
create:automatic_shapeless
|
||||
create:block_cutting
|
||||
create:crushing
|
||||
create:deploying
|
||||
create:draining
|
||||
create:fan_blasting
|
||||
create:fan_enriched
|
||||
create:fan_haunting
|
||||
create:fan_smoking
|
||||
create:fan_washing
|
||||
create:item_application
|
||||
create:mechanical_crafting
|
||||
create:milling
|
||||
create:mixing
|
||||
create:mystery_conversion
|
||||
create:packing
|
||||
create:pressing
|
||||
create:sandpaper_polishing
|
||||
create:sawing
|
||||
create:sequenced_assembly
|
||||
create:spout_filling
|
||||
create_central_kitchen:extradelight.automatic_gingerbread_decorating
|
||||
create_central_kitchen:extradelight.automatic_grinding
|
||||
create_central_kitchen:extradelight.automatic_juicing
|
||||
create_central_kitchen:extradelight.automatic_melting
|
||||
create_central_kitchen:farmersdelight.automatic_food_cutting
|
||||
create_central_kitchen:farmersdelight.automatic_food_sawing
|
||||
create_dragons_plus:coloring
|
||||
create_dragons_plus:ending
|
||||
create_dragons_plus:freezing
|
||||
create_dragons_plus:sanding
|
||||
create_new_age:energising
|
||||
createbigcannons:built_up_heating
|
||||
createbigcannons:cannon_casting
|
||||
createbigcannons:drill_boring
|
||||
createbigcannons:incomplete_cannon_blocks
|
||||
createbigcannons:melting
|
||||
createdieselgenerators:basin_fermenting
|
||||
createdieselgenerators:bulk_fermenting
|
||||
createdieselgenerators:casting
|
||||
createdieselgenerators:compression_molding
|
||||
createdieselgenerators:distillation
|
||||
createdieselgenerators:hammering
|
||||
createdieselgenerators:wire_cutting
|
||||
extradelight:bottle_registry
|
||||
extradelight:chiller
|
||||
extradelight:doughshaping
|
||||
extradelight:dryingrack
|
||||
extradelight:evaporator
|
||||
extradelight:feast
|
||||
extradelight:juicer
|
||||
extradelight:meltingpot
|
||||
extradelight:mixingbowl
|
||||
extradelight:mortar
|
||||
extradelight:oven
|
||||
extradelight:shaped_with_jar
|
||||
extradelight:tool_on_block
|
||||
extradelight:vat
|
||||
farmersdelight:cooking
|
||||
farmersdelight:cutting
|
||||
farmersdelight:decomposition
|
||||
jeed:effect_info
|
||||
jei:information
|
||||
jeresources:dungeon
|
||||
jeresources:enchantment
|
||||
jeresources:mob
|
||||
jeresources:plant
|
||||
jeresources:villager
|
||||
jeresources:worldgen
|
||||
justenoughbreeding:breeding
|
||||
justenoughprofessions:professions
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
{"version":2},
|
||||
{"ingredient":{"id":"minecraft:stripped_spruce_wood"},"type":"item_stack","bookmarkType":"INGREDIENT"}
|
||||
]
|
||||
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{"version":1},
|
||||
{"ingredient":{"id":"projectred_transmission:light_blue_framed_insulated_wire"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"projectred_transmission:pink_framed_bundled_wire"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"projectred_transmission:neutral_framed_bundled_wire"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"projectred_fabrication:invalid_die"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"projectred_illumination:white_inverted_illumar_lamp"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"dragonsurvival:spin_grant"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"dragonsurvival:star_bone"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"dragonsurvival:star_heart"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"dragonsurvival:dragon_beacon"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"projectred_core:electrotine_ingot"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"projectred_illumination:orange_illumar_lamp"},"type":"item_stack","bookmarkType":"INGREDIENT"}
|
||||
]
|
||||
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{"version":1},
|
||||
{"ingredient":{"id":"dragonsurvival:weak_dragon_heart"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"createdeco:blue_bricks"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"create:asurine"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"dragonsurvival:elder_dragon_bone"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"dragonsurvival:heart_element"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"dragonsurvival:elder_dragon_dust"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"minecraft:bone"},"type":"item_stack","bookmarkType":"INGREDIENT"}
|
||||
]
|
||||
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{"version":1},
|
||||
{"ingredient":{"id":"projectred_core:cyan_illumar"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"minecraft:glowstone_dust"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"projectred_illumination:purple_lantern"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"projectred_core:purple_illumar"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"galosphere:palladium_ingot"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"galosphere:palladium_nugget"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"dragonsurvival:weak_dragon_heart"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"minecraft:repeater"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"minecraft:redstone"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"minecraft:note_block"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"sereneseasons:calendar"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"sereneseasons:season_sensor"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"minecraft:clock"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"dragonsurvival:charged_coal"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"dragonsurvival:heart_element"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"extradelight:dried_corn_husk"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"extradelight:corn_husk_bundle"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"extradelight:corn_husk"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"minecraft:chain"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"farmersdelight:hanging_canvas_sign"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"regions_unexplored:blue_bioshroom_stem"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"regions_unexplored:maple_fence"},"type":"item_stack","bookmarkType":"INGREDIENT"},
|
||||
{"ingredient":{"id":"regions_unexplored:maple_planks"},"type":"item_stack","bookmarkType":"INGREDIENT"}
|
||||
]
|
||||
Reference in New Issue
Block a user