minor changes
This commit is contained in:
@@ -4328,7 +4328,7 @@ mods.jei.JEI.addDescription([
|
||||
"/woot flush *生物ID*",
|
||||
"",
|
||||
"要获得特定生物的ID,可以在JEI中将鼠标悬停在JEI中对应的刷怪蛋上,查看实体ID。",
|
||||
"格式为:*modid*:*mobid*"
|
||||
"格式为:*模组ID*:*生物ID*"
|
||||
]);
|
||||
|
||||
mods.jei.JEI.addDescription([
|
||||
|
||||
@@ -6,7 +6,7 @@ import mods.jei.JEI;
|
||||
import mods.randomtweaker.jei.IJeiPanel;
|
||||
import mods.randomtweaker.jei.IJeiUtils;
|
||||
|
||||
var rubbercollectionJEI as IJeiPanel = JEI.createJei("betweenlands_rubber", "Rubber Collection");
|
||||
var rubbercollectionJEI as IJeiPanel = JEI.createJei("betweenlands_rubber", "橡胶采集");
|
||||
rubbercollectionJEI.setModid("The Betweenlands");
|
||||
rubbercollectionJEI.setIcon(<thebetweenlands:sapling_rubber>);
|
||||
rubbercollectionJEI.addRecipeCatalyst(<thebetweenlands:sapling_rubber>);
|
||||
|
||||
Reference in New Issue
Block a user