- Primitive Crafting (1.4.3.6 -> 1.4.4.7) - TeslaCoreLib (1.0.17.25 -> 1.0.18.28) - Torchmaster (1.8.1.81 -> 1.8.5.0) - The Twilight Forest (3.10.1013 -> 3.11.1021) Mods Removed: - Tombstone: Revived Server Changelog - Added configs to set the default server properties....
Skysteel tools must be equipped when crafting with these new recipes. Miner/Botanist After completing the quest "Mislaid Plans," materials required to upgrade your Skysteel tools can be gathered from specified gathering points. Fisher After completing the quest " ...
Learning new crafting recipes is now clearer, more interactive, and more rewarding. The Blueprint Analyser has been transformed into an advanced Construction Research Unit. Players may now choose their own research paths, and more clearly visualise their research progress. Even more base parts are ...
If crafting items is free. If the game is started with most recipes and blueprints already known, or if they must be earned. How much items and upgrades cost to buy or learn. The range of items available in shops. How large item stack sizes can be within the inventory. How much health...
InMerchants of Rosewall’scozy setting, building, crafting, trading and sourcing material are the first steps toward delivering the patrons of Rosewall exactly what they want. Players must keep up with trends, discover recipes and forge relationships with artisans and other specialists to keep ...
Array<CraftingRecipe> recipes = CraftingRecipes.getInstance().getCraftableItems(category);inty =0;for(inti =0; i < recipes.size; i++) { ItemStack stack = recipes.get(i).getCraftedItemStack(); ItemBox box =newItemBox(stack, String.valueOf(i));Cell<Table> cell = craftingTable.add((Table...
registry.addRecipeCategoryCraftingItem(displayStack, GrinderRecipeCategory.UID); List<GrinderJEIRecipe> result =newArrayList<GrinderJEIRecipe>();for(GrinderRecipe rec : GrinderManager.getRecipes()) { result.add(newGrinderJEIRecipe(jeiHelpers, rec)); ...
arecipes.add(newCachedShapelessRecipe(stacks, result)); } } } } 开发者ID:AlexIIL,项目名称:CivCraft,代码行数:32,代码来源:TechCraftingHandler.java 示例14: addTabCompletionOptions ▲点赞 2▼ importscala.actors.threadpool.Arrays;//导入依赖的package包/类publicListaddTabCompletionOptions(ICommandSender...
registry.addRecipes(ManaRecipes.recipesList, ManaCraftingCategory.UID); registry.handleRecipes(ManaCraftingRecipe.class,newIRecipeWrapperFactory<ManaCraftingRecipe>() {@OverridepublicIRecipeWrappergetRecipeWrapper(ManaCraftingRecipe recipe){returnnewManaCraftingWrapper(recipe); ...
示例1: registerRecipes ▲点赞 3▼ importnet.minecraft.item.crafting.ShapelessRecipes;//导入依赖的package包/类@SubscribeEventpublicstaticvoidregisterRecipes(finalRegistryEvent.Register<IRecipe> event){ NonNullList<Ingredient> lst = NonNullList.create(); ...