Fix spelling, grammar, javadocs, and similar issues (#2784)
* fix naming in ModelSantaHat.java * Fix grammar, spelling, and javadocs in RebornCore * Fix spelling error in datagen * fix missed variable name * fix grammar, spelling, and javadoc errors * fix grammar and spelling errors in project files * specify indent_size in .editorconfig
This commit is contained in:
parent
bd971c12bd
commit
43c0fa9e89
138 changed files with 1007 additions and 924 deletions
|
@ -38,10 +38,10 @@ import java.util.List;
|
|||
public class ScrapboxRecipeCrafter extends RecipeCrafter {
|
||||
|
||||
/**
|
||||
* @param parent Tile having this crafter
|
||||
* @param inventory Inventory from parent blockEntity
|
||||
* @param inputSlots Slot IDs for input
|
||||
* @param outputSlots Slot IDs for output
|
||||
* @param parent {@link BlockEntity} Tile having this crafter
|
||||
* @param inventory {@link RebornInventory} Inventory from parent blockEntity
|
||||
* @param inputSlots {@code int[]} Slot IDs for input
|
||||
* @param outputSlots {@code int[]} Slot IDs for output
|
||||
*/
|
||||
public ScrapboxRecipeCrafter(BlockEntity parent, RebornInventory<?> inventory, int[] inputSlots, int[] outputSlots) {
|
||||
super(ModRecipes.SCRAPBOX, parent, 1, 1, inventory, inputSlots, outputSlots);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue