Skip to content

Commit bfe2f6b

Browse files
committed
修复甜浆果丛未转换到甜浆果的bug
1 parent b71d6d7 commit bfe2f6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MaterialListEx/BlockProcess.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class BlockProcess
145145
两格植物处理,小型垂滴叶、高草、海草、大型撅、多格花、瓶子草植株\
146146
147147
作物处理:马铃薯、胡萝卜、甜菜根、小麦、西瓜南瓜的种子,和他们的作物形式转换,西瓜、南瓜茎有结果的形态和普通形态
148-
额外:火把花作物转换到火把花种子,瓶子草作物(下半部分)转换到瓶子草荚果\
148+
额外:火把花作物转换到火把花种子,瓶子草作物(下半部分)转换到瓶子草荚果\甜浆果丛转换到甜浆果
149149
150150
普通方块与含水方块处理(含水则转换为水桶)\
151151
*/
@@ -737,6 +737,7 @@ stItemsList.emplace_back(*stBlocks.psBlockName, stBlocks.u64Counter * std::stoll
737737
{MU8STR("minecraft:carrots"), MU8STR("minecraft:carrot")},
738738
{MU8STR("minecraft:potatoes"), MU8STR("minecraft:potato")},
739739
{MU8STR("minecraft:torchflower_crop"), MU8STR("minecraft:torchflower_seeds")},
740+
{MU8STR("minecraft:sweet_berry_bush"), MU8STR("minecraft:sweet_berries")},
740741
{MU8STR("minecraft:pitcher_crop"), MU8STR("minecraft:pitcher_pod")},//需要特判处理
741742
};
742743

0 commit comments

Comments
 (0)