創(chuàng)造ME磁盤 所有都無限了!完結(jié) 我的世界 進(jìn)化紀(jì)元 第十六期

創(chuàng)造烈焰蛋糕以太氣體的問題可以這樣解決:
先退出游戲,打開 該游戲的版本文件夾下kubejs\server_scripts\creative.js這個(gè)文件
再用查找功能找到第二段
"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'
??????????}
????????]
??????},
將其修改為五個(gè)連續(xù)的
{
????????"type": "create:filling",
????????"ingredients": [
??????????{
????????????"item": 'thermal:chocolate_cake'
??????????},
??????????{
????????????"fluid": "industrialforegoing:ether_gas",
????????????"nbt": {},
????????????"amount": 1000
??????????}
????????],
????????"results": [
??????????{
????????????"item": 'thermal:chocolate_cake'
??????????}
????????]
??????},
隨后保存并關(guān)閉文件,再重新啟動(dòng)游戲即可。