创造ME磁盘 所有都无限了!完结 我的世界 进化纪元 第十六期

创造烈焰蛋糕以太气体的问题可以这样解决:
先退出游戏,打开 该游戏的版本文件夹下kubejs\server_scripts\creative.js这个文件
再用查找功能找到第二段
"item": 'create:creative_blaze_cake'
然后向上划,找到
{
"type": "create:filling",
"ingredients": [
{
"item": 'thermal:chocolate_cake'
},
{
"fluid": "industrialforegoing:ether_gas",
"nbt": {},
"amount": 5000
}
],
"results": [
{
"item": 'thermal:chocolate_cake'
}
]
},
将其修改为五个连续的
{
"type": "create:filling",
"ingredients": [
{
"item": 'thermal:chocolate_cake'
},
{
"fluid": "industrialforegoing:ether_gas",
"nbt": {},
"amount": 1000
}
],
"results": [
{
"item": 'thermal:chocolate_cake'
}
]
},
随后保存并关闭文件,再重新启动游戏即可。