@@ -26,7 +26,7 @@ public class AlchemistsWorkbench extends AbstractWorkbench<AlchemistsWorkbenchEn
2626 public static final MapCodec <AlchemistsWorkbench > CODEC = simpleCodec (AlchemistsWorkbench ::new );
2727
2828 /**
29- * Constructs a ArmorersWorkbench that uses the mod's ARMORERS_WORKBENCH block entity type.
29+ * Create a new AlchemistsWorkbench that is configured to use the mod's Alchemists Workbench block entity type.
3030 *
3131 * @param properties block properties for this workbench
3232 */
@@ -36,10 +36,10 @@ public AlchemistsWorkbench(Properties properties) {
3636 }
3737
3838 /**
39- * Constructs a ArmorersWorkbench using the provided block properties and block-entity type supplier .
39+ * Create an AlchemistsWorkbench with the given block properties and a supplier for its block-entity type.
4040 *
41- * @param properties block properties to apply to this workbench
42- * @param supplier supplier that provides the BlockEntityType for the ArmorersWorkbenchEntity
41+ * @param properties block properties applied to this workbench
42+ * @param supplier supplier that provides the BlockEntityType for the AlchemistsWorkbenchEntity
4343 */
4444 public AlchemistsWorkbench (Properties properties , Supplier <BlockEntityType <? extends AlchemistsWorkbenchEntity >> supplier ) {
4545 super (properties , supplier , IS_WIDE , IS_TALL , 1 );
@@ -59,9 +59,9 @@ public <T extends BlockEntity> BlockEntityTicker<T> getTicker(Level level, Block
5959 }
6060
6161 /**
62- * Provides the MapCodec used to serialize and deserialize this workbench.
62+ * Provide the MapCodec used for serialisation and deserialisation of this workbench.
6363 *
64- * @return the MapCodec for this ArmorersWorkbench
64+ * @return the MapCodec for this AlchemistsWorkbench
6565 */
6666 @ Override
6767 protected MapCodec <? extends AlchemistsWorkbench > codec () {
0 commit comments